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