Shades of Dark Purple #811B7F
Tints of Dark Purple #811B7F
RGB
CMYK
RGB Variations
Color information
#811B7F (or 0x811B7F) is known color: Dark Purple. HEX triplet: 81, 1B and 7F. RGB value is (129,27,127). Sum of RGB (Red+Green+Blue) = 129+27+127=283 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.58% from 283); Green value is 27 (10.94% from 255 or 9.54% from 283); Blue value is 127 (50% from 255 or 44.88% from 283); Max value from RGB is 129 - color contains mainly: red. Hex color #811B7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #811B7F is #7EE480. Grayscale: #444444. Windows color (decimal): -8316033 or 8330113. OLE color: 8330113.
HSL color Cylindrical-coordinate representation of color #811B7F: hue angle of 301.18º 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 #811B7F is Cyan = 0, Magento = 0.79, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 27 | 127 | - |
| CMYK | 0 | 0.79 | 0.02 | 0.49 |
| HSL | 301.18º | 0.65% | 0.31% | - |
| HSV(B) | 301.18º | 0.79% | 0.51% | - |
| XYZ | 13.28 | 6.98 | 20.73 | - |
| YUV | 68.9 | 160.79 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 27 | 127 | 0 | 0.79 | 0.02 | 0.49 | 301.18 | 0.65 | 0.31 |
| Hex | 81 | 1B | 7F | 0 | 4F | 2 | 31 | 12D | 41 | 1F |
| Octal | 201 | 33 | 177 | 0 | 117 | 2 | 61 | 455 | 101 | 37 |
| Binary | 10000001 | 11011 | 1111111 | 0 | 1001111 | 10 | 110001 | 100101101 | 1000001 | 11111 |
Color Harmonies of #811B7F
Complementary color
Monochromatic Colors of #811B7F
Black with #811B7F
Text Example
Text Example
White with #811B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811B7F; }
p { color: rgb(129,27,127); }
H1.HeaderClassName
{
color: #811B7F;
}
.AnyTagClassName
{
color: #811B7F;
}
</style>
background-color css
<style>
a { background-color: #811B7F; }
a { background-color: rgb(129,27,127); }
div.DivClassName
{
background-color: #811B7F;
}
.BgClassName
{
background-color: #811B7F;
}
</style>
border-color css
<style>
span { border-color: #811B7F; }
span { border-color: rgb(129,27,127); }
td.TdClassName
{
border-color: #811B7F;
}
.TagClassName
{
border-color: #811B7F;
}
</style>