Shades of Dark Purple #811C77
Tints of Dark Purple #811C77
RGB
CMYK
RGB Variations
Color information
#811C77 (or 0x811C77) is known color: Dark Purple. HEX triplet: 81, 1C and 77. RGB value is (129,28,119). Sum of RGB (Red+Green+Blue) = 129+28+119=276 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.74% from 276); Green value is 28 (11.33% from 255 or 10.14% from 276); Blue value is 119 (46.88% from 255 or 43.12% from 276); Max value from RGB is 129 - color contains mainly: red. Hex color #811C77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #811C77 is #7EE388. Grayscale: #444444. Windows color (decimal): -8315785 or 7806081. OLE color: 7806081.
HSL color Cylindrical-coordinate representation of color #811C77: hue angle of 305.94º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #811C77 is Cyan = 0, Magento = 0.78, Yellow = 0.08 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 28 | 119 | - |
| CMYK | 0 | 0.78 | 0.08 | 0.49 |
| HSL | 305.94º | 0.64% | 0.31% | - |
| HSV(B) | 305.94º | 0.78% | 0.51% | - |
| XYZ | 12.8 | 6.83 | 18.1 | - |
| YUV | 68.57 | 156.46 | 171.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 28 | 119 | 0 | 0.78 | 0.08 | 0.49 | 305.94 | 0.64 | 0.31 |
| Hex | 81 | 1C | 77 | 0 | 4E | 8 | 31 | 132 | 40 | 1F |
| Octal | 201 | 34 | 167 | 0 | 116 | 10 | 61 | 462 | 100 | 37 |
| Binary | 10000001 | 11100 | 1110111 | 0 | 1001110 | 1000 | 110001 | 100110010 | 1000000 | 11111 |
Color Harmonies of #811C77
Complementary color
Monochromatic Colors of #811C77
Black with #811C77
Text Example
Text Example
White with #811C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811C77; }
p { color: rgb(129,28,119); }
H1.HeaderClassName
{
color: #811C77;
}
.AnyTagClassName
{
color: #811C77;
}
</style>
background-color css
<style>
a { background-color: #811C77; }
a { background-color: rgb(129,28,119); }
div.DivClassName
{
background-color: #811C77;
}
.BgClassName
{
background-color: #811C77;
}
</style>
border-color css
<style>
span { border-color: #811C77; }
span { border-color: rgb(129,28,119); }
td.TdClassName
{
border-color: #811C77;
}
.TagClassName
{
border-color: #811C77;
}
</style>