Shades of Dark Purple #812578
Tints of Dark Purple #812578
RGB
CMYK
RGB Variations
Color information
#812578 (or 0x812578) is known color: Dark Purple. HEX triplet: 81, 25 and 78. RGB value is (129,37,120). Sum of RGB (Red+Green+Blue) = 129+37+120=286 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.10% from 286); Green value is 37 (14.84% from 255 or 12.94% from 286); Blue value is 120 (47.27% from 255 or 41.96% from 286); Max value from RGB is 129 - color contains mainly: red. Hex color #812578 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812578 is #7EDA87. Grayscale: #494949. Windows color (decimal): -8313480 or 7873921. OLE color: 7873921.
HSL color Cylindrical-coordinate representation of color #812578: hue angle of 305.87º 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 #812578 is Cyan = 0, Magento = 0.71, Yellow = 0.07 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 37 | 120 | - |
| CMYK | 0 | 0.71 | 0.07 | 0.49 |
| HSL | 305.87º | 0.55% | 0.33% | - |
| HSV(B) | 305.87º | 0.71% | 0.51% | - |
| XYZ | 13.1 | 7.35 | 18.5 | - |
| YUV | 73.97 | 153.98 | 167.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 37 | 120 | 0 | 0.71 | 0.07 | 0.49 | 305.87 | 0.55 | 0.33 |
| Hex | 81 | 25 | 78 | 0 | 47 | 7 | 31 | 132 | 37 | 21 |
| Octal | 201 | 45 | 170 | 0 | 107 | 7 | 61 | 462 | 67 | 41 |
| Binary | 10000001 | 100101 | 1111000 | 0 | 1000111 | 111 | 110001 | 100110010 | 110111 | 100001 |
Color Harmonies of #812578
Complementary color
Monochromatic Colors of #812578
Black with #812578
Text Example
Text Example
White with #812578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812578; }
p { color: rgb(129,37,120); }
H1.HeaderClassName
{
color: #812578;
}
.AnyTagClassName
{
color: #812578;
}
</style>
background-color css
<style>
a { background-color: #812578; }
a { background-color: rgb(129,37,120); }
div.DivClassName
{
background-color: #812578;
}
.BgClassName
{
background-color: #812578;
}
</style>
border-color css
<style>
span { border-color: #812578; }
span { border-color: rgb(129,37,120); }
td.TdClassName
{
border-color: #812578;
}
.TagClassName
{
border-color: #812578;
}
</style>