#793AD9

Color #793AD9 Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #793AD9

Tints of Blue Violet #793AD9

Color information

#793AD9 (or 0x793AD9) is unknown color: approx Blue Violet. HEX triplet: 79, 3A and D9. RGB value is (121,58,217). Sum of RGB (Red+Green+Blue) = 121+58+217=396 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.56% from 396); Green value is 58 (23.05% from 255 or 14.65% from 396); Blue value is 217 (85.16% from 255 or 54.80% from 396); Max value from RGB is 217 - color contains mainly: blue. Hex color #793AD9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #793AD9 is #86C526. Grayscale: #5E5E5E. Windows color (decimal): -8832295 or 14236281. OLE color: 14236281.

HSL color Cylindrical-coordinate representation of color #793AD9: hue angle of 263.77º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #793AD9 is Cyan = 0.44, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB12158217-
CMYK0.440.7300.15
HSL263.77º67.66%53.92%-
HSV(B)263.77º73.27%85.1%-
XYZ21.9212.166.83-
YUV94.96196.87146.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 121 (47.66% from 255) = 30.56%
GREEN value IS 58 (23.05% from 255) = 14.65%
BLUE value IS 217 (85.16% from 255) = 54.80%
R=30.56%
G=14.65%
B=54.80%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal121582170.440.7300.15263.7767.6653.92
Hex793AD92C490F1084436
Octal171723315411101741010466
Binary1111001111010110110011011001001001011111000010001000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793AD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #793AD9; }

 p { color: rgb(121,58,217); }

 H1.HeaderClassName
 {
   color: #793AD9;
 }
 .AnyTagClassName
 {
   color: #793AD9;
 }
</style>
background-color css

<style>
 a { background-color: #793AD9; }

 a { background-color: rgb(121,58,217); }

 div.DivClassName
 {
   background-color: #793AD9;
 }
 .BgClassName
 {
   background-color: #793AD9;
 }
</style>
border-color css

<style>
 span { border-color: #793AD9; }

 span { border-color: rgb(121,58,217); }

 td.TdClassName
 {
   border-color: #793AD9;
 }
 .TagClassName
 {
   border-color: #793AD9;
 }
</style>