Shades of Dark Purple #781579
Tints of Dark Purple #781579
RGB
CMYK
RGB Variations
Color information
#781579 (or 0x781579) is known color: Dark Purple. HEX triplet: 78, 15 and 79. RGB value is (120,21,121). Sum of RGB (Red+Green+Blue) = 120+21+121=262 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.80% from 262); Green value is 21 (8.59% from 255 or 8.02% from 262); Blue value is 121 (47.66% from 255 or 46.18% from 262); Max value from RGB is 121 - color contains mainly: blue. Hex color #781579 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781579 is #87EA86. Grayscale: #3D3D3D. Windows color (decimal): -8907399 or 7935352. OLE color: 7935352.
HSL color Cylindrical-coordinate representation of color #781579: hue angle of 299.4º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #781579 is Cyan = 0.01, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 21 | 121 | - |
| CMYK | 0.01 | 0.83 | 0 | 0.53 |
| HSL | 299.4º | 0.7% | 0.28% | - |
| HSV(B) | 299.4º | 0.83% | 0.47% | - |
| XYZ | 11.47 | 5.91 | 18.63 | - |
| YUV | 62 | 161.3 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 21 | 121 | 0.01 | 0.83 | 0 | 0.53 | 299.4 | 0.7 | 0.28 |
| Hex | 78 | 15 | 79 | 1 | 53 | 0 | 35 | 12B | 46 | 1C |
| Octal | 170 | 25 | 171 | 1 | 123 | 0 | 65 | 453 | 106 | 34 |
| Binary | 1111000 | 10101 | 1111001 | 1 | 1010011 | 0 | 110101 | 100101011 | 1000110 | 11100 |
Color Harmonies of #781579
Complementary color
Monochromatic Colors of #781579
Black with #781579
Text Example
Text Example
White with #781579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781579; }
p { color: rgb(120,21,121); }
H1.HeaderClassName
{
color: #781579;
}
.AnyTagClassName
{
color: #781579;
}
</style>
background-color css
<style>
a { background-color: #781579; }
a { background-color: rgb(120,21,121); }
div.DivClassName
{
background-color: #781579;
}
.BgClassName
{
background-color: #781579;
}
</style>
border-color css
<style>
span { border-color: #781579; }
span { border-color: rgb(120,21,121); }
td.TdClassName
{
border-color: #781579;
}
.TagClassName
{
border-color: #781579;
}
</style>