Shades of Dark Purple #801370
Tints of Dark Purple #801370
RGB
CMYK
RGB Variations
Color information
#801370 (or 0x801370) is known color: Dark Purple. HEX triplet: 80, 13 and 70. RGB value is (128,19,112). Sum of RGB (Red+Green+Blue) = 128+19+112=259 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.42% from 259); Green value is 19 (7.81% from 255 or 7.34% from 259); Blue value is 112 (44.14% from 255 or 43.24% from 259); Max value from RGB is 128 - color contains mainly: red. Hex color #801370 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #801370 is #7FEC8F. Grayscale: #3D3D3D. Windows color (decimal): -8383632 or 7345024. OLE color: 7345024.
HSL color Cylindrical-coordinate representation of color #801370: hue angle of 308.81º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #801370 is Cyan = 0, Magento = 0.85, Yellow = 0.12 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 19 | 112 | - |
| CMYK | 0 | 0.85 | 0.12 | 0.50 |
| HSL | 308.81º | 0.74% | 0.29% | - |
| HSV(B) | 308.81º | 0.85% | 0.5% | - |
| XYZ | 12.06 | 6.22 | 15.9 | - |
| YUV | 62.19 | 156.11 | 174.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 19 | 112 | 0 | 0.85 | 0.12 | 0.50 | 308.81 | 0.74 | 0.29 |
| Hex | 80 | 13 | 70 | 0 | 55 | C | 32 | 135 | 4A | 1D |
| Octal | 200 | 23 | 160 | 0 | 125 | 14 | 62 | 465 | 112 | 35 |
| Binary | 10000000 | 10011 | 1110000 | 0 | 1010101 | 1100 | 110010 | 100110101 | 1001010 | 11101 |
Color Harmonies of #801370
Complementary color
Monochromatic Colors of #801370
Black with #801370
Text Example
Text Example
White with #801370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801370; }
p { color: rgb(128,19,112); }
H1.HeaderClassName
{
color: #801370;
}
.AnyTagClassName
{
color: #801370;
}
</style>
background-color css
<style>
a { background-color: #801370; }
a { background-color: rgb(128,19,112); }
div.DivClassName
{
background-color: #801370;
}
.BgClassName
{
background-color: #801370;
}
</style>
border-color css
<style>
span { border-color: #801370; }
span { border-color: rgb(128,19,112); }
td.TdClassName
{
border-color: #801370;
}
.TagClassName
{
border-color: #801370;
}
</style>