Shades of Dark Purple #812484
Tints of Dark Purple #812484
RGB
CMYK
RGB Variations
Color information
#812484 (or 0x812484) is known color: Dark Purple. HEX triplet: 81, 24 and 84. RGB value is (129,36,132). Sum of RGB (Red+Green+Blue) = 129+36+132=297 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.43% from 297); Green value is 36 (14.45% from 255 or 12.12% from 297); Blue value is 132 (51.95% from 255 or 44.44% from 297); Max value from RGB is 132 - color contains mainly: blue. Hex color #812484 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812484 is #7EDB7B. Grayscale: #4A4A4A. Windows color (decimal): -8313724 or 8660097. OLE color: 8660097.
HSL color Cylindrical-coordinate representation of color #812484: hue angle of 298.12º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #812484 is Cyan = 0.02, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 129 | 36 | 132 | - |
| CMYK | 0.02 | 0.73 | 0 | 0.48 |
| HSL | 298.13º | 0.57% | 0.33% | - |
| HSV(B) | 298.13º | 0.73% | 0.52% | - |
| XYZ | 13.85 | 7.59 | 22.57 | - |
| YUV | 74.75 | 160.31 | 166.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 36 | 132 | 0.02 | 0.73 | 0 | 0.48 | 298.13 | 0.57 | 0.33 |
| Hex | 81 | 24 | 84 | 2 | 49 | 0 | 30 | 12A | 39 | 21 |
| Octal | 201 | 44 | 204 | 2 | 111 | 0 | 60 | 452 | 71 | 41 |
| Binary | 10000001 | 100100 | 10000100 | 10 | 1001001 | 0 | 110000 | 100101010 | 111001 | 100001 |
Color Harmonies of #812484
Complementary color
Monochromatic Colors of #812484
Black with #812484
Text Example
Text Example
White with #812484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812484; }
p { color: rgb(129,36,132); }
H1.HeaderClassName
{
color: #812484;
}
.AnyTagClassName
{
color: #812484;
}
</style>
background-color css
<style>
a { background-color: #812484; }
a { background-color: rgb(129,36,132); }
div.DivClassName
{
background-color: #812484;
}
.BgClassName
{
background-color: #812484;
}
</style>
border-color css
<style>
span { border-color: #812484; }
span { border-color: rgb(129,36,132); }
td.TdClassName
{
border-color: #812484;
}
.TagClassName
{
border-color: #812484;
}
</style>