Shades of Purple #81026D
Tints of Purple #81026D
RGB
CMYK
RGB Variations
Color information
#81026D (or 0x81026D) is known color: Purple. HEX triplet: 81, 02 and 6D. RGB value is (129,2,109). Sum of RGB (Red+Green+Blue) = 129+2+109=240 (31% of max value = 765). Red value is 129 (50.78% from 255 or 53.75% from 240); Green value is 2 (1.17% from 255 or 0.83% from 240); Blue value is 109 (42.97% from 255 or 45.42% from 240); Max value from RGB is 129 - color contains mainly: red. Hex color #81026D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81026D is #7EFD92. Grayscale: #333333. Windows color (decimal): -8322451 or 7144065. OLE color: 7144065.
HSL color Cylindrical-coordinate representation of color #81026D: hue angle of 309.45º 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 #81026D is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 2 | 109 | - |
| CMYK | 0 | 0.98 | 0.16 | 0.49 |
| HSL | 309.45º | 0.97% | 0.26% | - |
| HSV(B) | 309.45º | 0.98% | 0.51% | - |
| XYZ | 11.84 | 5.81 | 14.97 | - |
| YUV | 52.17 | 160.08 | 182.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 2 | 109 | 0 | 0.98 | 0.16 | 0.49 | 309.45 | 0.97 | 0.26 |
| Hex | 81 | 2 | 6D | 0 | 62 | 10 | 31 | 135 | 61 | 1A |
| Octal | 201 | 2 | 155 | 0 | 142 | 20 | 61 | 465 | 141 | 32 |
| Binary | 10000001 | 10 | 1101101 | 0 | 1100010 | 10000 | 110001 | 100110101 | 1100001 | 11010 |
Color Harmonies of #81026D
Complementary color
Monochromatic Colors of #81026D
Black with #81026D
Text Example
Text Example
White with #81026D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81026D; }
p { color: rgb(129,2,109); }
H1.HeaderClassName
{
color: #81026D;
}
.AnyTagClassName
{
color: #81026D;
}
</style>
background-color css
<style>
a { background-color: #81026D; }
a { background-color: rgb(129,2,109); }
div.DivClassName
{
background-color: #81026D;
}
.BgClassName
{
background-color: #81026D;
}
</style>
border-color css
<style>
span { border-color: #81026D; }
span { border-color: rgb(129,2,109); }
td.TdClassName
{
border-color: #81026D;
}
.TagClassName
{
border-color: #81026D;
}
</style>