Shades of Purple #81037C
Tints of Purple #81037C
RGB
CMYK
RGB Variations
Color information
#81037C (or 0x81037C) is known color: Purple. HEX triplet: 81, 03 and 7C. RGB value is (129,3,124). Sum of RGB (Red+Green+Blue) = 129+3+124=256 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.39% from 256); Green value is 3 (1.56% from 255 or 1.17% from 256); Blue value is 124 (48.83% from 255 or 48.44% from 256); Max value from RGB is 129 - color contains mainly: red. Hex color #81037C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81037C is #7EFC83. Grayscale: #363636. Windows color (decimal): -8322180 or 8127361. OLE color: 8127361.
HSL color Cylindrical-coordinate representation of color #81037C: hue angle of 302.38º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #81037C is Cyan = 0, Magento = 0.98, Yellow = 0.04 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 3 | 124 | - |
| CMYK | 0 | 0.98 | 0.04 | 0.49 |
| HSL | 302.38º | 0.95% | 0.26% | - |
| HSV(B) | 302.38º | 0.98% | 0.51% | - |
| XYZ | 12.72 | 6.19 | 19.59 | - |
| YUV | 54.47 | 167.24 | 181.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 3 | 124 | 0 | 0.98 | 0.04 | 0.49 | 302.38 | 0.95 | 0.26 |
| Hex | 81 | 3 | 7C | 0 | 62 | 4 | 31 | 12E | 5F | 1A |
| Octal | 201 | 3 | 174 | 0 | 142 | 4 | 61 | 456 | 137 | 32 |
| Binary | 10000001 | 11 | 1111100 | 0 | 1100010 | 100 | 110001 | 100101110 | 1011111 | 11010 |
Color Harmonies of #81037C
Complementary color
Monochromatic Colors of #81037C
Black with #81037C
Text Example
Text Example
White with #81037C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81037C; }
p { color: rgb(129,3,124); }
H1.HeaderClassName
{
color: #81037C;
}
.AnyTagClassName
{
color: #81037C;
}
</style>
background-color css
<style>
a { background-color: #81037C; }
a { background-color: rgb(129,3,124); }
div.DivClassName
{
background-color: #81037C;
}
.BgClassName
{
background-color: #81037C;
}
</style>
border-color css
<style>
span { border-color: #81037C; }
span { border-color: rgb(129,3,124); }
td.TdClassName
{
border-color: #81037C;
}
.TagClassName
{
border-color: #81037C;
}
</style>