#79126A

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

Shades of Dark Purple #79126A

Tints of Dark Purple #79126A

Color information

#79126A (or 0x79126A) is unknown color: approx Dark Purple. HEX triplet: 79, 12 and 6A. RGB value is (121,18,106). Sum of RGB (Red+Green+Blue) = 121+18+106=245 (32% of max value = 765). Red value is 121 (47.66% from 255 or 49.39% from 245); Green value is 18 (7.42% from 255 or 7.35% from 245); Blue value is 106 (41.80% from 255 or 43.27% from 245); Max value from RGB is 121 - color contains mainly: red. Hex color #79126A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #79126A is #86ED95. Grayscale: #3A3A3A. Windows color (decimal): -8842646 or 6951545. OLE color: 6951545.

HSL color Cylindrical-coordinate representation of color #79126A: hue angle of 308.74º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #79126A is Cyan = 0, Magento = 0.85, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB12118106-
CMYK00.850.120.53
HSL308.74º74.1%27.25%-
HSV(B)308.74º85.12%47.45%-
XYZ10.75.5414.14-
YUV58.83154.62172.34-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 49.39%
GREEN value IS 18 (7.42% from 255) = 7.35%
BLUE value IS 106 (41.80% from 255) = 43.27%
R=49.39%
G=7.35%
B=43.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211810600.850.120.53308.7474.127.25
Hex79126A055C351354a1b
Octal171221520125146546511233
Binary1111001100101101010010101011100110101100110101100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79126A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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