Shades of Dark Purple #812575
Tints of Dark Purple #812575
RGB
CMYK
RGB Variations
Color information
#812575 (or 0x812575) is known color: Dark Purple. HEX triplet: 81, 25 and 75. RGB value is (129,37,117). Sum of RGB (Red+Green+Blue) = 129+37+117=283 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.58% from 283); Green value is 37 (14.84% from 255 or 13.07% from 283); Blue value is 117 (46.09% from 255 or 41.34% from 283); Max value from RGB is 129 - color contains mainly: red. Hex color #812575 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812575 is #7EDA8A. Grayscale: #494949. Windows color (decimal): -8313483 or 7677313. OLE color: 7677313.
HSL color Cylindrical-coordinate representation of color #812575: hue angle of 307.83º 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 #812575 is Cyan = 0, Magento = 0.71, Yellow = 0.09 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 37 | 117 | - |
| CMYK | 0 | 0.71 | 0.09 | 0.49 |
| HSL | 307.83º | 0.55% | 0.33% | - |
| HSV(B) | 307.83º | 0.71% | 0.51% | - |
| XYZ | 12.93 | 7.27 | 17.55 | - |
| YUV | 73.63 | 152.48 | 167.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 37 | 117 | 0 | 0.71 | 0.09 | 0.49 | 307.83 | 0.55 | 0.33 |
| Hex | 81 | 25 | 75 | 0 | 47 | 9 | 31 | 134 | 37 | 21 |
| Octal | 201 | 45 | 165 | 0 | 107 | 11 | 61 | 464 | 67 | 41 |
| Binary | 10000001 | 100101 | 1110101 | 0 | 1000111 | 1001 | 110001 | 100110100 | 110111 | 100001 |
Color Harmonies of #812575
Complementary color
Monochromatic Colors of #812575
Black with #812575
Text Example
Text Example
White with #812575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812575; }
p { color: rgb(129,37,117); }
H1.HeaderClassName
{
color: #812575;
}
.AnyTagClassName
{
color: #812575;
}
</style>
background-color css
<style>
a { background-color: #812575; }
a { background-color: rgb(129,37,117); }
div.DivClassName
{
background-color: #812575;
}
.BgClassName
{
background-color: #812575;
}
</style>
border-color css
<style>
span { border-color: #812575; }
span { border-color: rgb(129,37,117); }
td.TdClassName
{
border-color: #812575;
}
.TagClassName
{
border-color: #812575;
}
</style>