Shades of Dark Purple #811B6F
Tints of Dark Purple #811B6F
RGB
CMYK
RGB Variations
Color information
#811B6F (or 0x811B6F) is known color: Dark Purple. HEX triplet: 81, 1B and 6F. RGB value is (129,27,111). Sum of RGB (Red+Green+Blue) = 129+27+111=267 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.31% from 267); Green value is 27 (10.94% from 255 or 10.11% from 267); Blue value is 111 (43.75% from 255 or 41.57% from 267); Max value from RGB is 129 - color contains mainly: red. Hex color #811B6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #811B6F is #7EE490. Grayscale: #424242. Windows color (decimal): -8316049 or 7281537. OLE color: 7281537.
HSL color Cylindrical-coordinate representation of color #811B6F: hue angle of 310.59º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #811B6F is Cyan = 0, Magento = 0.79, Yellow = 0.14 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 27 | 111 | - |
| CMYK | 0 | 0.79 | 0.14 | 0.49 |
| HSL | 310.59º | 0.65% | 0.31% | - |
| HSV(B) | 310.59º | 0.79% | 0.51% | - |
| XYZ | 12.31 | 6.6 | 15.66 | - |
| YUV | 67.07 | 152.79 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 27 | 111 | 0 | 0.79 | 0.14 | 0.49 | 310.59 | 0.65 | 0.31 |
| Hex | 81 | 1B | 6F | 0 | 4F | E | 31 | 137 | 41 | 1F |
| Octal | 201 | 33 | 157 | 0 | 117 | 16 | 61 | 467 | 101 | 37 |
| Binary | 10000001 | 11011 | 1101111 | 0 | 1001111 | 1110 | 110001 | 100110111 | 1000001 | 11111 |
Color Harmonies of #811B6F
Complementary color
Monochromatic Colors of #811B6F
Black with #811B6F
Text Example
Text Example
White with #811B6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811B6F; }
p { color: rgb(129,27,111); }
H1.HeaderClassName
{
color: #811B6F;
}
.AnyTagClassName
{
color: #811B6F;
}
</style>
background-color css
<style>
a { background-color: #811B6F; }
a { background-color: rgb(129,27,111); }
div.DivClassName
{
background-color: #811B6F;
}
.BgClassName
{
background-color: #811B6F;
}
</style>
border-color css
<style>
span { border-color: #811B6F; }
span { border-color: rgb(129,27,111); }
td.TdClassName
{
border-color: #811B6F;
}
.TagClassName
{
border-color: #811B6F;
}
</style>