Shades of Purple #810A7F
Tints of Purple #810A7F
RGB
CMYK
RGB Variations
Color information
#810A7F (or 0x810A7F) is known color: Purple. HEX triplet: 81, 0A and 7F. RGB value is (129,10,127). Sum of RGB (Red+Green+Blue) = 129+10+127=266 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.50% from 266); Green value is 10 (4.30% from 255 or 3.76% from 266); Blue value is 127 (50% from 255 or 47.74% from 266); Max value from RGB is 129 - color contains mainly: red. Hex color #810A7F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810A7F is #7EF580. Grayscale: #3A3A3A. Windows color (decimal): -8320385 or 8325761. OLE color: 8325761.
HSL color Cylindrical-coordinate representation of color #810A7F: hue angle of 301.01º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #810A7F is Cyan = 0, Magento = 0.92, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 10 | 127 | - |
| CMYK | 0 | 0.92 | 0.02 | 0.49 |
| HSL | 301.01º | 0.86% | 0.27% | - |
| HSV(B) | 301.01º | 0.92% | 0.51% | - |
| XYZ | 12.99 | 6.42 | 20.63 | - |
| YUV | 58.92 | 166.42 | 177.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 10 | 127 | 0 | 0.92 | 0.02 | 0.49 | 301.01 | 0.86 | 0.27 |
| Hex | 81 | A | 7F | 0 | 5C | 2 | 31 | 12D | 56 | 1B |
| Octal | 201 | 12 | 177 | 0 | 134 | 2 | 61 | 455 | 126 | 33 |
| Binary | 10000001 | 1010 | 1111111 | 0 | 1011100 | 10 | 110001 | 100101101 | 1010110 | 11011 |
Color Harmonies of #810A7F
Complementary color
Monochromatic Colors of #810A7F
Black with #810A7F
Text Example
Text Example
White with #810A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810A7F; }
p { color: rgb(129,10,127); }
H1.HeaderClassName
{
color: #810A7F;
}
.AnyTagClassName
{
color: #810A7F;
}
</style>
background-color css
<style>
a { background-color: #810A7F; }
a { background-color: rgb(129,10,127); }
div.DivClassName
{
background-color: #810A7F;
}
.BgClassName
{
background-color: #810A7F;
}
</style>
border-color css
<style>
span { border-color: #810A7F; }
span { border-color: rgb(129,10,127); }
td.TdClassName
{
border-color: #810A7F;
}
.TagClassName
{
border-color: #810A7F;
}
</style>