Shades of Purple #81117E
Tints of Purple #81117E
RGB
CMYK
RGB Variations
Color information
#81117E (or 0x81117E) is known color: Purple. HEX triplet: 81, 11 and 7E. RGB value is (129,17,126). Sum of RGB (Red+Green+Blue) = 129+17+126=272 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.43% from 272); Green value is 17 (7.03% from 255 or 6.25% from 272); Blue value is 126 (49.61% from 255 or 46.32% from 272); Max value from RGB is 129 - color contains mainly: red. Hex color #81117E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81117E is #7EEE81. Grayscale: #3E3E3E. Windows color (decimal): -8318594 or 8262017. OLE color: 8262017.
HSL color Cylindrical-coordinate representation of color #81117E: hue angle of 301.61º 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 #81117E is Cyan = 0, Magento = 0.87, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 17 | 126 | - |
| CMYK | 0 | 0.87 | 0.02 | 0.49 |
| HSL | 301.61º | 0.77% | 0.29% | - |
| HSV(B) | 301.61º | 0.87% | 0.51% | - |
| XYZ | 13.02 | 6.57 | 20.32 | - |
| YUV | 62.91 | 163.61 | 175.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 17 | 126 | 0 | 0.87 | 0.02 | 0.49 | 301.61 | 0.77 | 0.29 |
| Hex | 81 | 11 | 7E | 0 | 57 | 2 | 31 | 12E | 4D | 1D |
| Octal | 201 | 21 | 176 | 0 | 127 | 2 | 61 | 456 | 115 | 35 |
| Binary | 10000001 | 10001 | 1111110 | 0 | 1010111 | 10 | 110001 | 100101110 | 1001101 | 11101 |
Color Harmonies of #81117E
Complementary color
Monochromatic Colors of #81117E
Black with #81117E
Text Example
Text Example
White with #81117E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81117E; }
p { color: rgb(129,17,126); }
H1.HeaderClassName
{
color: #81117E;
}
.AnyTagClassName
{
color: #81117E;
}
</style>
background-color css
<style>
a { background-color: #81117E; }
a { background-color: rgb(129,17,126); }
div.DivClassName
{
background-color: #81117E;
}
.BgClassName
{
background-color: #81117E;
}
</style>
border-color css
<style>
span { border-color: #81117E; }
span { border-color: rgb(129,17,126); }
td.TdClassName
{
border-color: #81117E;
}
.TagClassName
{
border-color: #81117E;
}
</style>