Shades of Purple #81037B
Tints of Purple #81037B
RGB
CMYK
RGB Variations
Color information
#81037B (or 0x81037B) is known color: Purple. HEX triplet: 81, 03 and 7B. RGB value is (129,3,123). Sum of RGB (Red+Green+Blue) = 129+3+123=255 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.59% from 255); Green value is 3 (1.56% from 255 or 1.18% from 255); Blue value is 123 (48.44% from 255 or 48.24% from 255); Max value from RGB is 129 - color contains mainly: red. Hex color #81037B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81037B is #7EFC84. Grayscale: #363636. Windows color (decimal): -8322181 or 8061825. OLE color: 8061825.
HSL color Cylindrical-coordinate representation of color #81037B: hue angle of 302.86º 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 #81037B is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 3 | 123 | - |
| CMYK | 0 | 0.98 | 0.05 | 0.49 |
| HSL | 302.86º | 0.95% | 0.26% | - |
| HSV(B) | 302.86º | 0.98% | 0.51% | - |
| XYZ | 12.66 | 6.16 | 19.26 | - |
| YUV | 54.35 | 166.74 | 181.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 3 | 123 | 0 | 0.98 | 0.05 | 0.49 | 302.86 | 0.95 | 0.26 |
| Hex | 81 | 3 | 7B | 0 | 62 | 5 | 31 | 12F | 5F | 1A |
| Octal | 201 | 3 | 173 | 0 | 142 | 5 | 61 | 457 | 137 | 32 |
| Binary | 10000001 | 11 | 1111011 | 0 | 1100010 | 101 | 110001 | 100101111 | 1011111 | 11010 |
Color Harmonies of #81037B
Complementary color
Monochromatic Colors of #81037B
Black with #81037B
Text Example
Text Example
White with #81037B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81037B; }
p { color: rgb(129,3,123); }
H1.HeaderClassName
{
color: #81037B;
}
.AnyTagClassName
{
color: #81037B;
}
</style>
background-color css
<style>
a { background-color: #81037B; }
a { background-color: rgb(129,3,123); }
div.DivClassName
{
background-color: #81037B;
}
.BgClassName
{
background-color: #81037B;
}
</style>
border-color css
<style>
span { border-color: #81037B; }
span { border-color: rgb(129,3,123); }
td.TdClassName
{
border-color: #81037B;
}
.TagClassName
{
border-color: #81037B;
}
</style>