Shades of Dark Purple #812563
Tints of Dark Purple #812563
RGB
CMYK
RGB Variations
Color information
#812563 (or 0x812563) is known color: Dark Purple. HEX triplet: 81, 25 and 63. RGB value is (129,37,99). Sum of RGB (Red+Green+Blue) = 129+37+99=265 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.68% from 265); Green value is 37 (14.84% from 255 or 13.96% from 265); Blue value is 99 (39.06% from 255 or 37.36% from 265); Max value from RGB is 129 - color contains mainly: red. Hex color #812563 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812563 is #7EDA9C. Grayscale: #474747. Windows color (decimal): -8313501 or 6497665. OLE color: 6497665.
HSL color Cylindrical-coordinate representation of color #812563: hue angle of 319.57º 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 #812563 is Cyan = 0, Magento = 0.71, Yellow = 0.23 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 37 | 99 | - |
| CMYK | 0 | 0.71 | 0.23 | 0.49 |
| HSL | 319.57º | 0.55% | 0.33% | - |
| HSV(B) | 319.57º | 0.71% | 0.51% | - |
| XYZ | 11.97 | 6.89 | 12.5 | - |
| YUV | 71.58 | 143.48 | 168.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 37 | 99 | 0 | 0.71 | 0.23 | 0.49 | 319.57 | 0.55 | 0.33 |
| Hex | 81 | 25 | 63 | 0 | 47 | 17 | 31 | 140 | 37 | 21 |
| Octal | 201 | 45 | 143 | 0 | 107 | 27 | 61 | 500 | 67 | 41 |
| Binary | 10000001 | 100101 | 1100011 | 0 | 1000111 | 10111 | 110001 | 101000000 | 110111 | 100001 |
Color Harmonies of #812563
Complementary color
Monochromatic Colors of #812563
Black with #812563
Text Example
Text Example
White with #812563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812563; }
p { color: rgb(129,37,99); }
H1.HeaderClassName
{
color: #812563;
}
.AnyTagClassName
{
color: #812563;
}
</style>
background-color css
<style>
a { background-color: #812563; }
a { background-color: rgb(129,37,99); }
div.DivClassName
{
background-color: #812563;
}
.BgClassName
{
background-color: #812563;
}
</style>
border-color css
<style>
span { border-color: #812563; }
span { border-color: rgb(129,37,99); }
td.TdClassName
{
border-color: #812563;
}
.TagClassName
{
border-color: #812563;
}
</style>