Shades of Dark Purple #79207C
Tints of Dark Purple #79207C
RGB
CMYK
RGB Variations
Color information
#79207C (or 0x79207C) is known color: 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
| RGB | 121 | 32 | 124 | - |
| CMYK | 0.02 | 0.74 | 0 | 0.51 |
| HSL | 298.04º | 0.59% | 0.31% | - |
| HSV(B) | 298.04º | 0.74% | 0.49% | - |
| XYZ | 12.04 | 6.55 | 19.7 | - |
| YUV | 69.1 | 158.99 | 165.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 32 | 124 | 0.02 | 0.74 | 0 | 0.51 | 298.04 | 0.59 | 0.31 |
| Hex | 79 | 20 | 7C | 2 | 4A | 0 | 33 | 12A | 3B | 1F |
| Octal | 171 | 40 | 174 | 2 | 112 | 0 | 63 | 452 | 73 | 37 |
| Binary | 1111001 | 100000 | 1111100 | 10 | 1001010 | 0 | 110011 | 100101010 | 111011 | 11111 |
Color Harmonies of #79207C
Complementary color
Monochromatic Colors of #79207C
Black with #79207C
Text Example
Text Example
White with #79207C
Text Example
Text Example
HTML Codes & Css Web 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>