Shades of Dark Purple #781574
Tints of Dark Purple #781574
RGB
CMYK
RGB Variations
Color information
#781574 (or 0x781574) is known color: Dark Purple. HEX triplet: 78, 15 and 74. RGB value is (120,21,116). Sum of RGB (Red+Green+Blue) = 120+21+116=257 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.69% from 257); Green value is 21 (8.59% from 255 or 8.17% from 257); Blue value is 116 (45.70% from 255 or 45.14% from 257); Max value from RGB is 120 - color contains mainly: red. Hex color #781574 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781574 is #87EA8B. Grayscale: #3D3D3D. Windows color (decimal): -8907404 or 7607672. OLE color: 7607672.
HSL color Cylindrical-coordinate representation of color #781574: hue angle of 302.42º 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 #781574 is Cyan = 0, Magento = 0.83, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 21 | 116 | - |
| CMYK | 0 | 0.83 | 0.03 | 0.53 |
| HSL | 302.42º | 0.7% | 0.28% | - |
| HSV(B) | 302.42º | 0.83% | 0.47% | - |
| XYZ | 11.17 | 5.79 | 17.05 | - |
| YUV | 61.43 | 158.8 | 169.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 21 | 116 | 0 | 0.83 | 0.03 | 0.53 | 302.42 | 0.7 | 0.28 |
| Hex | 78 | 15 | 74 | 0 | 53 | 3 | 35 | 12E | 46 | 1C |
| Octal | 170 | 25 | 164 | 0 | 123 | 3 | 65 | 456 | 106 | 34 |
| Binary | 1111000 | 10101 | 1110100 | 0 | 1010011 | 11 | 110101 | 100101110 | 1000110 | 11100 |
Color Harmonies of #781574
Complementary color
Monochromatic Colors of #781574
Black with #781574
Text Example
Text Example
White with #781574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781574; }
p { color: rgb(120,21,116); }
H1.HeaderClassName
{
color: #781574;
}
.AnyTagClassName
{
color: #781574;
}
</style>
background-color css
<style>
a { background-color: #781574; }
a { background-color: rgb(120,21,116); }
div.DivClassName
{
background-color: #781574;
}
.BgClassName
{
background-color: #781574;
}
</style>
border-color css
<style>
span { border-color: #781574; }
span { border-color: rgb(120,21,116); }
td.TdClassName
{
border-color: #781574;
}
.TagClassName
{
border-color: #781574;
}
</style>