Shades of Dark Purple #810F73
Tints of Dark Purple #810F73
RGB
CMYK
RGB Variations
Color information
#810F73 (or 0x810F73) is known color: Dark Purple. HEX triplet: 81, 0F and 73. RGB value is (129,15,115). Sum of RGB (Red+Green+Blue) = 129+15+115=259 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.81% from 259); Green value is 15 (6.25% from 255 or 5.79% from 259); Blue value is 115 (45.31% from 255 or 44.40% from 259); Max value from RGB is 129 - color contains mainly: red. Hex color #810F73 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810F73 is #7EF08C. Grayscale: #3C3C3C. Windows color (decimal): -8319117 or 7540609. OLE color: 7540609.
HSL color Cylindrical-coordinate representation of color #810F73: hue angle of 307.37º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #810F73 is Cyan = 0, Magento = 0.88, Yellow = 0.11 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 15 | 115 | - |
| CMYK | 0 | 0.88 | 0.11 | 0.49 |
| HSL | 307.37º | 0.79% | 0.28% | - |
| HSV(B) | 307.37º | 0.88% | 0.51% | - |
| XYZ | 12.32 | 6.25 | 16.78 | - |
| YUV | 60.49 | 158.77 | 176.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 15 | 115 | 0 | 0.88 | 0.11 | 0.49 | 307.37 | 0.79 | 0.28 |
| Hex | 81 | F | 73 | 0 | 58 | B | 31 | 133 | 4F | 1C |
| Octal | 201 | 17 | 163 | 0 | 130 | 13 | 61 | 463 | 117 | 34 |
| Binary | 10000001 | 1111 | 1110011 | 0 | 1011000 | 1011 | 110001 | 100110011 | 1001111 | 11100 |
Color Harmonies of #810F73
Complementary color
Monochromatic Colors of #810F73
Black with #810F73
Text Example
Text Example
White with #810F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810F73; }
p { color: rgb(129,15,115); }
H1.HeaderClassName
{
color: #810F73;
}
.AnyTagClassName
{
color: #810F73;
}
</style>
background-color css
<style>
a { background-color: #810F73; }
a { background-color: rgb(129,15,115); }
div.DivClassName
{
background-color: #810F73;
}
.BgClassName
{
background-color: #810F73;
}
</style>
border-color css
<style>
span { border-color: #810F73; }
span { border-color: rgb(129,15,115); }
td.TdClassName
{
border-color: #810F73;
}
.TagClassName
{
border-color: #810F73;
}
</style>