Shades of Dark Purple #781578
Tints of Dark Purple #781578
RGB
CMYK
RGB Variations
Color information
#781578 (or 0x781578) is known color: Dark Purple. HEX triplet: 78, 15 and 78. RGB value is (120,21,120). Sum of RGB (Red+Green+Blue) = 120+21+120=261 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.98% from 261); Green value is 21 (8.59% from 255 or 8.05% from 261); Blue value is 120 (47.27% from 255 or 45.98% from 261); Max value from RGB is 120 - color contains mainly: red, blue. Hex color #781578 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781578 is #87EA87. Grayscale: #3D3D3D. Windows color (decimal): -8907400 or 7869816. OLE color: 7869816.
HSL color Cylindrical-coordinate representation of color #781578: hue angle of 300º degrees, saturation: 0.7, 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 #781578 is Cyan = 0, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 21 | 120 | - |
| CMYK | 0 | 0.83 | 0 | 0.53 |
| HSL | 300º | 0.7% | 0.28% | - |
| HSV(B) | 300º | 0.83% | 0.47% | - |
| XYZ | 11.4 | 5.89 | 18.3 | - |
| YUV | 61.89 | 160.8 | 169.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 21 | 120 | 0 | 0.83 | 0 | 0.53 | 300 | 0.7 | 0.28 |
| Hex | 78 | 15 | 78 | 0 | 53 | 0 | 35 | 12C | 46 | 1C |
| Octal | 170 | 25 | 170 | 0 | 123 | 0 | 65 | 454 | 106 | 34 |
| Binary | 1111000 | 10101 | 1111000 | 0 | 1010011 | 0 | 110101 | 100101100 | 1000110 | 11100 |
Color Harmonies of #781578
Complementary color
Monochromatic Colors of #781578
Black with #781578
Text Example
Text Example
White with #781578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781578; }
p { color: rgb(120,21,120); }
H1.HeaderClassName
{
color: #781578;
}
.AnyTagClassName
{
color: #781578;
}
</style>
background-color css
<style>
a { background-color: #781578; }
a { background-color: rgb(120,21,120); }
div.DivClassName
{
background-color: #781578;
}
.BgClassName
{
background-color: #781578;
}
</style>
border-color css
<style>
span { border-color: #781578; }
span { border-color: rgb(120,21,120); }
td.TdClassName
{
border-color: #781578;
}
.TagClassName
{
border-color: #781578;
}
</style>