Shades of Dark Purple #781570
Tints of Dark Purple #781570
RGB
CMYK
RGB Variations
Color information
#781570 (or 0x781570) is known color: Dark Purple. HEX triplet: 78, 15 and 70. RGB value is (120,21,112). Sum of RGB (Red+Green+Blue) = 120+21+112=253 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.43% from 253); Green value is 21 (8.59% from 255 or 8.30% from 253); Blue value is 112 (44.14% from 255 or 44.27% from 253); Max value from RGB is 120 - color contains mainly: red. Hex color #781570 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781570 is #87EA8F. Grayscale: #3C3C3C. Windows color (decimal): -8907408 or 7345528. OLE color: 7345528.
HSL color Cylindrical-coordinate representation of color #781570: hue angle of 304.85º 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 #781570 is Cyan = 0, Magento = 0.83, Yellow = 0.07 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 21 | 112 | - |
| CMYK | 0 | 0.83 | 0.07 | 0.53 |
| HSL | 304.85º | 0.7% | 0.28% | - |
| HSV(B) | 304.85º | 0.83% | 0.47% | - |
| XYZ | 10.94 | 5.7 | 15.85 | - |
| YUV | 60.98 | 156.8 | 170.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 21 | 112 | 0 | 0.83 | 0.07 | 0.53 | 304.85 | 0.7 | 0.28 |
| Hex | 78 | 15 | 70 | 0 | 53 | 7 | 35 | 131 | 46 | 1C |
| Octal | 170 | 25 | 160 | 0 | 123 | 7 | 65 | 461 | 106 | 34 |
| Binary | 1111000 | 10101 | 1110000 | 0 | 1010011 | 111 | 110101 | 100110001 | 1000110 | 11100 |
Color Harmonies of #781570
Complementary color
Monochromatic Colors of #781570
Black with #781570
Text Example
Text Example
White with #781570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781570; }
p { color: rgb(120,21,112); }
H1.HeaderClassName
{
color: #781570;
}
.AnyTagClassName
{
color: #781570;
}
</style>
background-color css
<style>
a { background-color: #781570; }
a { background-color: rgb(120,21,112); }
div.DivClassName
{
background-color: #781570;
}
.BgClassName
{
background-color: #781570;
}
</style>
border-color css
<style>
span { border-color: #781570; }
span { border-color: rgb(120,21,112); }
td.TdClassName
{
border-color: #781570;
}
.TagClassName
{
border-color: #781570;
}
</style>