Shades of Dark Purple #811377
Tints of Dark Purple #811377
RGB
CMYK
RGB Variations
Color information
#811377 (or 0x811377) is known color: Dark Purple. HEX triplet: 81, 13 and 77. RGB value is (129,19,119). Sum of RGB (Red+Green+Blue) = 129+19+119=267 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.31% from 267); Green value is 19 (7.81% from 255 or 7.12% from 267); Blue value is 119 (46.88% from 255 or 44.57% from 267); Max value from RGB is 129 - color contains mainly: red. Hex color #811377 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #811377 is #7EEC88. Grayscale: #3F3F3F. Windows color (decimal): -8318089 or 7803777. OLE color: 7803777.
HSL color Cylindrical-coordinate representation of color #811377: hue angle of 305.45º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #811377 is Cyan = 0, Magento = 0.85, Yellow = 0.08 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 19 | 119 | - |
| CMYK | 0 | 0.85 | 0.08 | 0.49 |
| HSL | 305.45º | 0.74% | 0.29% | - |
| HSV(B) | 305.45º | 0.85% | 0.51% | - |
| XYZ | 12.62 | 6.46 | 18.04 | - |
| YUV | 63.29 | 159.44 | 174.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 19 | 119 | 0 | 0.85 | 0.08 | 0.49 | 305.45 | 0.74 | 0.29 |
| Hex | 81 | 13 | 77 | 0 | 55 | 8 | 31 | 131 | 4A | 1D |
| Octal | 201 | 23 | 167 | 0 | 125 | 10 | 61 | 461 | 112 | 35 |
| Binary | 10000001 | 10011 | 1110111 | 0 | 1010101 | 1000 | 110001 | 100110001 | 1001010 | 11101 |
Color Harmonies of #811377
Complementary color
Monochromatic Colors of #811377
Black with #811377
Text Example
Text Example
White with #811377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811377; }
p { color: rgb(129,19,119); }
H1.HeaderClassName
{
color: #811377;
}
.AnyTagClassName
{
color: #811377;
}
</style>
background-color css
<style>
a { background-color: #811377; }
a { background-color: rgb(129,19,119); }
div.DivClassName
{
background-color: #811377;
}
.BgClassName
{
background-color: #811377;
}
</style>
border-color css
<style>
span { border-color: #811377; }
span { border-color: rgb(129,19,119); }
td.TdClassName
{
border-color: #811377;
}
.TagClassName
{
border-color: #811377;
}
</style>