Shades of Purple #81077A
Tints of Purple #81077A
RGB
CMYK
RGB Variations
Color information
#81077A (or 0x81077A) is known color: Purple. HEX triplet: 81, 07 and 7A. RGB value is (129,7,122). Sum of RGB (Red+Green+Blue) = 129+7+122=258 (34% of max value = 765). Red value is 129 (50.78% from 255 or 50% from 258); Green value is 7 (3.12% from 255 or 2.71% from 258); Blue value is 122 (48.05% from 255 or 47.29% from 258); Max value from RGB is 129 - color contains mainly: red. Hex color #81077A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81077A is #7EF885. Grayscale: #383838. Windows color (decimal): -8321158 or 7997313. OLE color: 7997313.
HSL color Cylindrical-coordinate representation of color #81077A: hue angle of 303.44º 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 #81077A is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 7 | 122 | - |
| CMYK | 0 | 0.95 | 0.05 | 0.49 |
| HSL | 303.44º | 0.9% | 0.27% | - |
| HSV(B) | 303.44º | 0.95% | 0.51% | - |
| XYZ | 12.64 | 6.22 | 18.95 | - |
| YUV | 56.59 | 164.92 | 179.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 7 | 122 | 0 | 0.95 | 0.05 | 0.49 | 303.44 | 0.9 | 0.27 |
| Hex | 81 | 7 | 7A | 0 | 5F | 5 | 31 | 12F | 5A | 1B |
| Octal | 201 | 7 | 172 | 0 | 137 | 5 | 61 | 457 | 132 | 33 |
| Binary | 10000001 | 111 | 1111010 | 0 | 1011111 | 101 | 110001 | 100101111 | 1011010 | 11011 |
Color Harmonies of #81077A
Complementary color
Monochromatic Colors of #81077A
Black with #81077A
Text Example
Text Example
White with #81077A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81077A; }
p { color: rgb(129,7,122); }
H1.HeaderClassName
{
color: #81077A;
}
.AnyTagClassName
{
color: #81077A;
}
</style>
background-color css
<style>
a { background-color: #81077A; }
a { background-color: rgb(129,7,122); }
div.DivClassName
{
background-color: #81077A;
}
.BgClassName
{
background-color: #81077A;
}
</style>
border-color css
<style>
span { border-color: #81077A; }
span { border-color: rgb(129,7,122); }
td.TdClassName
{
border-color: #81077A;
}
.TagClassName
{
border-color: #81077A;
}
</style>