Shades of Dark Purple #811272
Tints of Dark Purple #811272
RGB
CMYK
RGB Variations
Color information
#811272 (or 0x811272) is known color: Dark Purple. HEX triplet: 81, 12 and 72. RGB value is (129,18,114). Sum of RGB (Red+Green+Blue) = 129+18+114=261 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.43% from 261); Green value is 18 (7.42% from 255 or 6.90% from 261); Blue value is 114 (44.92% from 255 or 43.68% from 261); Max value from RGB is 129 - color contains mainly: red. Hex color #811272 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #811272 is #7EED8D. Grayscale: #3D3D3D. Windows color (decimal): -8318350 or 7475841. OLE color: 7475841.
HSL color Cylindrical-coordinate representation of color #811272: hue angle of 308.11º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #811272 is Cyan = 0, Magento = 0.86, Yellow = 0.12 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 18 | 114 | - |
| CMYK | 0 | 0.86 | 0.12 | 0.49 |
| HSL | 308.11º | 0.76% | 0.29% | - |
| HSV(B) | 308.11º | 0.86% | 0.51% | - |
| XYZ | 12.31 | 6.31 | 16.49 | - |
| YUV | 62.13 | 157.27 | 175.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 18 | 114 | 0 | 0.86 | 0.12 | 0.49 | 308.11 | 0.76 | 0.29 |
| Hex | 81 | 12 | 72 | 0 | 56 | C | 31 | 134 | 4C | 1D |
| Octal | 201 | 22 | 162 | 0 | 126 | 14 | 61 | 464 | 114 | 35 |
| Binary | 10000001 | 10010 | 1110010 | 0 | 1010110 | 1100 | 110001 | 100110100 | 1001100 | 11101 |
Color Harmonies of #811272
Complementary color
Monochromatic Colors of #811272
Black with #811272
Text Example
Text Example
White with #811272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811272; }
p { color: rgb(129,18,114); }
H1.HeaderClassName
{
color: #811272;
}
.AnyTagClassName
{
color: #811272;
}
</style>
background-color css
<style>
a { background-color: #811272; }
a { background-color: rgb(129,18,114); }
div.DivClassName
{
background-color: #811272;
}
.BgClassName
{
background-color: #811272;
}
</style>
border-color css
<style>
span { border-color: #811272; }
span { border-color: rgb(129,18,114); }
td.TdClassName
{
border-color: #811272;
}
.TagClassName
{
border-color: #811272;
}
</style>