Shades of Purple #81017E
Tints of Purple #81017E
RGB
CMYK
RGB Variations
Color information
#81017E (or 0x81017E) is known color: Purple. HEX triplet: 81, 01 and 7E. RGB value is (129,1,126). Sum of RGB (Red+Green+Blue) = 129+1+126=256 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.39% from 256); Green value is 1 (0.78% from 255 or 0.39% from 256); Blue value is 126 (49.61% from 255 or 49.22% from 256); Max value from RGB is 129 - color contains mainly: red. Hex color #81017E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81017E is #7EFE81. Grayscale: #353535. Windows color (decimal): -8322690 or 8257921. OLE color: 8257921.
HSL color Cylindrical-coordinate representation of color #81017E: hue angle of 301.41º 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 #81017E is Cyan = 0, Magento = 0.99, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 1 | 126 | - |
| CMYK | 0 | 0.99 | 0.02 | 0.49 |
| HSL | 301.41º | 0.98% | 0.25% | - |
| HSV(B) | 301.41º | 0.99% | 0.51% | - |
| XYZ | 12.83 | 6.2 | 20.26 | - |
| YUV | 53.52 | 168.91 | 181.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 1 | 126 | 0 | 0.99 | 0.02 | 0.49 | 301.41 | 0.98 | 0.25 |
| Hex | 81 | 1 | 7E | 0 | 63 | 2 | 31 | 12D | 62 | 19 |
| Octal | 201 | 1 | 176 | 0 | 143 | 2 | 61 | 455 | 142 | 31 |
| Binary | 10000001 | 1 | 1111110 | 0 | 1100011 | 10 | 110001 | 100101101 | 1100010 | 11001 |
Color Harmonies of #81017E
Complementary color
Monochromatic Colors of #81017E
Black with #81017E
Text Example
Text Example
White with #81017E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81017E; }
p { color: rgb(129,1,126); }
H1.HeaderClassName
{
color: #81017E;
}
.AnyTagClassName
{
color: #81017E;
}
</style>
background-color css
<style>
a { background-color: #81017E; }
a { background-color: rgb(129,1,126); }
div.DivClassName
{
background-color: #81017E;
}
.BgClassName
{
background-color: #81017E;
}
</style>
border-color css
<style>
span { border-color: #81017E; }
span { border-color: rgb(129,1,126); }
td.TdClassName
{
border-color: #81017E;
}
.TagClassName
{
border-color: #81017E;
}
</style>