Shades of Dark Purple #78166B
Tints of Dark Purple #78166B
RGB
CMYK
RGB Variations
Color information
#78166B (or 0x78166B) is known color: Dark Purple. HEX triplet: 78, 16 and 6B. RGB value is (120,22,107). Sum of RGB (Red+Green+Blue) = 120+22+107=249 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.19% from 249); Green value is 22 (8.98% from 255 or 8.84% from 249); Blue value is 107 (42.19% from 255 or 42.97% from 249); Max value from RGB is 120 - color contains mainly: red. Hex color #78166B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78166B is #87E994. Grayscale: #3C3C3C. Windows color (decimal): -8907157 or 7018104. OLE color: 7018104.
HSL color Cylindrical-coordinate representation of color #78166B: hue angle of 307.96º 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 #78166B is Cyan = 0, Magento = 0.82, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 22 | 107 | - |
| CMYK | 0 | 0.82 | 0.11 | 0.53 |
| HSL | 307.96º | 0.69% | 0.28% | - |
| HSV(B) | 307.96º | 0.82% | 0.47% | - |
| XYZ | 10.69 | 5.63 | 14.43 | - |
| YUV | 60.99 | 153.97 | 170.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 22 | 107 | 0 | 0.82 | 0.11 | 0.53 | 307.96 | 0.69 | 0.28 |
| Hex | 78 | 16 | 6B | 0 | 52 | B | 35 | 134 | 45 | 1C |
| Octal | 170 | 26 | 153 | 0 | 122 | 13 | 65 | 464 | 105 | 34 |
| Binary | 1111000 | 10110 | 1101011 | 0 | 1010010 | 1011 | 110101 | 100110100 | 1000101 | 11100 |
Color Harmonies of #78166B
Complementary color
Monochromatic Colors of #78166B
Black with #78166B
Text Example
Text Example
White with #78166B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78166B; }
p { color: rgb(120,22,107); }
H1.HeaderClassName
{
color: #78166B;
}
.AnyTagClassName
{
color: #78166B;
}
</style>
background-color css
<style>
a { background-color: #78166B; }
a { background-color: rgb(120,22,107); }
div.DivClassName
{
background-color: #78166B;
}
.BgClassName
{
background-color: #78166B;
}
</style>
border-color css
<style>
span { border-color: #78166B; }
span { border-color: rgb(120,22,107); }
td.TdClassName
{
border-color: #78166B;
}
.TagClassName
{
border-color: #78166B;
}
</style>