Shades of Purple #811584
Tints of Purple #811584
RGB
CMYK
RGB Variations
Color information
#811584 (or 0x811584) is known color: Purple. HEX triplet: 81, 15 and 84. RGB value is (129,21,132). Sum of RGB (Red+Green+Blue) = 129+21+132=282 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.74% from 282); Green value is 21 (8.59% from 255 or 7.45% from 282); Blue value is 132 (51.95% from 255 or 46.81% from 282); Max value from RGB is 132 - color contains mainly: blue. Hex color #811584 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #811584 is #7EEA7B. Grayscale: #414141. Windows color (decimal): -8317564 or 8656257. OLE color: 8656257.
HSL color Cylindrical-coordinate representation of color #811584: hue angle of 298.38º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #811584 is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 129 | 21 | 132 | - |
| CMYK | 0.02 | 0.84 | 0 | 0.48 |
| HSL | 298.38º | 0.73% | 0.3% | - |
| HSV(B) | 298.38º | 0.84% | 0.52% | - |
| XYZ | 13.49 | 6.87 | 22.44 | - |
| YUV | 65.95 | 165.28 | 172.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 21 | 132 | 0.02 | 0.84 | 0 | 0.48 | 298.38 | 0.73 | 0.3 |
| Hex | 81 | 15 | 84 | 2 | 54 | 0 | 30 | 12A | 49 | 1E |
| Octal | 201 | 25 | 204 | 2 | 124 | 0 | 60 | 452 | 111 | 36 |
| Binary | 10000001 | 10101 | 10000100 | 10 | 1010100 | 0 | 110000 | 100101010 | 1001001 | 11110 |
Color Harmonies of #811584
Complementary color
Monochromatic Colors of #811584
Black with #811584
Text Example
Text Example
White with #811584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811584; }
p { color: rgb(129,21,132); }
H1.HeaderClassName
{
color: #811584;
}
.AnyTagClassName
{
color: #811584;
}
</style>
background-color css
<style>
a { background-color: #811584; }
a { background-color: rgb(129,21,132); }
div.DivClassName
{
background-color: #811584;
}
.BgClassName
{
background-color: #811584;
}
</style>
border-color css
<style>
span { border-color: #811584; }
span { border-color: rgb(129,21,132); }
td.TdClassName
{
border-color: #811584;
}
.TagClassName
{
border-color: #811584;
}
</style>