Shades of Dark Purple #811460
Tints of Dark Purple #811460
RGB
CMYK
RGB Variations
Color information
#811460 (or 0x811460) is known color: Dark Purple. HEX triplet: 81, 14 and 60. RGB value is (129,20,96). Sum of RGB (Red+Green+Blue) = 129+20+96=245 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.65% from 245); Green value is 20 (8.20% from 255 or 8.16% from 245); Blue value is 96 (37.89% from 255 or 39.18% from 245); Max value from RGB is 129 - color contains mainly: red. Hex color #811460 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #811460 is #7EEB9F. Grayscale: #3D3D3D. Windows color (decimal): -8317856 or 6296705. OLE color: 6296705.
HSL color Cylindrical-coordinate representation of color #811460: hue angle of 318.17º degrees, saturation: 0.73, 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 #811460 is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 20 | 96 | - |
| CMYK | 0 | 0.84 | 0.26 | 0.49 |
| HSL | 318.17º | 0.73% | 0.29% | - |
| HSV(B) | 318.17º | 0.84% | 0.51% | - |
| XYZ | 11.41 | 6.01 | 11.63 | - |
| YUV | 61.26 | 147.61 | 176.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 20 | 96 | 0 | 0.84 | 0.26 | 0.49 | 318.17 | 0.73 | 0.29 |
| Hex | 81 | 14 | 60 | 0 | 54 | 1A | 31 | 13E | 49 | 1D |
| Octal | 201 | 24 | 140 | 0 | 124 | 32 | 61 | 476 | 111 | 35 |
| Binary | 10000001 | 10100 | 1100000 | 0 | 1010100 | 11010 | 110001 | 100111110 | 1001001 | 11101 |
Color Harmonies of #811460
Complementary color
Monochromatic Colors of #811460
Black with #811460
Text Example
Text Example
White with #811460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811460; }
p { color: rgb(129,20,96); }
H1.HeaderClassName
{
color: #811460;
}
.AnyTagClassName
{
color: #811460;
}
</style>
background-color css
<style>
a { background-color: #811460; }
a { background-color: rgb(129,20,96); }
div.DivClassName
{
background-color: #811460;
}
.BgClassName
{
background-color: #811460;
}
</style>
border-color css
<style>
span { border-color: #811460; }
span { border-color: rgb(129,20,96); }
td.TdClassName
{
border-color: #811460;
}
.TagClassName
{
border-color: #811460;
}
</style>