Shades of Dark Purple #811D63
Tints of Dark Purple #811D63
RGB
CMYK
RGB Variations
Color information
#811D63 (or 0x811D63) is known color: Dark Purple. HEX triplet: 81, 1D and 63. RGB value is (129,29,99). Sum of RGB (Red+Green+Blue) = 129+29+99=257 (34% of max value = 765). Red value is 129 (50.78% from 255 or 50.19% from 257); Green value is 29 (11.72% from 255 or 11.28% from 257); Blue value is 99 (39.06% from 255 or 38.52% from 257); Max value from RGB is 129 - color contains mainly: red. Hex color #811D63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #811D63 is #7EE29C. Grayscale: #424242. Windows color (decimal): -8315549 or 6495617. OLE color: 6495617.
HSL color Cylindrical-coordinate representation of color #811D63: hue angle of 318º degrees, saturation: 0.63, 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 #811D63 is Cyan = 0, Magento = 0.78, Yellow = 0.23 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 29 | 99 | - |
| CMYK | 0 | 0.78 | 0.23 | 0.49 |
| HSL | 318º | 0.63% | 0.31% | - |
| HSV(B) | 318º | 0.78% | 0.51% | - |
| XYZ | 11.74 | 6.45 | 12.43 | - |
| YUV | 66.88 | 146.13 | 172.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 29 | 99 | 0 | 0.78 | 0.23 | 0.49 | 318 | 0.63 | 0.31 |
| Hex | 81 | 1D | 63 | 0 | 4E | 17 | 31 | 13E | 3F | 1F |
| Octal | 201 | 35 | 143 | 0 | 116 | 27 | 61 | 476 | 77 | 37 |
| Binary | 10000001 | 11101 | 1100011 | 0 | 1001110 | 10111 | 110001 | 100111110 | 111111 | 11111 |
Color Harmonies of #811D63
Complementary color
Monochromatic Colors of #811D63
Black with #811D63
Text Example
Text Example
White with #811D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811D63; }
p { color: rgb(129,29,99); }
H1.HeaderClassName
{
color: #811D63;
}
.AnyTagClassName
{
color: #811D63;
}
</style>
background-color css
<style>
a { background-color: #811D63; }
a { background-color: rgb(129,29,99); }
div.DivClassName
{
background-color: #811D63;
}
.BgClassName
{
background-color: #811D63;
}
</style>
border-color css
<style>
span { border-color: #811D63; }
span { border-color: rgb(129,29,99); }
td.TdClassName
{
border-color: #811D63;
}
.TagClassName
{
border-color: #811D63;
}
</style>