Shades of Purple #810A7D
Tints of Purple #810A7D
RGB
CMYK
RGB Variations
Color information
#810A7D (or 0x810A7D) is known color: Purple. HEX triplet: 81, 0A and 7D. RGB value is (129,10,125). Sum of RGB (Red+Green+Blue) = 129+10+125=264 (34% of max value = 765). Red value is 129 (50.78% from 255 or 48.86% from 264); Green value is 10 (4.30% from 255 or 3.79% from 264); Blue value is 125 (49.22% from 255 or 47.35% from 264); Max value from RGB is 129 - color contains mainly: red. Hex color #810A7D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810A7D is #7EF582. Grayscale: #3A3A3A. Windows color (decimal): -8320387 or 8194689. OLE color: 8194689.
HSL color Cylindrical-coordinate representation of color #810A7D: hue angle of 302.02º 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 #810A7D is Cyan = 0, Magento = 0.92, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 10 | 125 | - |
| CMYK | 0 | 0.92 | 0.03 | 0.49 |
| HSL | 302.02º | 0.86% | 0.27% | - |
| HSV(B) | 302.02º | 0.92% | 0.51% | - |
| XYZ | 12.86 | 6.36 | 19.95 | - |
| YUV | 58.69 | 165.42 | 178.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 10 | 125 | 0 | 0.92 | 0.03 | 0.49 | 302.02 | 0.86 | 0.27 |
| Hex | 81 | A | 7D | 0 | 5C | 3 | 31 | 12E | 56 | 1B |
| Octal | 201 | 12 | 175 | 0 | 134 | 3 | 61 | 456 | 126 | 33 |
| Binary | 10000001 | 1010 | 1111101 | 0 | 1011100 | 11 | 110001 | 100101110 | 1010110 | 11011 |
Color Harmonies of #810A7D
Complementary color
Monochromatic Colors of #810A7D
Black with #810A7D
Text Example
Text Example
White with #810A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810A7D; }
p { color: rgb(129,10,125); }
H1.HeaderClassName
{
color: #810A7D;
}
.AnyTagClassName
{
color: #810A7D;
}
</style>
background-color css
<style>
a { background-color: #810A7D; }
a { background-color: rgb(129,10,125); }
div.DivClassName
{
background-color: #810A7D;
}
.BgClassName
{
background-color: #810A7D;
}
</style>
border-color css
<style>
span { border-color: #810A7D; }
span { border-color: rgb(129,10,125); }
td.TdClassName
{
border-color: #810A7D;
}
.TagClassName
{
border-color: #810A7D;
}
</style>