Shades of Purple #81117D
Tints of Purple #81117D
RGB
CMYK
RGB Variations
Color information
#81117D (or 0x81117D) is known color: Purple. HEX triplet: 81, 11 and 7D. RGB value is (129,17,125). Sum of RGB (Red+Green+Blue) = 129+17+125=271 (35% of max value = 765). Red value is 129 (50.78% from 255 or 47.60% from 271); Green value is 17 (7.03% from 255 or 6.27% from 271); Blue value is 125 (49.22% from 255 or 46.13% from 271); Max value from RGB is 129 - color contains mainly: red. Hex color #81117D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81117D is #7EEE82. Grayscale: #3E3E3E. Windows color (decimal): -8318595 or 8196481. OLE color: 8196481.
HSL color Cylindrical-coordinate representation of color #81117D: hue angle of 302.14º 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 #81117D is Cyan = 0, Magento = 0.87, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 17 | 125 | - |
| CMYK | 0 | 0.87 | 0.03 | 0.49 |
| HSL | 302.14º | 0.77% | 0.29% | - |
| HSV(B) | 302.14º | 0.87% | 0.51% | - |
| XYZ | 12.96 | 6.55 | 19.98 | - |
| YUV | 62.8 | 163.11 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 17 | 125 | 0 | 0.87 | 0.03 | 0.49 | 302.14 | 0.77 | 0.29 |
| Hex | 81 | 11 | 7D | 0 | 57 | 3 | 31 | 12E | 4D | 1D |
| Octal | 201 | 21 | 175 | 0 | 127 | 3 | 61 | 456 | 115 | 35 |
| Binary | 10000001 | 10001 | 1111101 | 0 | 1010111 | 11 | 110001 | 100101110 | 1001101 | 11101 |
Color Harmonies of #81117D
Complementary color
Monochromatic Colors of #81117D
Black with #81117D
Text Example
Text Example
White with #81117D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81117D; }
p { color: rgb(129,17,125); }
H1.HeaderClassName
{
color: #81117D;
}
.AnyTagClassName
{
color: #81117D;
}
</style>
background-color css
<style>
a { background-color: #81117D; }
a { background-color: rgb(129,17,125); }
div.DivClassName
{
background-color: #81117D;
}
.BgClassName
{
background-color: #81117D;
}
</style>
border-color css
<style>
span { border-color: #81117D; }
span { border-color: rgb(129,17,125); }
td.TdClassName
{
border-color: #81117D;
}
.TagClassName
{
border-color: #81117D;
}
</style>