Shades of Dark Purple #78166D
Tints of Dark Purple #78166D
RGB
CMYK
RGB Variations
Color information
#78166D (or 0x78166D) is known color: Dark Purple. HEX triplet: 78, 16 and 6D. RGB value is (120,22,109). Sum of RGB (Red+Green+Blue) = 120+22+109=251 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.81% from 251); Green value is 22 (8.98% from 255 or 8.76% from 251); Blue value is 109 (42.97% from 255 or 43.43% from 251); Max value from RGB is 120 - color contains mainly: red. Hex color #78166D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78166D is #87E992. Grayscale: #3C3C3C. Windows color (decimal): -8907155 or 7149176. OLE color: 7149176.
HSL color Cylindrical-coordinate representation of color #78166D: hue angle of 306.73º 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 #78166D is Cyan = 0, Magento = 0.82, Yellow = 0.09 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 22 | 109 | - |
| CMYK | 0 | 0.82 | 0.09 | 0.53 |
| HSL | 306.73º | 0.69% | 0.28% | - |
| HSV(B) | 306.73º | 0.82% | 0.47% | - |
| XYZ | 10.79 | 5.67 | 14.99 | - |
| YUV | 61.22 | 154.97 | 169.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 22 | 109 | 0 | 0.82 | 0.09 | 0.53 | 306.73 | 0.69 | 0.28 |
| Hex | 78 | 16 | 6D | 0 | 52 | 9 | 35 | 133 | 45 | 1C |
| Octal | 170 | 26 | 155 | 0 | 122 | 11 | 65 | 463 | 105 | 34 |
| Binary | 1111000 | 10110 | 1101101 | 0 | 1010010 | 1001 | 110101 | 100110011 | 1000101 | 11100 |
Color Harmonies of #78166D
Complementary color
Monochromatic Colors of #78166D
Black with #78166D
Text Example
Text Example
White with #78166D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78166D; }
p { color: rgb(120,22,109); }
H1.HeaderClassName
{
color: #78166D;
}
.AnyTagClassName
{
color: #78166D;
}
</style>
background-color css
<style>
a { background-color: #78166D; }
a { background-color: rgb(120,22,109); }
div.DivClassName
{
background-color: #78166D;
}
.BgClassName
{
background-color: #78166D;
}
</style>
border-color css
<style>
span { border-color: #78166D; }
span { border-color: rgb(120,22,109); }
td.TdClassName
{
border-color: #78166D;
}
.TagClassName
{
border-color: #78166D;
}
</style>