Shades of Dark Purple #802D81
Tints of Dark Purple #802D81
RGB
CMYK
RGB Variations
Color information
#802D81 (or 0x802D81) is known color: Dark Purple. HEX triplet: 80, 2D and 81. RGB value is (128,45,129). Sum of RGB (Red+Green+Blue) = 128+45+129=302 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.38% from 302); Green value is 45 (17.97% from 255 or 14.90% from 302); Blue value is 129 (50.78% from 255 or 42.72% from 302); Max value from RGB is 129 - color contains mainly: blue. Hex color #802D81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802D81 is #7FD27E. Grayscale: #4F4F4F. Windows color (decimal): -8376959 or 8465792. OLE color: 8465792.
HSL color Cylindrical-coordinate representation of color #802D81: hue angle of 299.29º degrees, saturation: 0.48, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #802D81 is Cyan = 0.01, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 128 | 45 | 129 | - |
| CMYK | 0.01 | 0.65 | 0 | 0.49 |
| HSL | 299.29º | 0.48% | 0.34% | - |
| HSV(B) | 299.29º | 0.65% | 0.51% | - |
| XYZ | 13.8 | 8.05 | 21.6 | - |
| YUV | 79.39 | 156 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 45 | 129 | 0.01 | 0.65 | 0 | 0.49 | 299.29 | 0.48 | 0.34 |
| Hex | 80 | 2D | 81 | 1 | 41 | 0 | 31 | 12B | 30 | 22 |
| Octal | 200 | 55 | 201 | 1 | 101 | 0 | 61 | 453 | 60 | 42 |
| Binary | 10000000 | 101101 | 10000001 | 1 | 1000001 | 0 | 110001 | 100101011 | 110000 | 100010 |
Color Harmonies of #802D81
Complementary color
Monochromatic Colors of #802D81
Black with #802D81
Text Example
Text Example
White with #802D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802D81; }
p { color: rgb(128,45,129); }
H1.HeaderClassName
{
color: #802D81;
}
.AnyTagClassName
{
color: #802D81;
}
</style>
background-color css
<style>
a { background-color: #802D81; }
a { background-color: rgb(128,45,129); }
div.DivClassName
{
background-color: #802D81;
}
.BgClassName
{
background-color: #802D81;
}
</style>
border-color css
<style>
span { border-color: #802D81; }
span { border-color: rgb(128,45,129); }
td.TdClassName
{
border-color: #802D81;
}
.TagClassName
{
border-color: #802D81;
}
</style>