Shades of Purple #81046D
Tints of Purple #81046D
RGB
CMYK
RGB Variations
Color information
#81046D (or 0x81046D) is known color: Purple. HEX triplet: 81, 04 and 6D. RGB value is (129,4,109). Sum of RGB (Red+Green+Blue) = 129+4+109=242 (32% of max value = 765). Red value is 129 (50.78% from 255 or 53.31% from 242); Green value is 4 (1.95% from 255 or 1.65% from 242); Blue value is 109 (42.97% from 255 or 45.04% from 242); Max value from RGB is 129 - color contains mainly: red. Hex color #81046D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81046D is #7EFB92. Grayscale: #353535. Windows color (decimal): -8321939 or 7144577. OLE color: 7144577.
HSL color Cylindrical-coordinate representation of color #81046D: hue angle of 309.6º 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 #81046D is Cyan = 0, Magento = 0.97, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 4 | 109 | - |
| CMYK | 0 | 0.97 | 0.16 | 0.49 |
| HSL | 309.6º | 0.94% | 0.26% | - |
| HSV(B) | 309.6º | 0.97% | 0.51% | - |
| XYZ | 11.86 | 5.86 | 14.97 | - |
| YUV | 53.35 | 159.41 | 181.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 4 | 109 | 0 | 0.97 | 0.16 | 0.49 | 309.6 | 0.94 | 0.26 |
| Hex | 81 | 4 | 6D | 0 | 61 | 10 | 31 | 136 | 5E | 1A |
| Octal | 201 | 4 | 155 | 0 | 141 | 20 | 61 | 466 | 136 | 32 |
| Binary | 10000001 | 100 | 1101101 | 0 | 1100001 | 10000 | 110001 | 100110110 | 1011110 | 11010 |
Color Harmonies of #81046D
Complementary color
Monochromatic Colors of #81046D
Black with #81046D
Text Example
Text Example
White with #81046D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81046D; }
p { color: rgb(129,4,109); }
H1.HeaderClassName
{
color: #81046D;
}
.AnyTagClassName
{
color: #81046D;
}
</style>
background-color css
<style>
a { background-color: #81046D; }
a { background-color: rgb(129,4,109); }
div.DivClassName
{
background-color: #81046D;
}
.BgClassName
{
background-color: #81046D;
}
</style>
border-color css
<style>
span { border-color: #81046D; }
span { border-color: rgb(129,4,109); }
td.TdClassName
{
border-color: #81046D;
}
.TagClassName
{
border-color: #81046D;
}
</style>