Shades of Dark Purple #812473
Tints of Dark Purple #812473
RGB
CMYK
RGB Variations
Color information
#812473 (or 0x812473) is known color: Dark Purple. HEX triplet: 81, 24 and 73. RGB value is (129,36,115). Sum of RGB (Red+Green+Blue) = 129+36+115=280 (37% of max value = 765). Red value is 129 (50.78% from 255 or 46.07% from 280); Green value is 36 (14.45% from 255 or 12.86% from 280); Blue value is 115 (45.31% from 255 or 41.07% from 280); Max value from RGB is 129 - color contains mainly: red. Hex color #812473 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812473 is #7EDB8C. Grayscale: #484848. Windows color (decimal): -8313741 or 7545985. OLE color: 7545985.
HSL color Cylindrical-coordinate representation of color #812473: hue angle of 309.03º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #812473 is Cyan = 0, Magento = 0.72, Yellow = 0.11 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 36 | 115 | - |
| CMYK | 0 | 0.72 | 0.11 | 0.49 |
| HSL | 309.03º | 0.56% | 0.32% | - |
| HSV(B) | 309.03º | 0.72% | 0.51% | - |
| XYZ | 12.78 | 7.17 | 16.93 | - |
| YUV | 72.81 | 151.81 | 168.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 36 | 115 | 0 | 0.72 | 0.11 | 0.49 | 309.03 | 0.56 | 0.32 |
| Hex | 81 | 24 | 73 | 0 | 48 | B | 31 | 135 | 38 | 20 |
| Octal | 201 | 44 | 163 | 0 | 110 | 13 | 61 | 465 | 70 | 40 |
| Binary | 10000001 | 100100 | 1110011 | 0 | 1001000 | 1011 | 110001 | 100110101 | 111000 | 100000 |
Color Harmonies of #812473
Complementary color
Monochromatic Colors of #812473
Black with #812473
Text Example
Text Example
White with #812473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812473; }
p { color: rgb(129,36,115); }
H1.HeaderClassName
{
color: #812473;
}
.AnyTagClassName
{
color: #812473;
}
</style>
background-color css
<style>
a { background-color: #812473; }
a { background-color: rgb(129,36,115); }
div.DivClassName
{
background-color: #812473;
}
.BgClassName
{
background-color: #812473;
}
</style>
border-color css
<style>
span { border-color: #812473; }
span { border-color: rgb(129,36,115); }
td.TdClassName
{
border-color: #812473;
}
.TagClassName
{
border-color: #812473;
}
</style>