#79206F

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

Shades of Dark Purple #79206F

Tints of Dark Purple #79206F

Color information

#79206F (or 0x79206F) is unknown color: approx Dark Purple. HEX triplet: 79, 20 and 6F. RGB value is (121,32,111). Sum of RGB (Red+Green+Blue) = 121+32+111=264 (34% of max value = 765). Red value is 121 (47.66% from 255 or 45.83% from 264); Green value is 32 (12.89% from 255 or 12.12% from 264); Blue value is 111 (43.75% from 255 or 42.05% from 264); Max value from RGB is 121 - color contains mainly: red. Hex color #79206F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79206F is #86DF90. Grayscale: #434343. Windows color (decimal): -8839057 or 7282809. OLE color: 7282809.

HSL color Cylindrical-coordinate representation of color #79206F: hue angle of 306.74º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #79206F is Cyan = 0, Magento = 0.74, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB12132111-
CMYK00.740.080.53
HSL306.74º58.17%30%-
HSV(B)306.74º73.55%47.45%-
XYZ11.276.2515.65-
YUV67.62152.49166.08-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 45.83%
GREEN value IS 32 (12.89% from 255) = 12.12%
BLUE value IS 111 (43.75% from 255) = 42.05%
R=45.83%
G=12.12%
B=42.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1213211100.740.080.53306.7458.1730
Hex79206F04A8351333a1e
Octal17140157011210654637236
Binary1111001100000110111101001010100011010110011001111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79206F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79206F; }

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

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

<style>
 a { background-color: #79206F; }

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

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

<style>
 span { border-color: #79206F; }

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

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