Shades of Dark Purple #813A75
Tints of Dark Purple #813A75
RGB
CMYK
RGB Variations
Color information
#813A75 (or 0x813A75) is known color: Dark Purple. HEX triplet: 81, 3A and 75. RGB value is (129,58,117). Sum of RGB (Red+Green+Blue) = 129+58+117=304 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.43% from 304); Green value is 58 (23.05% from 255 or 19.08% from 304); Blue value is 117 (46.09% from 255 or 38.49% from 304); Max value from RGB is 129 - color contains mainly: red. Hex color #813A75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813A75 is #7EC58A. Grayscale: #555555. Windows color (decimal): -8308107 or 7682689. OLE color: 7682689.
HSL color Cylindrical-coordinate representation of color #813A75: hue angle of 310.14º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #813A75 is Cyan = 0, Magento = 0.55, Yellow = 0.09 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 58 | 117 | - |
| CMYK | 0 | 0.55 | 0.09 | 0.49 |
| HSL | 310.14º | 0.38% | 0.37% | - |
| HSV(B) | 310.14º | 0.55% | 0.51% | - |
| XYZ | 13.78 | 8.98 | 17.84 | - |
| YUV | 85.96 | 145.52 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 58 | 117 | 0 | 0.55 | 0.09 | 0.49 | 310.14 | 0.38 | 0.37 |
| Hex | 81 | 3A | 75 | 0 | 37 | 9 | 31 | 136 | 26 | 25 |
| Octal | 201 | 72 | 165 | 0 | 67 | 11 | 61 | 466 | 46 | 45 |
| Binary | 10000001 | 111010 | 1110101 | 0 | 110111 | 1001 | 110001 | 100110110 | 100110 | 100101 |
Color Harmonies of #813A75
Complementary color
Monochromatic Colors of #813A75
Black with #813A75
Text Example
Text Example
White with #813A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #813A75; }
p { color: rgb(129,58,117); }
H1.HeaderClassName
{
color: #813A75;
}
.AnyTagClassName
{
color: #813A75;
}
</style>
background-color css
<style>
a { background-color: #813A75; }
a { background-color: rgb(129,58,117); }
div.DivClassName
{
background-color: #813A75;
}
.BgClassName
{
background-color: #813A75;
}
</style>
border-color css
<style>
span { border-color: #813A75; }
span { border-color: rgb(129,58,117); }
td.TdClassName
{
border-color: #813A75;
}
.TagClassName
{
border-color: #813A75;
}
</style>