#79207C

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

Shades of Dark Purple #79207C

Tints of Dark Purple #79207C

Color information

#79207C (or 0x79207C) is unknown color: approx Dark Purple. HEX triplet: 79, 20 and 7C. RGB value is (121,32,124). Sum of RGB (Red+Green+Blue) = 121+32+124=277 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.68% from 277); Green value is 32 (12.89% from 255 or 11.55% from 277); Blue value is 124 (48.83% from 255 or 44.77% from 277); Max value from RGB is 124 - color contains mainly: blue. Hex color #79207C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79207C is #86DF83. Grayscale: #444444. Windows color (decimal): -8839044 or 8134777. OLE color: 8134777.

HSL color Cylindrical-coordinate representation of color #79207C: hue angle of 298.04º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #79207C is Cyan = 0.02, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB12132124-
CMYK0.020.7400.51
HSL298.04º58.97%30.59%-
HSV(B)298.04º74.19%48.63%-
XYZ12.046.5519.7-
YUV69.1158.99165.02-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 43.68%
GREEN value IS 32 (12.89% from 255) = 11.55%
BLUE value IS 124 (48.83% from 255) = 44.77%
R=43.68%
G=11.55%
B=44.77%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal121321240.020.7400.51298.0458.9730.59
Hex79207C24A03312a3b1f
Octal1714017421120634527337
Binary11110011000001111100101001010011001110010101011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79207C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,32,124); }

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

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

 a { background-color: rgb(121,32,124); }

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

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

 span { border-color: rgb(121,32,124); }

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