#7906B4

Color #7906B4 Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #7906B4

Tints of Dark Violet #7906B4

Color information

#7906B4 (or 0x7906B4) is unknown color: approx Dark Violet. HEX triplet: 79, 06 and B4. RGB value is (121,6,180). Sum of RGB (Red+Green+Blue) = 121+6+180=307 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.41% from 307); Green value is 6 (2.73% from 255 or 1.95% from 307); Blue value is 180 (70.70% from 255 or 58.63% from 307); Max value from RGB is 180 - color contains mainly: blue. Hex color #7906B4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7906B4 is #86F94B. Grayscale: #3B3B3B. Windows color (decimal): -8845644 or 11798137. OLE color: 11798137.

HSL color Cylindrical-coordinate representation of color #7906B4: hue angle of 279.66º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7906B4 is Cyan = 0.33, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1216180-
CMYK0.330.9700.29
HSL279.66º93.55%36.47%-
HSV(B)279.66º96.67%70.59%-
XYZ16.197.4943.77-
YUV60.22195.6171.35-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 39.41%
GREEN value IS 6 (2.73% from 255) = 1.95%
BLUE value IS 180 (70.70% from 255) = 58.63%
R=39.41%
G=1.95%
B=58.63%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal12161800.330.9700.29279.6693.5536.47
Hex796B4216101D1185e24
Octal17162644114103543013644
Binary11110011101011010010000111000010111011000110001011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7906B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7906B4; }

 p { color: rgb(121,6,180); }

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

<style>
 a { background-color: #7906B4; }

 a { background-color: rgb(121,6,180); }

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

<style>
 span { border-color: #7906B4; }

 span { border-color: rgb(121,6,180); }

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