Shades of Purple #81076D
Tints of Purple #81076D
RGB
CMYK
RGB Variations
Color information
#81076D (or 0x81076D) is known color: Purple. HEX triplet: 81, 07 and 6D. RGB value is (129,7,109). Sum of RGB (Red+Green+Blue) = 129+7+109=245 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.65% from 245); Green value is 7 (3.12% from 255 or 2.86% from 245); Blue value is 109 (42.97% from 255 or 44.49% from 245); Max value from RGB is 129 - color contains mainly: red. Hex color #81076D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81076D is #7EF892. Grayscale: #363636. Windows color (decimal): -8321171 or 7145345. OLE color: 7145345.
HSL color Cylindrical-coordinate representation of color #81076D: hue angle of 309.84º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #81076D is Cyan = 0, Magento = 0.95, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 7 | 109 | - |
| CMYK | 0 | 0.95 | 0.16 | 0.49 |
| HSL | 309.84º | 0.9% | 0.27% | - |
| HSV(B) | 309.84º | 0.95% | 0.51% | - |
| XYZ | 11.89 | 5.92 | 14.98 | - |
| YUV | 55.11 | 158.42 | 180.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 7 | 109 | 0 | 0.95 | 0.16 | 0.49 | 309.84 | 0.9 | 0.27 |
| Hex | 81 | 7 | 6D | 0 | 5F | 10 | 31 | 136 | 5A | 1B |
| Octal | 201 | 7 | 155 | 0 | 137 | 20 | 61 | 466 | 132 | 33 |
| Binary | 10000001 | 111 | 1101101 | 0 | 1011111 | 10000 | 110001 | 100110110 | 1011010 | 11011 |
Color Harmonies of #81076D
Complementary color
Monochromatic Colors of #81076D
Black with #81076D
Text Example
Text Example
White with #81076D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81076D; }
p { color: rgb(129,7,109); }
H1.HeaderClassName
{
color: #81076D;
}
.AnyTagClassName
{
color: #81076D;
}
</style>
background-color css
<style>
a { background-color: #81076D; }
a { background-color: rgb(129,7,109); }
div.DivClassName
{
background-color: #81076D;
}
.BgClassName
{
background-color: #81076D;
}
</style>
border-color css
<style>
span { border-color: #81076D; }
span { border-color: rgb(129,7,109); }
td.TdClassName
{
border-color: #81076D;
}
.TagClassName
{
border-color: #81076D;
}
</style>