Shades of Purple #81006E
Tints of Purple #81006E
RGB
CMYK
RGB Variations
Color information
#81006E (or 0x81006E) is known color: Purple. HEX triplet: 81, 00 and 6E. RGB value is (129,0,110). Sum of RGB (Red+Green+Blue) = 129+0+110=239 (31% of max value = 765). Red value is 129 (50.78% from 255 or 53.97% from 239); Green value is 0 (0.39% from 255 or 0% from 239); Blue value is 110 (43.36% from 255 or 46.03% from 239); Max value from RGB is 129 - color contains mainly: red. Hex color #81006E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81006E is #7EFF91. Grayscale: #323232. Windows color (decimal): -8322962 or 7209089. OLE color: 7209089.
HSL color Cylindrical-coordinate representation of color #81006E: hue angle of 308.84º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #81006E is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 0 | 110 | - |
| CMYK | 0 | 1 | 0.15 | 0.49 |
| HSL | 308.84º | 1% | 0.25% | - |
| HSV(B) | 308.84º | 1% | 0.51% | - |
| XYZ | 11.87 | 5.79 | 15.24 | - |
| YUV | 51.11 | 161.24 | 183.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 0 | 110 | 0 | 1 | 0.15 | 0.49 | 308.84 | 1 | 0.25 |
| Hex | 81 | 0 | 6E | 0 | 64 | F | 31 | 135 | 64 | 19 |
| Octal | 201 | 0 | 156 | 0 | 144 | 17 | 61 | 465 | 144 | 31 |
| Binary | 10000001 | 0 | 1101110 | 0 | 1100100 | 1111 | 110001 | 100110101 | 1100100 | 11001 |
Color Harmonies of #81006E
Complementary color
Monochromatic Colors of #81006E
Black with #81006E
Text Example
Text Example
White with #81006E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81006E; }
p { color: rgb(129,0,110); }
H1.HeaderClassName
{
color: #81006E;
}
.AnyTagClassName
{
color: #81006E;
}
</style>
background-color css
<style>
a { background-color: #81006E; }
a { background-color: rgb(129,0,110); }
div.DivClassName
{
background-color: #81006E;
}
.BgClassName
{
background-color: #81006E;
}
</style>
border-color css
<style>
span { border-color: #81006E; }
span { border-color: rgb(129,0,110); }
td.TdClassName
{
border-color: #81006E;
}
.TagClassName
{
border-color: #81006E;
}
</style>