Shades of Dark Purple #813273
Tints of Dark Purple #813273
RGB
CMYK
RGB Variations
Color information
#813273 (or 0x813273) is known color: Dark Purple. HEX triplet: 81, 32 and 73. RGB value is (129,50,115). Sum of RGB (Red+Green+Blue) = 129+50+115=294 (38% of max value = 765). Red value is 129 (50.78% from 255 or 43.88% from 294); Green value is 50 (19.92% from 255 or 17.01% from 294); Blue value is 115 (45.31% from 255 or 39.12% from 294); Max value from RGB is 129 - color contains mainly: red. Hex color #813273 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813273 is #7ECD8C. Grayscale: #505050. Windows color (decimal): -8310157 or 7549569. OLE color: 7549569.
HSL color Cylindrical-coordinate representation of color #813273: hue angle of 310.63º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #813273 is Cyan = 0, Magento = 0.61, Yellow = 0.11 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 50 | 115 | - |
| CMYK | 0 | 0.61 | 0.11 | 0.49 |
| HSL | 310.63º | 0.44% | 0.35% | - |
| HSV(B) | 310.63º | 0.61% | 0.51% | - |
| XYZ | 13.29 | 8.19 | 17.1 | - |
| YUV | 81.03 | 147.17 | 162.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 50 | 115 | 0 | 0.61 | 0.11 | 0.49 | 310.63 | 0.44 | 0.35 |
| Hex | 81 | 32 | 73 | 0 | 3D | B | 31 | 137 | 2C | 23 |
| Octal | 201 | 62 | 163 | 0 | 75 | 13 | 61 | 467 | 54 | 43 |
| Binary | 10000001 | 110010 | 1110011 | 0 | 111101 | 1011 | 110001 | 100110111 | 101100 | 100011 |
Color Harmonies of #813273
Complementary color
Monochromatic Colors of #813273
Black with #813273
Text Example
Text Example
White with #813273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #813273; }
p { color: rgb(129,50,115); }
H1.HeaderClassName
{
color: #813273;
}
.AnyTagClassName
{
color: #813273;
}
</style>
background-color css
<style>
a { background-color: #813273; }
a { background-color: rgb(129,50,115); }
div.DivClassName
{
background-color: #813273;
}
.BgClassName
{
background-color: #813273;
}
</style>
border-color css
<style>
span { border-color: #813273; }
span { border-color: rgb(129,50,115); }
td.TdClassName
{
border-color: #813273;
}
.TagClassName
{
border-color: #813273;
}
</style>