Shades of Purple #81047A
Tints of Purple #81047A
RGB
CMYK
RGB Variations
Color information
#81047A (or 0x81047A) is known color: Purple. HEX triplet: 81, 04 and 7A. RGB value is (129,4,122). Sum of RGB (Red+Green+Blue) = 129+4+122=255 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.59% from 255); Green value is 4 (1.95% from 255 or 1.57% from 255); Blue value is 122 (48.05% from 255 or 47.84% from 255); Max value from RGB is 129 - color contains mainly: red. Hex color #81047A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81047A is #7EFB85. Grayscale: #363636. Windows color (decimal): -8321926 or 7996545. OLE color: 7996545.
HSL color Cylindrical-coordinate representation of color #81047A: hue angle of 303.36º 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 #81047A is Cyan = 0, Magento = 0.97, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 4 | 122 | - |
| CMYK | 0 | 0.97 | 0.05 | 0.49 |
| HSL | 303.36º | 0.94% | 0.26% | - |
| HSV(B) | 303.36º | 0.97% | 0.51% | - |
| XYZ | 12.61 | 6.16 | 18.94 | - |
| YUV | 54.83 | 165.91 | 180.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 4 | 122 | 0 | 0.97 | 0.05 | 0.49 | 303.36 | 0.94 | 0.26 |
| Hex | 81 | 4 | 7A | 0 | 61 | 5 | 31 | 12F | 5E | 1A |
| Octal | 201 | 4 | 172 | 0 | 141 | 5 | 61 | 457 | 136 | 32 |
| Binary | 10000001 | 100 | 1111010 | 0 | 1100001 | 101 | 110001 | 100101111 | 1011110 | 11010 |
Color Harmonies of #81047A
Complementary color
Monochromatic Colors of #81047A
Black with #81047A
Text Example
Text Example
White with #81047A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81047A; }
p { color: rgb(129,4,122); }
H1.HeaderClassName
{
color: #81047A;
}
.AnyTagClassName
{
color: #81047A;
}
</style>
background-color css
<style>
a { background-color: #81047A; }
a { background-color: rgb(129,4,122); }
div.DivClassName
{
background-color: #81047A;
}
.BgClassName
{
background-color: #81047A;
}
</style>
border-color css
<style>
span { border-color: #81047A; }
span { border-color: rgb(129,4,122); }
td.TdClassName
{
border-color: #81047A;
}
.TagClassName
{
border-color: #81047A;
}
</style>