Shades of Purple #81046E
Tints of Purple #81046E
RGB
CMYK
RGB Variations
Color information
#81046E (or 0x81046E) is known color: Purple. HEX triplet: 81, 04 and 6E. RGB value is (129,4,110). Sum of RGB (Red+Green+Blue) = 129+4+110=243 (32% of max value = 765). Red value is 129 (50.78% from 255 or 53.09% from 243); Green value is 4 (1.95% from 255 or 1.65% from 243); Blue value is 110 (43.36% from 255 or 45.27% from 243); Max value from RGB is 129 - color contains mainly: red. Hex color #81046E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81046E is #7EFB91. Grayscale: #353535. Windows color (decimal): -8321938 or 7210113. OLE color: 7210113.
HSL color Cylindrical-coordinate representation of color #81046E: hue angle of 309.12º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #81046E is Cyan = 0, Magento = 0.97, Yellow = 0.15 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 4 | 110 | - |
| CMYK | 0 | 0.97 | 0.15 | 0.49 |
| HSL | 309.12º | 0.94% | 0.26% | - |
| HSV(B) | 309.12º | 0.97% | 0.51% | - |
| XYZ | 11.91 | 5.88 | 15.26 | - |
| YUV | 53.46 | 159.91 | 181.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 4 | 110 | 0 | 0.97 | 0.15 | 0.49 | 309.12 | 0.94 | 0.26 |
| Hex | 81 | 4 | 6E | 0 | 61 | F | 31 | 135 | 5E | 1A |
| Octal | 201 | 4 | 156 | 0 | 141 | 17 | 61 | 465 | 136 | 32 |
| Binary | 10000001 | 100 | 1101110 | 0 | 1100001 | 1111 | 110001 | 100110101 | 1011110 | 11010 |
Color Harmonies of #81046E
Complementary color
Monochromatic Colors of #81046E
Black with #81046E
Text Example
Text Example
White with #81046E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81046E; }
p { color: rgb(129,4,110); }
H1.HeaderClassName
{
color: #81046E;
}
.AnyTagClassName
{
color: #81046E;
}
</style>
background-color css
<style>
a { background-color: #81046E; }
a { background-color: rgb(129,4,110); }
div.DivClassName
{
background-color: #81046E;
}
.BgClassName
{
background-color: #81046E;
}
</style>
border-color css
<style>
span { border-color: #81046E; }
span { border-color: rgb(129,4,110); }
td.TdClassName
{
border-color: #81046E;
}
.TagClassName
{
border-color: #81046E;
}
</style>