Shades of Dark Purple #78186C
Tints of Dark Purple #78186C
RGB
CMYK
RGB Variations
Color information
#78186C (or 0x78186C) is known color: Dark Purple. HEX triplet: 78, 18 and 6C. RGB value is (120,24,108). Sum of RGB (Red+Green+Blue) = 120+24+108=252 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.62% from 252); Green value is 24 (9.77% from 255 or 9.52% from 252); Blue value is 108 (42.58% from 255 or 42.86% from 252); Max value from RGB is 120 - color contains mainly: red. Hex color #78186C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78186C is #87E793. Grayscale: #3E3E3E. Windows color (decimal): -8906644 or 7084152. OLE color: 7084152.
HSL color Cylindrical-coordinate representation of color #78186C: hue angle of 307.5º 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 #78186C is Cyan = 0, Magento = 0.8, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 24 | 108 | - |
| CMYK | 0 | 0.8 | 0.10 | 0.53 |
| HSL | 307.5º | 0.67% | 0.28% | - |
| HSV(B) | 307.5º | 0.8% | 0.47% | - |
| XYZ | 10.78 | 5.73 | 14.73 | - |
| YUV | 62.28 | 153.8 | 169.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 24 | 108 | 0 | 0.8 | 0.10 | 0.53 | 307.5 | 0.67 | 0.28 |
| Hex | 78 | 18 | 6C | 0 | 50 | A | 35 | 134 | 43 | 1C |
| Octal | 170 | 30 | 154 | 0 | 120 | 12 | 65 | 464 | 103 | 34 |
| Binary | 1111000 | 11000 | 1101100 | 0 | 1010000 | 1010 | 110101 | 100110100 | 1000011 | 11100 |
Color Harmonies of #78186C
Complementary color
Monochromatic Colors of #78186C
Black with #78186C
Text Example
Text Example
White with #78186C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78186C; }
p { color: rgb(120,24,108); }
H1.HeaderClassName
{
color: #78186C;
}
.AnyTagClassName
{
color: #78186C;
}
</style>
background-color css
<style>
a { background-color: #78186C; }
a { background-color: rgb(120,24,108); }
div.DivClassName
{
background-color: #78186C;
}
.BgClassName
{
background-color: #78186C;
}
</style>
border-color css
<style>
span { border-color: #78186C; }
span { border-color: rgb(120,24,108); }
td.TdClassName
{
border-color: #78186C;
}
.TagClassName
{
border-color: #78186C;
}
</style>