Shades of Dark Purple #78166E
Tints of Dark Purple #78166E
RGB
CMYK
RGB Variations
Color information
#78166E (or 0x78166E) is known color: Dark Purple. HEX triplet: 78, 16 and 6E. RGB value is (120,22,110). Sum of RGB (Red+Green+Blue) = 120+22+110=252 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.62% from 252); Green value is 22 (8.98% from 255 or 8.73% from 252); Blue value is 110 (43.36% from 255 or 43.65% from 252); Max value from RGB is 120 - color contains mainly: red. Hex color #78166E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78166E is #87E991. Grayscale: #3D3D3D. Windows color (decimal): -8907154 or 7214712. OLE color: 7214712.
HSL color Cylindrical-coordinate representation of color #78166E: hue angle of 306.12º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #78166E is Cyan = 0, Magento = 0.82, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 22 | 110 | - |
| CMYK | 0 | 0.82 | 0.08 | 0.53 |
| HSL | 306.12º | 0.69% | 0.28% | - |
| HSV(B) | 306.12º | 0.82% | 0.47% | - |
| XYZ | 10.85 | 5.69 | 15.28 | - |
| YUV | 61.33 | 155.47 | 169.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 22 | 110 | 0 | 0.82 | 0.08 | 0.53 | 306.12 | 0.69 | 0.28 |
| Hex | 78 | 16 | 6E | 0 | 52 | 8 | 35 | 132 | 45 | 1C |
| Octal | 170 | 26 | 156 | 0 | 122 | 10 | 65 | 462 | 105 | 34 |
| Binary | 1111000 | 10110 | 1101110 | 0 | 1010010 | 1000 | 110101 | 100110010 | 1000101 | 11100 |
Color Harmonies of #78166E
Complementary color
Monochromatic Colors of #78166E
Black with #78166E
Text Example
Text Example
White with #78166E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78166E; }
p { color: rgb(120,22,110); }
H1.HeaderClassName
{
color: #78166E;
}
.AnyTagClassName
{
color: #78166E;
}
</style>
background-color css
<style>
a { background-color: #78166E; }
a { background-color: rgb(120,22,110); }
div.DivClassName
{
background-color: #78166E;
}
.BgClassName
{
background-color: #78166E;
}
</style>
border-color css
<style>
span { border-color: #78166E; }
span { border-color: rgb(120,22,110); }
td.TdClassName
{
border-color: #78166E;
}
.TagClassName
{
border-color: #78166E;
}
</style>