#79116A

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

Shades of Dark Purple #79116A

Tints of Dark Purple #79116A

Color information

#79116A (or 0x79116A) is unknown color: approx Dark Purple. HEX triplet: 79, 11 and 6A. RGB value is (121,17,106). Sum of RGB (Red+Green+Blue) = 121+17+106=244 (32% of max value = 765). Red value is 121 (47.66% from 255 or 49.59% from 244); Green value is 17 (7.03% from 255 or 6.97% from 244); Blue value is 106 (41.80% from 255 or 43.44% from 244); Max value from RGB is 121 - color contains mainly: red. Hex color #79116A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #79116A is #86EE95. Grayscale: #393939. Windows color (decimal): -8842902 or 6951289. OLE color: 6951289.

HSL color Cylindrical-coordinate representation of color #79116A: hue angle of 308.65º 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 #79116A is Cyan = 0, Magento = 0.86, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB12117106-
CMYK00.860.120.53
HSL308.65º75.36%27.06%-
HSV(B)308.65º85.95%47.45%-
XYZ10.695.5114.14-
YUV58.24154.96172.76-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 49.59%
GREEN value IS 17 (7.03% from 255) = 6.97%
BLUE value IS 106 (41.80% from 255) = 43.44%
R=49.59%
G=6.97%
B=43.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211710600.860.120.53308.6575.3627.06
Hex79116A056C351354b1b
Octal171211520126146546511333
Binary1111001100011101010010101101100110101100110101100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79116A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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