Shades of Dark Purple #782080
Tints of Dark Purple #782080
RGB
CMYK
RGB Variations
Color information
#782080 (or 0x782080) is known color: Dark Purple. HEX triplet: 78, 20 and 80. RGB value is (120,32,128). Sum of RGB (Red+Green+Blue) = 120+32+128=280 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.86% from 280); Green value is 32 (12.89% from 255 or 11.43% from 280); Blue value is 128 (50.39% from 255 or 45.71% from 280); Max value from RGB is 128 - color contains mainly: blue. Hex color #782080 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #782080 is #87DF7F. Grayscale: #444444. Windows color (decimal): -8904576 or 8396920. OLE color: 8396920.
HSL color Cylindrical-coordinate representation of color #782080: hue angle of 295º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #782080 is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 120 | 32 | 128 | - |
| CMYK | 0.06 | 0.75 | 0 | 0.50 |
| HSL | 295º | 0.6% | 0.31% | - |
| HSV(B) | 295º | 0.75% | 0.5% | - |
| XYZ | 12.16 | 6.58 | 21.05 | - |
| YUV | 69.26 | 161.15 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 32 | 128 | 0.06 | 0.75 | 0 | 0.50 | 295 | 0.6 | 0.31 |
| Hex | 78 | 20 | 80 | 6 | 4B | 0 | 32 | 127 | 3C | 1F |
| Octal | 170 | 40 | 200 | 6 | 113 | 0 | 62 | 447 | 74 | 37 |
| Binary | 1111000 | 100000 | 10000000 | 110 | 1001011 | 0 | 110010 | 100100111 | 111100 | 11111 |
Color Harmonies of #782080
Complementary color
Monochromatic Colors of #782080
Black with #782080
Text Example
Text Example
White with #782080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782080; }
p { color: rgb(120,32,128); }
H1.HeaderClassName
{
color: #782080;
}
.AnyTagClassName
{
color: #782080;
}
</style>
background-color css
<style>
a { background-color: #782080; }
a { background-color: rgb(120,32,128); }
div.DivClassName
{
background-color: #782080;
}
.BgClassName
{
background-color: #782080;
}
</style>
border-color css
<style>
span { border-color: #782080; }
span { border-color: rgb(120,32,128); }
td.TdClassName
{
border-color: #782080;
}
.TagClassName
{
border-color: #782080;
}
</style>