Shades of Purple #81016E
Tints of Purple #81016E
RGB
CMYK
RGB Variations
Color information
#81016E (or 0x81016E) is known color: Purple. HEX triplet: 81, 01 and 6E. RGB value is (129,1,110). Sum of RGB (Red+Green+Blue) = 129+1+110=240 (31% of max value = 765). Red value is 129 (50.78% from 255 or 53.75% from 240); Green value is 1 (0.78% from 255 or 0.42% from 240); Blue value is 110 (43.36% from 255 or 45.83% from 240); Max value from RGB is 129 - color contains mainly: red. Hex color #81016E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81016E is #7EFE91. Grayscale: #333333. Windows color (decimal): -8322706 or 7209345. OLE color: 7209345.
HSL color Cylindrical-coordinate representation of color #81016E: hue angle of 308.91º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #81016E is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 1 | 110 | - |
| CMYK | 0 | 0.99 | 0.15 | 0.49 |
| HSL | 308.91º | 0.98% | 0.25% | - |
| HSV(B) | 308.91º | 0.99% | 0.51% | - |
| XYZ | 11.88 | 5.81 | 15.25 | - |
| YUV | 51.7 | 160.91 | 183.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 1 | 110 | 0 | 0.99 | 0.15 | 0.49 | 308.91 | 0.98 | 0.25 |
| Hex | 81 | 1 | 6E | 0 | 63 | F | 31 | 135 | 62 | 19 |
| Octal | 201 | 1 | 156 | 0 | 143 | 17 | 61 | 465 | 142 | 31 |
| Binary | 10000001 | 1 | 1101110 | 0 | 1100011 | 1111 | 110001 | 100110101 | 1100010 | 11001 |
Color Harmonies of #81016E
Complementary color
Monochromatic Colors of #81016E
Black with #81016E
Text Example
Text Example
White with #81016E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81016E; }
p { color: rgb(129,1,110); }
H1.HeaderClassName
{
color: #81016E;
}
.AnyTagClassName
{
color: #81016E;
}
</style>
background-color css
<style>
a { background-color: #81016E; }
a { background-color: rgb(129,1,110); }
div.DivClassName
{
background-color: #81016E;
}
.BgClassName
{
background-color: #81016E;
}
</style>
border-color css
<style>
span { border-color: #81016E; }
span { border-color: rgb(129,1,110); }
td.TdClassName
{
border-color: #81016E;
}
.TagClassName
{
border-color: #81016E;
}
</style>