Shades of Dark Purple #801470
Tints of Dark Purple #801470
RGB
CMYK
RGB Variations
Color information
#801470 (or 0x801470) is known color: Dark Purple. HEX triplet: 80, 14 and 70. RGB value is (128,20,112). Sum of RGB (Red+Green+Blue) = 128+20+112=260 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.23% from 260); Green value is 20 (8.20% from 255 or 7.69% from 260); Blue value is 112 (44.14% from 255 or 43.08% from 260); Max value from RGB is 128 - color contains mainly: red. Hex color #801470 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #801470 is #7FEB8F. Grayscale: #3E3E3E. Windows color (decimal): -8383376 or 7345280. OLE color: 7345280.
HSL color Cylindrical-coordinate representation of color #801470: hue angle of 308.89º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #801470 is Cyan = 0, Magento = 0.84, Yellow = 0.12 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 20 | 112 | - |
| CMYK | 0 | 0.84 | 0.12 | 0.50 |
| HSL | 308.89º | 0.73% | 0.29% | - |
| HSV(B) | 308.89º | 0.84% | 0.5% | - |
| XYZ | 12.08 | 6.26 | 15.9 | - |
| YUV | 62.78 | 155.78 | 174.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 20 | 112 | 0 | 0.84 | 0.12 | 0.50 | 308.89 | 0.73 | 0.29 |
| Hex | 80 | 14 | 70 | 0 | 54 | C | 32 | 135 | 49 | 1D |
| Octal | 200 | 24 | 160 | 0 | 124 | 14 | 62 | 465 | 111 | 35 |
| Binary | 10000000 | 10100 | 1110000 | 0 | 1010100 | 1100 | 110010 | 100110101 | 1001001 | 11101 |
Color Harmonies of #801470
Complementary color
Monochromatic Colors of #801470
Black with #801470
Text Example
Text Example
White with #801470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801470; }
p { color: rgb(128,20,112); }
H1.HeaderClassName
{
color: #801470;
}
.AnyTagClassName
{
color: #801470;
}
</style>
background-color css
<style>
a { background-color: #801470; }
a { background-color: rgb(128,20,112); }
div.DivClassName
{
background-color: #801470;
}
.BgClassName
{
background-color: #801470;
}
</style>
border-color css
<style>
span { border-color: #801470; }
span { border-color: rgb(128,20,112); }
td.TdClassName
{
border-color: #801470;
}
.TagClassName
{
border-color: #801470;
}
</style>