#7911CC

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

Shades of Dark Violet #7911CC

Tints of Dark Violet #7911CC

Color information

#7911CC (or 0x7911CC) is unknown color: approx Dark Violet. HEX triplet: 79, 11 and CC. RGB value is (121,17,204). Sum of RGB (Red+Green+Blue) = 121+17+204=342 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.38% from 342); Green value is 17 (7.03% from 255 or 4.97% from 342); Blue value is 204 (80.08% from 255 or 59.65% from 342); Max value from RGB is 204 - color contains mainly: blue. Hex color #7911CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7911CC is #86EE33. Grayscale: #444444. Windows color (decimal): -8842804 or 13373817. OLE color: 13373817.

HSL color Cylindrical-coordinate representation of color #7911CC: hue angle of 273.37º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7911CC is Cyan = 0.41, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB12117204-
CMYK0.410.9200.2
HSL273.37º84.62%43.33%-
HSV(B)273.37º91.67%80%-
XYZ18.988.8357.83-
YUV69.41203.96164.79-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.38%
GREEN value IS 17 (7.03% from 255) = 4.97%
BLUE value IS 204 (80.08% from 255) = 59.65%
R=35.38%
G=4.97%
B=59.65%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal121172040.410.9200.2273.3784.6243.33
Hex7911CC295C014111552b
Octal171213145113402442112553
Binary1111001100011100110010100110111000101001000100011010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7911CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7911CC; }

 p { color: rgb(121,17,204); }

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

<style>
 a { background-color: #7911CC; }

 a { background-color: rgb(121,17,204); }

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

<style>
 span { border-color: #7911CC; }

 span { border-color: rgb(121,17,204); }

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