Shades of Dark Purple #812569
Tints of Dark Purple #812569
RGB
CMYK
RGB Variations
Color information
#812569 (or 0x812569) is known color: Dark Purple. HEX triplet: 81, 25 and 69. RGB value is (129,37,105). Sum of RGB (Red+Green+Blue) = 129+37+105=271 (35% of max value = 765). Red value is 129 (50.78% from 255 or 47.60% from 271); Green value is 37 (14.84% from 255 or 13.65% from 271); Blue value is 105 (41.41% from 255 or 38.75% from 271); Max value from RGB is 129 - color contains mainly: red. Hex color #812569 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812569 is #7EDA96. Grayscale: #484848. Windows color (decimal): -8313495 or 6890881. OLE color: 6890881.
HSL color Cylindrical-coordinate representation of color #812569: hue angle of 315.65º 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 #812569 is Cyan = 0, Magento = 0.71, Yellow = 0.19 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 37 | 105 | - |
| CMYK | 0 | 0.71 | 0.19 | 0.49 |
| HSL | 315.65º | 0.55% | 0.33% | - |
| HSV(B) | 315.65º | 0.71% | 0.51% | - |
| XYZ | 12.26 | 7.01 | 14.07 | - |
| YUV | 72.26 | 146.48 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 37 | 105 | 0 | 0.71 | 0.19 | 0.49 | 315.65 | 0.55 | 0.33 |
| Hex | 81 | 25 | 69 | 0 | 47 | 13 | 31 | 13C | 37 | 21 |
| Octal | 201 | 45 | 151 | 0 | 107 | 23 | 61 | 474 | 67 | 41 |
| Binary | 10000001 | 100101 | 1101001 | 0 | 1000111 | 10011 | 110001 | 100111100 | 110111 | 100001 |
Color Harmonies of #812569
Complementary color
Monochromatic Colors of #812569
Black with #812569
Text Example
Text Example
White with #812569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812569; }
p { color: rgb(129,37,105); }
H1.HeaderClassName
{
color: #812569;
}
.AnyTagClassName
{
color: #812569;
}
</style>
background-color css
<style>
a { background-color: #812569; }
a { background-color: rgb(129,37,105); }
div.DivClassName
{
background-color: #812569;
}
.BgClassName
{
background-color: #812569;
}
</style>
border-color css
<style>
span { border-color: #812569; }
span { border-color: rgb(129,37,105); }
td.TdClassName
{
border-color: #812569;
}
.TagClassName
{
border-color: #812569;
}
</style>