Shades of Dark Purple #79186C
Tints of Dark Purple #79186C
RGB
CMYK
RGB Variations
Color information
#79186C (or 0x79186C) is known color: Dark Purple. HEX triplet: 79, 18 and 6C. RGB value is (121,24,108). Sum of RGB (Red+Green+Blue) = 121+24+108=253 (33% of max value = 765). Red value is 121 (47.66% from 255 or 47.83% from 253); Green value is 24 (9.77% from 255 or 9.49% from 253); Blue value is 108 (42.58% from 255 or 42.69% from 253); Max value from RGB is 121 - color contains mainly: red. Hex color #79186C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #79186C is #86E793. Grayscale: #3E3E3E. Windows color (decimal): -8841108 or 7084153. OLE color: 7084153.
HSL color Cylindrical-coordinate representation of color #79186C: hue angle of 308.04º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #79186C is Cyan = 0, Magento = 0.80, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 24 | 108 | - |
| CMYK | 0 | 0.80 | 0.11 | 0.53 |
| HSL | 308.04º | 0.67% | 0.28% | - |
| HSV(B) | 308.04º | 0.8% | 0.47% | - |
| XYZ | 10.92 | 5.8 | 14.73 | - |
| YUV | 62.58 | 153.64 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 24 | 108 | 0 | 0.80 | 0.11 | 0.53 | 308.04 | 0.67 | 0.28 |
| Hex | 79 | 18 | 6C | 0 | 50 | B | 35 | 134 | 43 | 1C |
| Octal | 171 | 30 | 154 | 0 | 120 | 13 | 65 | 464 | 103 | 34 |
| Binary | 1111001 | 11000 | 1101100 | 0 | 1010000 | 1011 | 110101 | 100110100 | 1000011 | 11100 |
Color Harmonies of #79186C
Complementary color
Monochromatic Colors of #79186C
Black with #79186C
Text Example
Text Example
White with #79186C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79186C; }
p { color: rgb(121,24,108); }
H1.HeaderClassName
{
color: #79186C;
}
.AnyTagClassName
{
color: #79186C;
}
</style>
background-color css
<style>
a { background-color: #79186C; }
a { background-color: rgb(121,24,108); }
div.DivClassName
{
background-color: #79186C;
}
.BgClassName
{
background-color: #79186C;
}
</style>
border-color css
<style>
span { border-color: #79186C; }
span { border-color: rgb(121,24,108); }
td.TdClassName
{
border-color: #79186C;
}
.TagClassName
{
border-color: #79186C;
}
</style>