Shades of Dark Purple #812562
Tints of Dark Purple #812562
RGB
CMYK
RGB Variations
Color information
#812562 (or 0x812562) is known color: Dark Purple. HEX triplet: 81, 25 and 62. RGB value is (129,37,98). Sum of RGB (Red+Green+Blue) = 129+37+98=264 (34% of max value = 765). Red value is 129 (50.78% from 255 or 48.86% from 264); Green value is 37 (14.84% from 255 or 14.02% from 264); Blue value is 98 (38.67% from 255 or 37.12% from 264); Max value from RGB is 129 - color contains mainly: red. Hex color #812562 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812562 is #7EDA9D. Grayscale: #474747. Windows color (decimal): -8313502 or 6432129. OLE color: 6432129.
HSL color Cylindrical-coordinate representation of color #812562: hue angle of 320.22º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #812562 is Cyan = 0, Magento = 0.71, Yellow = 0.24 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 37 | 98 | - |
| CMYK | 0 | 0.71 | 0.24 | 0.49 |
| HSL | 320.22º | 0.55% | 0.33% | - |
| HSV(B) | 320.22º | 0.71% | 0.51% | - |
| XYZ | 11.92 | 6.87 | 12.25 | - |
| YUV | 71.46 | 142.98 | 169.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 37 | 98 | 0 | 0.71 | 0.24 | 0.49 | 320.22 | 0.55 | 0.33 |
| Hex | 81 | 25 | 62 | 0 | 47 | 18 | 31 | 140 | 37 | 21 |
| Octal | 201 | 45 | 142 | 0 | 107 | 30 | 61 | 500 | 67 | 41 |
| Binary | 10000001 | 100101 | 1100010 | 0 | 1000111 | 11000 | 110001 | 101000000 | 110111 | 100001 |
Color Harmonies of #812562
Complementary color
Monochromatic Colors of #812562
Black with #812562
Text Example
Text Example
White with #812562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812562; }
p { color: rgb(129,37,98); }
H1.HeaderClassName
{
color: #812562;
}
.AnyTagClassName
{
color: #812562;
}
</style>
background-color css
<style>
a { background-color: #812562; }
a { background-color: rgb(129,37,98); }
div.DivClassName
{
background-color: #812562;
}
.BgClassName
{
background-color: #812562;
}
</style>
border-color css
<style>
span { border-color: #812562; }
span { border-color: rgb(129,37,98); }
td.TdClassName
{
border-color: #812562;
}
.TagClassName
{
border-color: #812562;
}
</style>