Shades of Purple #81027D
Tints of Purple #81027D
RGB
CMYK
RGB Variations
Color information
#81027D (or 0x81027D) is known color: Purple. HEX triplet: 81, 02 and 7D. RGB value is (129,2,125). Sum of RGB (Red+Green+Blue) = 129+2+125=256 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.39% from 256); Green value is 2 (1.17% from 255 or 0.78% from 256); Blue value is 125 (49.22% from 255 or 48.83% from 256); Max value from RGB is 129 - color contains mainly: red. Hex color #81027D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81027D is #7EFD82. Grayscale: #353535. Windows color (decimal): -8322435 or 8192641. OLE color: 8192641.
HSL color Cylindrical-coordinate representation of color #81027D: hue angle of 301.89º 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 #81027D is Cyan = 0, Magento = 0.98, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 2 | 125 | - |
| CMYK | 0 | 0.98 | 0.03 | 0.49 |
| HSL | 301.89º | 0.97% | 0.26% | - |
| HSV(B) | 301.89º | 0.98% | 0.51% | - |
| XYZ | 12.78 | 6.19 | 19.92 | - |
| YUV | 54 | 168.08 | 181.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 2 | 125 | 0 | 0.98 | 0.03 | 0.49 | 301.89 | 0.97 | 0.26 |
| Hex | 81 | 2 | 7D | 0 | 62 | 3 | 31 | 12E | 61 | 1A |
| Octal | 201 | 2 | 175 | 0 | 142 | 3 | 61 | 456 | 141 | 32 |
| Binary | 10000001 | 10 | 1111101 | 0 | 1100010 | 11 | 110001 | 100101110 | 1100001 | 11010 |
Color Harmonies of #81027D
Complementary color
Monochromatic Colors of #81027D
Black with #81027D
Text Example
Text Example
White with #81027D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81027D; }
p { color: rgb(129,2,125); }
H1.HeaderClassName
{
color: #81027D;
}
.AnyTagClassName
{
color: #81027D;
}
</style>
background-color css
<style>
a { background-color: #81027D; }
a { background-color: rgb(129,2,125); }
div.DivClassName
{
background-color: #81027D;
}
.BgClassName
{
background-color: #81027D;
}
</style>
border-color css
<style>
span { border-color: #81027D; }
span { border-color: rgb(129,2,125); }
td.TdClassName
{
border-color: #81027D;
}
.TagClassName
{
border-color: #81027D;
}
</style>