Shades of Dark Purple #811364
Tints of Dark Purple #811364
RGB
CMYK
RGB Variations
Color information
#811364 (or 0x811364) is known color: Dark Purple. HEX triplet: 81, 13 and 64. RGB value is (129,19,100). Sum of RGB (Red+Green+Blue) = 129+19+100=248 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.02% from 248); Green value is 19 (7.81% from 255 or 7.66% from 248); Blue value is 100 (39.45% from 255 or 40.32% from 248); Max value from RGB is 129 - color contains mainly: red. Hex color #811364 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #811364 is #7EEC9B. Grayscale: #3C3C3C. Windows color (decimal): -8318108 or 6558593. OLE color: 6558593.
HSL color Cylindrical-coordinate representation of color #811364: hue angle of 315.82º 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 #811364 is Cyan = 0, Magento = 0.85, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 19 | 100 | - |
| CMYK | 0 | 0.85 | 0.22 | 0.49 |
| HSL | 315.82º | 0.74% | 0.29% | - |
| HSV(B) | 315.82º | 0.85% | 0.51% | - |
| XYZ | 11.59 | 6.05 | 12.61 | - |
| YUV | 61.12 | 149.94 | 176.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 19 | 100 | 0 | 0.85 | 0.22 | 0.49 | 315.82 | 0.74 | 0.29 |
| Hex | 81 | 13 | 64 | 0 | 55 | 16 | 31 | 13C | 4A | 1D |
| Octal | 201 | 23 | 144 | 0 | 125 | 26 | 61 | 474 | 112 | 35 |
| Binary | 10000001 | 10011 | 1100100 | 0 | 1010101 | 10110 | 110001 | 100111100 | 1001010 | 11101 |
Color Harmonies of #811364
Complementary color
Monochromatic Colors of #811364
Black with #811364
Text Example
Text Example
White with #811364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811364; }
p { color: rgb(129,19,100); }
H1.HeaderClassName
{
color: #811364;
}
.AnyTagClassName
{
color: #811364;
}
</style>
background-color css
<style>
a { background-color: #811364; }
a { background-color: rgb(129,19,100); }
div.DivClassName
{
background-color: #811364;
}
.BgClassName
{
background-color: #811364;
}
</style>
border-color css
<style>
span { border-color: #811364; }
span { border-color: rgb(129,19,100); }
td.TdClassName
{
border-color: #811364;
}
.TagClassName
{
border-color: #811364;
}
</style>