Shades of Dark Purple #812064
Tints of Dark Purple #812064
RGB
CMYK
RGB Variations
Color information
#812064 (or 0x812064) is known color: Dark Purple. HEX triplet: 81, 20 and 64. RGB value is (129,32,100). Sum of RGB (Red+Green+Blue) = 129+32+100=261 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.43% from 261); Green value is 32 (12.89% from 255 or 12.26% from 261); Blue value is 100 (39.45% from 255 or 38.31% from 261); Max value from RGB is 129 - color contains mainly: red. Hex color #812064 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812064 is #7EDF9B. Grayscale: #444444. Windows color (decimal): -8314780 or 6561921. OLE color: 6561921.
HSL color Cylindrical-coordinate representation of color #812064: hue angle of 317.94º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #812064 is Cyan = 0, Magento = 0.75, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 32 | 100 | - |
| CMYK | 0 | 0.75 | 0.22 | 0.49 |
| HSL | 317.94º | 0.6% | 0.32% | - |
| HSV(B) | 317.94º | 0.75% | 0.51% | - |
| XYZ | 11.87 | 6.62 | 12.71 | - |
| YUV | 68.76 | 145.64 | 170.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 32 | 100 | 0 | 0.75 | 0.22 | 0.49 | 317.94 | 0.6 | 0.32 |
| Hex | 81 | 20 | 64 | 0 | 4B | 16 | 31 | 13E | 3C | 20 |
| Octal | 201 | 40 | 144 | 0 | 113 | 26 | 61 | 476 | 74 | 40 |
| Binary | 10000001 | 100000 | 1100100 | 0 | 1001011 | 10110 | 110001 | 100111110 | 111100 | 100000 |
Color Harmonies of #812064
Complementary color
Monochromatic Colors of #812064
Black with #812064
Text Example
Text Example
White with #812064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812064; }
p { color: rgb(129,32,100); }
H1.HeaderClassName
{
color: #812064;
}
.AnyTagClassName
{
color: #812064;
}
</style>
background-color css
<style>
a { background-color: #812064; }
a { background-color: rgb(129,32,100); }
div.DivClassName
{
background-color: #812064;
}
.BgClassName
{
background-color: #812064;
}
</style>
border-color css
<style>
span { border-color: #812064; }
span { border-color: rgb(129,32,100); }
td.TdClassName
{
border-color: #812064;
}
.TagClassName
{
border-color: #812064;
}
</style>