Shades of Dark Purple #781167
Tints of Dark Purple #781167
RGB
CMYK
RGB Variations
Color information
#781167 (or 0x781167) is known color: Dark Purple. HEX triplet: 78, 11 and 67. RGB value is (120,17,103). Sum of RGB (Red+Green+Blue) = 120+17+103=240 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50% from 240); Green value is 17 (7.03% from 255 or 7.08% from 240); Blue value is 103 (40.62% from 255 or 42.92% from 240); Max value from RGB is 120 - color contains mainly: red. Hex color #781167 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781167 is #87EE98. Grayscale: #393939. Windows color (decimal): -8908441 or 6754680. OLE color: 6754680.
HSL color Cylindrical-coordinate representation of color #781167: hue angle of 309.9º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #781167 is Cyan = 0, Magento = 0.86, Yellow = 0.14 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 17 | 103 | - |
| CMYK | 0 | 0.86 | 0.14 | 0.53 |
| HSL | 309.9º | 0.75% | 0.27% | - |
| HSV(B) | 309.9º | 0.86% | 0.47% | - |
| XYZ | 10.39 | 5.37 | 13.32 | - |
| YUV | 57.6 | 153.62 | 172.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 17 | 103 | 0 | 0.86 | 0.14 | 0.53 | 309.9 | 0.75 | 0.27 |
| Hex | 78 | 11 | 67 | 0 | 56 | E | 35 | 136 | 4B | 1B |
| Octal | 170 | 21 | 147 | 0 | 126 | 16 | 65 | 466 | 113 | 33 |
| Binary | 1111000 | 10001 | 1100111 | 0 | 1010110 | 1110 | 110101 | 100110110 | 1001011 | 11011 |
Color Harmonies of #781167
Complementary color
Monochromatic Colors of #781167
Black with #781167
Text Example
Text Example
White with #781167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781167; }
p { color: rgb(120,17,103); }
H1.HeaderClassName
{
color: #781167;
}
.AnyTagClassName
{
color: #781167;
}
</style>
background-color css
<style>
a { background-color: #781167; }
a { background-color: rgb(120,17,103); }
div.DivClassName
{
background-color: #781167;
}
.BgClassName
{
background-color: #781167;
}
</style>
border-color css
<style>
span { border-color: #781167; }
span { border-color: rgb(120,17,103); }
td.TdClassName
{
border-color: #781167;
}
.TagClassName
{
border-color: #781167;
}
</style>