Shades of Purple #81027C
Tints of Purple #81027C
RGB
CMYK
RGB Variations
Color information
#81027C (or 0x81027C) is known color: Purple. HEX triplet: 81, 02 and 7C. RGB value is (129,2,124). Sum of RGB (Red+Green+Blue) = 129+2+124=255 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.59% from 255); Green value is 2 (1.17% from 255 or 0.78% from 255); Blue value is 124 (48.83% from 255 or 48.63% from 255); Max value from RGB is 129 - color contains mainly: red. Hex color #81027C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81027C is #7EFD83. Grayscale: #353535. Windows color (decimal): -8322436 or 8127105. OLE color: 8127105.
HSL color Cylindrical-coordinate representation of color #81027C: hue angle of 302.36º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #81027C is Cyan = 0, Magento = 0.98, Yellow = 0.04 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 2 | 124 | - |
| CMYK | 0 | 0.98 | 0.04 | 0.49 |
| HSL | 302.36º | 0.97% | 0.26% | - |
| HSV(B) | 302.36º | 0.98% | 0.51% | - |
| XYZ | 12.71 | 6.17 | 19.59 | - |
| YUV | 53.88 | 167.58 | 181.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 2 | 124 | 0 | 0.98 | 0.04 | 0.49 | 302.36 | 0.97 | 0.26 |
| Hex | 81 | 2 | 7C | 0 | 62 | 4 | 31 | 12E | 61 | 1A |
| Octal | 201 | 2 | 174 | 0 | 142 | 4 | 61 | 456 | 141 | 32 |
| Binary | 10000001 | 10 | 1111100 | 0 | 1100010 | 100 | 110001 | 100101110 | 1100001 | 11010 |
Color Harmonies of #81027C
Complementary color
Monochromatic Colors of #81027C
Black with #81027C
Text Example
Text Example
White with #81027C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81027C; }
p { color: rgb(129,2,124); }
H1.HeaderClassName
{
color: #81027C;
}
.AnyTagClassName
{
color: #81027C;
}
</style>
background-color css
<style>
a { background-color: #81027C; }
a { background-color: rgb(129,2,124); }
div.DivClassName
{
background-color: #81027C;
}
.BgClassName
{
background-color: #81027C;
}
</style>
border-color css
<style>
span { border-color: #81027C; }
span { border-color: rgb(129,2,124); }
td.TdClassName
{
border-color: #81027C;
}
.TagClassName
{
border-color: #81027C;
}
</style>