Shades of Purple #810073
Tints of Purple #810073
RGB
CMYK
RGB Variations
Color information
#810073 (or 0x810073) is known color: Purple. HEX triplet: 81, 00 and 73. RGB value is (129,0,115). Sum of RGB (Red+Green+Blue) = 129+0+115=244 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.87% from 244); Green value is 0 (0.39% from 255 or 0% from 244); Blue value is 115 (45.31% from 255 or 47.13% from 244); Max value from RGB is 129 - color contains mainly: red. Hex color #810073 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810073 is #7EFF8C. Grayscale: #333333. Windows color (decimal): -8322957 or 7536769. OLE color: 7536769.
HSL color Cylindrical-coordinate representation of color #810073: hue angle of 306.51º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #810073 is Cyan = 0, Magento = 1, Yellow = 0.11 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 0 | 115 | - |
| CMYK | 0 | 1 | 0.11 | 0.49 |
| HSL | 306.51º | 1% | 0.25% | - |
| HSV(B) | 306.51º | 1% | 0.51% | - |
| XYZ | 12.15 | 5.9 | 16.72 | - |
| YUV | 51.68 | 163.74 | 183.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 0 | 115 | 0 | 1 | 0.11 | 0.49 | 306.51 | 1 | 0.25 |
| Hex | 81 | 0 | 73 | 0 | 64 | B | 31 | 133 | 64 | 19 |
| Octal | 201 | 0 | 163 | 0 | 144 | 13 | 61 | 463 | 144 | 31 |
| Binary | 10000001 | 0 | 1110011 | 0 | 1100100 | 1011 | 110001 | 100110011 | 1100100 | 11001 |
Color Harmonies of #810073
Complementary color
Monochromatic Colors of #810073
Black with #810073
Text Example
Text Example
White with #810073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810073; }
p { color: rgb(129,0,115); }
H1.HeaderClassName
{
color: #810073;
}
.AnyTagClassName
{
color: #810073;
}
</style>
background-color css
<style>
a { background-color: #810073; }
a { background-color: rgb(129,0,115); }
div.DivClassName
{
background-color: #810073;
}
.BgClassName
{
background-color: #810073;
}
</style>
border-color css
<style>
span { border-color: #810073; }
span { border-color: rgb(129,0,115); }
td.TdClassName
{
border-color: #810073;
}
.TagClassName
{
border-color: #810073;
}
</style>