Shades of Purple #81017C
Tints of Purple #81017C
RGB
CMYK
RGB Variations
Color information
#81017C (or 0x81017C) is known color: Purple. HEX triplet: 81, 01 and 7C. RGB value is (129,1,124). Sum of RGB (Red+Green+Blue) = 129+1+124=254 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.79% from 254); Green value is 1 (0.78% from 255 or 0.39% from 254); Blue value is 124 (48.83% from 255 or 48.82% from 254); Max value from RGB is 129 - color contains mainly: red. Hex color #81017C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81017C is #7EFE83. Grayscale: #343434. Windows color (decimal): -8322692 or 8126849. OLE color: 8126849.
HSL color Cylindrical-coordinate representation of color #81017C: hue angle of 302.34º 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 #81017C is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 1 | 124 | - |
| CMYK | 0 | 0.99 | 0.04 | 0.49 |
| HSL | 302.34º | 0.98% | 0.25% | - |
| HSV(B) | 302.34º | 0.99% | 0.51% | - |
| XYZ | 12.7 | 6.14 | 19.59 | - |
| YUV | 53.29 | 167.91 | 182 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 1 | 124 | 0 | 0.99 | 0.04 | 0.49 | 302.34 | 0.98 | 0.25 |
| Hex | 81 | 1 | 7C | 0 | 63 | 4 | 31 | 12E | 62 | 19 |
| Octal | 201 | 1 | 174 | 0 | 143 | 4 | 61 | 456 | 142 | 31 |
| Binary | 10000001 | 1 | 1111100 | 0 | 1100011 | 100 | 110001 | 100101110 | 1100010 | 11001 |
Color Harmonies of #81017C
Complementary color
Monochromatic Colors of #81017C
Black with #81017C
Text Example
Text Example
White with #81017C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81017C; }
p { color: rgb(129,1,124); }
H1.HeaderClassName
{
color: #81017C;
}
.AnyTagClassName
{
color: #81017C;
}
</style>
background-color css
<style>
a { background-color: #81017C; }
a { background-color: rgb(129,1,124); }
div.DivClassName
{
background-color: #81017C;
}
.BgClassName
{
background-color: #81017C;
}
</style>
border-color css
<style>
span { border-color: #81017C; }
span { border-color: rgb(129,1,124); }
td.TdClassName
{
border-color: #81017C;
}
.TagClassName
{
border-color: #81017C;
}
</style>