Shades of Dark Purple #811461
Tints of Dark Purple #811461
RGB
CMYK
RGB Variations
Color information
#811461 (or 0x811461) is known color: Dark Purple. HEX triplet: 81, 14 and 61. RGB value is (129,20,97). Sum of RGB (Red+Green+Blue) = 129+20+97=246 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.44% from 246); Green value is 20 (8.20% from 255 or 8.13% from 246); Blue value is 97 (38.28% from 255 or 39.43% from 246); Max value from RGB is 129 - color contains mainly: red. Hex color #811461 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #811461 is #7EEB9E. Grayscale: #3D3D3D. Windows color (decimal): -8317855 or 6362241. OLE color: 6362241.
HSL color Cylindrical-coordinate representation of color #811461: hue angle of 317.61º 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 #811461 is Cyan = 0, Magento = 0.84, Yellow = 0.25 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 20 | 97 | - |
| CMYK | 0 | 0.84 | 0.25 | 0.49 |
| HSL | 317.61º | 0.73% | 0.29% | - |
| HSV(B) | 317.61º | 0.84% | 0.51% | - |
| XYZ | 11.46 | 6.03 | 11.87 | - |
| YUV | 61.37 | 148.11 | 176.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 20 | 97 | 0 | 0.84 | 0.25 | 0.49 | 317.61 | 0.73 | 0.29 |
| Hex | 81 | 14 | 61 | 0 | 54 | 19 | 31 | 13E | 49 | 1D |
| Octal | 201 | 24 | 141 | 0 | 124 | 31 | 61 | 476 | 111 | 35 |
| Binary | 10000001 | 10100 | 1100001 | 0 | 1010100 | 11001 | 110001 | 100111110 | 1001001 | 11101 |
Color Harmonies of #811461
Complementary color
Monochromatic Colors of #811461
Black with #811461
Text Example
Text Example
White with #811461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811461; }
p { color: rgb(129,20,97); }
H1.HeaderClassName
{
color: #811461;
}
.AnyTagClassName
{
color: #811461;
}
</style>
background-color css
<style>
a { background-color: #811461; }
a { background-color: rgb(129,20,97); }
div.DivClassName
{
background-color: #811461;
}
.BgClassName
{
background-color: #811461;
}
</style>
border-color css
<style>
span { border-color: #811461; }
span { border-color: rgb(129,20,97); }
td.TdClassName
{
border-color: #811461;
}
.TagClassName
{
border-color: #811461;
}
</style>