Shades of Dark Purple #811580
Tints of Dark Purple #811580
RGB
CMYK
RGB Variations
Color information
#811580 (or 0x811580) is known color: Dark Purple. HEX triplet: 81, 15 and 80. RGB value is (129,21,128). Sum of RGB (Red+Green+Blue) = 129+21+128=278 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.40% from 278); Green value is 21 (8.59% from 255 or 7.55% from 278); Blue value is 128 (50.39% from 255 or 46.04% from 278); Max value from RGB is 129 - color contains mainly: red. Hex color #811580 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #811580 is #7EEA7F. Grayscale: #414141. Windows color (decimal): -8317568 or 8394113. OLE color: 8394113.
HSL color Cylindrical-coordinate representation of color #811580: hue angle of 300.56º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #811580 is Cyan = 0, Magento = 0.84, Yellow = 0.01 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 21 | 128 | - |
| CMYK | 0 | 0.84 | 0.01 | 0.49 |
| HSL | 300.56º | 0.72% | 0.29% | - |
| HSV(B) | 300.56º | 0.84% | 0.51% | - |
| XYZ | 13.22 | 6.76 | 21.03 | - |
| YUV | 65.49 | 163.28 | 173.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 21 | 128 | 0 | 0.84 | 0.01 | 0.49 | 300.56 | 0.72 | 0.29 |
| Hex | 81 | 15 | 80 | 0 | 54 | 1 | 31 | 12D | 48 | 1D |
| Octal | 201 | 25 | 200 | 0 | 124 | 1 | 61 | 455 | 110 | 35 |
| Binary | 10000001 | 10101 | 10000000 | 0 | 1010100 | 1 | 110001 | 100101101 | 1001000 | 11101 |
Color Harmonies of #811580
Complementary color
Monochromatic Colors of #811580
Black with #811580
Text Example
Text Example
White with #811580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811580; }
p { color: rgb(129,21,128); }
H1.HeaderClassName
{
color: #811580;
}
.AnyTagClassName
{
color: #811580;
}
</style>
background-color css
<style>
a { background-color: #811580; }
a { background-color: rgb(129,21,128); }
div.DivClassName
{
background-color: #811580;
}
.BgClassName
{
background-color: #811580;
}
</style>
border-color css
<style>
span { border-color: #811580; }
span { border-color: rgb(129,21,128); }
td.TdClassName
{
border-color: #811580;
}
.TagClassName
{
border-color: #811580;
}
</style>