Shades of Dark Purple #781572
Tints of Dark Purple #781572
RGB
CMYK
RGB Variations
Color information
#781572 (or 0x781572) is known color: Dark Purple. HEX triplet: 78, 15 and 72. RGB value is (120,21,114). Sum of RGB (Red+Green+Blue) = 120+21+114=255 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.06% from 255); Green value is 21 (8.59% from 255 or 8.24% from 255); Blue value is 114 (44.92% from 255 or 44.71% from 255); Max value from RGB is 120 - color contains mainly: red. Hex color #781572 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781572 is #87EA8D. Grayscale: #3C3C3C. Windows color (decimal): -8907406 or 7476600. OLE color: 7476600.
HSL color Cylindrical-coordinate representation of color #781572: hue angle of 303.64º 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 #781572 is Cyan = 0, Magento = 0.83, Yellow = 0.05 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 21 | 114 | - |
| CMYK | 0 | 0.83 | 0.05 | 0.53 |
| HSL | 303.64º | 0.7% | 0.28% | - |
| HSV(B) | 303.64º | 0.83% | 0.47% | - |
| XYZ | 11.05 | 5.74 | 16.45 | - |
| YUV | 61.2 | 157.8 | 169.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 21 | 114 | 0 | 0.83 | 0.05 | 0.53 | 303.64 | 0.7 | 0.28 |
| Hex | 78 | 15 | 72 | 0 | 53 | 5 | 35 | 130 | 46 | 1C |
| Octal | 170 | 25 | 162 | 0 | 123 | 5 | 65 | 460 | 106 | 34 |
| Binary | 1111000 | 10101 | 1110010 | 0 | 1010011 | 101 | 110101 | 100110000 | 1000110 | 11100 |
Color Harmonies of #781572
Complementary color
Monochromatic Colors of #781572
Black with #781572
Text Example
Text Example
White with #781572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781572; }
p { color: rgb(120,21,114); }
H1.HeaderClassName
{
color: #781572;
}
.AnyTagClassName
{
color: #781572;
}
</style>
background-color css
<style>
a { background-color: #781572; }
a { background-color: rgb(120,21,114); }
div.DivClassName
{
background-color: #781572;
}
.BgClassName
{
background-color: #781572;
}
</style>
border-color css
<style>
span { border-color: #781572; }
span { border-color: rgb(120,21,114); }
td.TdClassName
{
border-color: #781572;
}
.TagClassName
{
border-color: #781572;
}
</style>