Shades of Dark Purple #812584
Tints of Dark Purple #812584
RGB
CMYK
RGB Variations
Color information
#812584 (or 0x812584) is known color: Dark Purple. HEX triplet: 81, 25 and 84. RGB value is (129,37,132). Sum of RGB (Red+Green+Blue) = 129+37+132=298 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.29% from 298); Green value is 37 (14.84% from 255 or 12.42% from 298); Blue value is 132 (51.95% from 255 or 44.30% from 298); Max value from RGB is 132 - color contains mainly: blue. Hex color #812584 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812584 is #7EDA7B. Grayscale: #4B4B4B. Windows color (decimal): -8313468 or 8660353. OLE color: 8660353.
HSL color Cylindrical-coordinate representation of color #812584: hue angle of 298.11º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #812584 is Cyan = 0.02, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 129 | 37 | 132 | - |
| CMYK | 0.02 | 0.72 | 0 | 0.48 |
| HSL | 298.11º | 0.56% | 0.33% | - |
| HSV(B) | 298.11º | 0.72% | 0.52% | - |
| XYZ | 13.88 | 7.66 | 22.58 | - |
| YUV | 75.34 | 159.98 | 166.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 37 | 132 | 0.02 | 0.72 | 0 | 0.48 | 298.11 | 0.56 | 0.33 |
| Hex | 81 | 25 | 84 | 2 | 48 | 0 | 30 | 12A | 38 | 21 |
| Octal | 201 | 45 | 204 | 2 | 110 | 0 | 60 | 452 | 70 | 41 |
| Binary | 10000001 | 100101 | 10000100 | 10 | 1001000 | 0 | 110000 | 100101010 | 111000 | 100001 |
Color Harmonies of #812584
Complementary color
Monochromatic Colors of #812584
Black with #812584
Text Example
Text Example
White with #812584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812584; }
p { color: rgb(129,37,132); }
H1.HeaderClassName
{
color: #812584;
}
.AnyTagClassName
{
color: #812584;
}
</style>
background-color css
<style>
a { background-color: #812584; }
a { background-color: rgb(129,37,132); }
div.DivClassName
{
background-color: #812584;
}
.BgClassName
{
background-color: #812584;
}
</style>
border-color css
<style>
span { border-color: #812584; }
span { border-color: rgb(129,37,132); }
td.TdClassName
{
border-color: #812584;
}
.TagClassName
{
border-color: #812584;
}
</style>