#79216E

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

Shades of Dark Purple #79216E

Tints of Dark Purple #79216E

Color information

#79216E (or 0x79216E) is unknown color: approx Dark Purple. HEX triplet: 79, 21 and 6E. RGB value is (121,33,110). Sum of RGB (Red+Green+Blue) = 121+33+110=264 (34% of max value = 765). Red value is 121 (47.66% from 255 or 45.83% from 264); Green value is 33 (13.28% from 255 or 12.5% from 264); Blue value is 110 (43.36% from 255 or 41.67% from 264); Max value from RGB is 121 - color contains mainly: red. Hex color #79216E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79216E is #86DE91. Grayscale: #434343. Windows color (decimal): -8838802 or 7217529. OLE color: 7217529.

HSL color Cylindrical-coordinate representation of color #79216E: hue angle of 307.5º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #79216E is Cyan = 0, Magento = 0.73, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB12133110-
CMYK00.730.090.53
HSL307.5º57.14%30.2%-
HSV(B)307.5º72.73%47.45%-
XYZ11.246.2815.37-
YUV68.09151.65165.74-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 45.83%
GREEN value IS 33 (13.28% from 255) = 12.5%
BLUE value IS 110 (43.36% from 255) = 41.67%
R=45.83%
G=12.5%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1213311000.730.090.53307.557.1430.2
Hex79216E049935134391e
Octal17141156011111654647136
Binary1111001100001110111001001001100111010110011010011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79216E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79216E; }

 p { color: rgb(121,33,110); }

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

<style>
 a { background-color: #79216E; }

 a { background-color: rgb(121,33,110); }

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

<style>
 span { border-color: #79216E; }

 span { border-color: rgb(121,33,110); }

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