#79116C

Color #79116C Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #79116C

Tints of Dark Purple #79116C

Color information

#79116C (or 0x79116C) is unknown color: approx Dark Purple. HEX triplet: 79, 11 and 6C. RGB value is (121,17,108). Sum of RGB (Red+Green+Blue) = 121+17+108=246 (32% of max value = 765). Red value is 121 (47.66% from 255 or 49.19% from 246); Green value is 17 (7.03% from 255 or 6.91% from 246); Blue value is 108 (42.58% from 255 or 43.90% from 246); Max value from RGB is 121 - color contains mainly: red. Hex color #79116C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #79116C is #86EE93. Grayscale: #3A3A3A. Windows color (decimal): -8842900 or 7082361. OLE color: 7082361.

HSL color Cylindrical-coordinate representation of color #79116C: hue angle of 307.5º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #79116C is Cyan = 0, Magento = 0.86, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB12117108-
CMYK00.860.110.53
HSL307.5º75.36%27.06%-
HSV(B)307.5º85.95%47.45%-
XYZ10.795.5514.69-
YUV58.47155.96172.6-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 49.19%
GREEN value IS 17 (7.03% from 255) = 6.91%
BLUE value IS 108 (42.58% from 255) = 43.90%
R=49.19%
G=6.91%
B=43.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211710800.860.110.53307.575.3627.06
Hex79116C056B351344b1b
Octal171211540126136546411333
Binary1111001100011101100010101101011110101100110100100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79116C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79116C; }

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

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

<style>
 a { background-color: #79116C; }

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

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

<style>
 span { border-color: #79116C; }

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

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