Shades of Purple #81037E
Tints of Purple #81037E
RGB
CMYK
RGB Variations
Color information
#81037E (or 0x81037E) is known color: Purple. HEX triplet: 81, 03 and 7E. RGB value is (129,3,126). Sum of RGB (Red+Green+Blue) = 129+3+126=258 (34% of max value = 765). Red value is 129 (50.78% from 255 or 50% from 258); Green value is 3 (1.56% from 255 or 1.16% from 258); Blue value is 126 (49.61% from 255 or 48.84% from 258); Max value from RGB is 129 - color contains mainly: red. Hex color #81037E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81037E is #7EFC81. Grayscale: #363636. Windows color (decimal): -8322178 or 8258433. OLE color: 8258433.
HSL color Cylindrical-coordinate representation of color #81037E: hue angle of 301.43º 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 #81037E is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 3 | 126 | - |
| CMYK | 0 | 0.98 | 0.02 | 0.49 |
| HSL | 301.43º | 0.95% | 0.26% | - |
| HSV(B) | 301.43º | 0.98% | 0.51% | - |
| XYZ | 12.85 | 6.24 | 20.27 | - |
| YUV | 54.7 | 168.24 | 181 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 3 | 126 | 0 | 0.98 | 0.02 | 0.49 | 301.43 | 0.95 | 0.26 |
| Hex | 81 | 3 | 7E | 0 | 62 | 2 | 31 | 12D | 5F | 1A |
| Octal | 201 | 3 | 176 | 0 | 142 | 2 | 61 | 455 | 137 | 32 |
| Binary | 10000001 | 11 | 1111110 | 0 | 1100010 | 10 | 110001 | 100101101 | 1011111 | 11010 |
Color Harmonies of #81037E
Complementary color
Monochromatic Colors of #81037E
Black with #81037E
Text Example
Text Example
White with #81037E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81037E; }
p { color: rgb(129,3,126); }
H1.HeaderClassName
{
color: #81037E;
}
.AnyTagClassName
{
color: #81037E;
}
</style>
background-color css
<style>
a { background-color: #81037E; }
a { background-color: rgb(129,3,126); }
div.DivClassName
{
background-color: #81037E;
}
.BgClassName
{
background-color: #81037E;
}
</style>
border-color css
<style>
span { border-color: #81037E; }
span { border-color: rgb(129,3,126); }
td.TdClassName
{
border-color: #81037E;
}
.TagClassName
{
border-color: #81037E;
}
</style>