Shades of Purple #81117F
Tints of Purple #81117F
RGB
CMYK
RGB Variations
Color information
#81117F (or 0x81117F) is known color: Purple. HEX triplet: 81, 11 and 7F. RGB value is (129,17,127). Sum of RGB (Red+Green+Blue) = 129+17+127=273 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.25% from 273); Green value is 17 (7.03% from 255 or 6.23% from 273); Blue value is 127 (50% from 255 or 46.52% from 273); Max value from RGB is 129 - color contains mainly: red. Hex color #81117F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81117F is #7EEE80. Grayscale: #3E3E3E. Windows color (decimal): -8318593 or 8327553. OLE color: 8327553.
HSL color Cylindrical-coordinate representation of color #81117F: hue angle of 301.07º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #81117F is Cyan = 0, Magento = 0.87, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 17 | 127 | - |
| CMYK | 0 | 0.87 | 0.02 | 0.49 |
| HSL | 301.07º | 0.77% | 0.29% | - |
| HSV(B) | 301.07º | 0.87% | 0.51% | - |
| XYZ | 13.08 | 6.6 | 20.66 | - |
| YUV | 63.03 | 164.11 | 175.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 17 | 127 | 0 | 0.87 | 0.02 | 0.49 | 301.07 | 0.77 | 0.29 |
| Hex | 81 | 11 | 7F | 0 | 57 | 2 | 31 | 12D | 4D | 1D |
| Octal | 201 | 21 | 177 | 0 | 127 | 2 | 61 | 455 | 115 | 35 |
| Binary | 10000001 | 10001 | 1111111 | 0 | 1010111 | 10 | 110001 | 100101101 | 1001101 | 11101 |
Color Harmonies of #81117F
Complementary color
Monochromatic Colors of #81117F
Black with #81117F
Text Example
Text Example
White with #81117F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81117F; }
p { color: rgb(129,17,127); }
H1.HeaderClassName
{
color: #81117F;
}
.AnyTagClassName
{
color: #81117F;
}
</style>
background-color css
<style>
a { background-color: #81117F; }
a { background-color: rgb(129,17,127); }
div.DivClassName
{
background-color: #81117F;
}
.BgClassName
{
background-color: #81117F;
}
</style>
border-color css
<style>
span { border-color: #81117F; }
span { border-color: rgb(129,17,127); }
td.TdClassName
{
border-color: #81117F;
}
.TagClassName
{
border-color: #81117F;
}
</style>