Shades of Dark Purple #79116C
Tints of Dark Purple #79116C
RGB
CMYK
RGB Variations
Color information
#79116C (or 0x79116C) is known color: Dark Purple. HEX triplet: 79, 11 and 6C. RGB value is (121,17,108). Sum of RGB (Red+Green+Blue) = 121+17+108=246 (32% of max value = 765). Red value is 121 (47.66% from 255 or 49.19% from 246); Green value is 17 (7.03% from 255 or 6.91% from 246); Blue value is 108 (42.58% from 255 or 43.90% from 246); Max value from RGB is 121 - color contains mainly: red. Hex color #79116C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #79116C is #86EE93. Grayscale: #3A3A3A. Windows color (decimal): -8842900 or 7082361. OLE color: 7082361.
HSL color Cylindrical-coordinate representation of color #79116C: hue angle of 307.5º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #79116C is Cyan = 0, Magento = 0.86, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 17 | 108 | - |
| CMYK | 0 | 0.86 | 0.11 | 0.53 |
| HSL | 307.5º | 0.75% | 0.27% | - |
| HSV(B) | 307.5º | 0.86% | 0.47% | - |
| XYZ | 10.79 | 5.55 | 14.69 | - |
| YUV | 58.47 | 155.96 | 172.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 17 | 108 | 0 | 0.86 | 0.11 | 0.53 | 307.5 | 0.75 | 0.27 |
| Hex | 79 | 11 | 6C | 0 | 56 | B | 35 | 134 | 4B | 1B |
| Octal | 171 | 21 | 154 | 0 | 126 | 13 | 65 | 464 | 113 | 33 |
| Binary | 1111001 | 10001 | 1101100 | 0 | 1010110 | 1011 | 110101 | 100110100 | 1001011 | 11011 |
Color Harmonies of #79116C
Complementary color
Monochromatic Colors of #79116C
Black with #79116C
Text Example
Text Example
White with #79116C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79116C; }
p { color: rgb(121,17,108); }
H1.HeaderClassName
{
color: #79116C;
}
.AnyTagClassName
{
color: #79116C;
}
</style>
background-color css
<style>
a { background-color: #79116C; }
a { background-color: rgb(121,17,108); }
div.DivClassName
{
background-color: #79116C;
}
.BgClassName
{
background-color: #79116C;
}
</style>
border-color css
<style>
span { border-color: #79116C; }
span { border-color: rgb(121,17,108); }
td.TdClassName
{
border-color: #79116C;
}
.TagClassName
{
border-color: #79116C;
}
</style>