Shades of Purple #81057C
Tints of Purple #81057C
RGB
CMYK
RGB Variations
Color information
#81057C (or 0x81057C) is known color: Purple. HEX triplet: 81, 05 and 7C. RGB value is (129,5,124). Sum of RGB (Red+Green+Blue) = 129+5+124=258 (34% of max value = 765). Red value is 129 (50.78% from 255 or 50% from 258); Green value is 5 (2.34% from 255 or 1.94% from 258); Blue value is 124 (48.83% from 255 or 48.06% from 258); Max value from RGB is 129 - color contains mainly: red. Hex color #81057C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81057C is #7EFA83. Grayscale: #373737. Windows color (decimal): -8321668 or 8127873. OLE color: 8127873.
HSL color Cylindrical-coordinate representation of color #81057C: hue angle of 302.42º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #81057C is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 5 | 124 | - |
| CMYK | 0 | 0.96 | 0.04 | 0.49 |
| HSL | 302.42º | 0.93% | 0.26% | - |
| HSV(B) | 302.42º | 0.96% | 0.51% | - |
| XYZ | 12.75 | 6.23 | 19.6 | - |
| YUV | 55.64 | 166.58 | 180.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 5 | 124 | 0 | 0.96 | 0.04 | 0.49 | 302.42 | 0.93 | 0.26 |
| Hex | 81 | 5 | 7C | 0 | 60 | 4 | 31 | 12E | 5D | 1A |
| Octal | 201 | 5 | 174 | 0 | 140 | 4 | 61 | 456 | 135 | 32 |
| Binary | 10000001 | 101 | 1111100 | 0 | 1100000 | 100 | 110001 | 100101110 | 1011101 | 11010 |
Color Harmonies of #81057C
Complementary color
Monochromatic Colors of #81057C
Black with #81057C
Text Example
Text Example
White with #81057C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81057C; }
p { color: rgb(129,5,124); }
H1.HeaderClassName
{
color: #81057C;
}
.AnyTagClassName
{
color: #81057C;
}
</style>
background-color css
<style>
a { background-color: #81057C; }
a { background-color: rgb(129,5,124); }
div.DivClassName
{
background-color: #81057C;
}
.BgClassName
{
background-color: #81057C;
}
</style>
border-color css
<style>
span { border-color: #81057C; }
span { border-color: rgb(129,5,124); }
td.TdClassName
{
border-color: #81057C;
}
.TagClassName
{
border-color: #81057C;
}
</style>