Shades of Dark Purple #813975
Tints of Dark Purple #813975
RGB
CMYK
RGB Variations
Color information
#813975 (or 0x813975) is known color: Dark Purple. HEX triplet: 81, 39 and 75. RGB value is (129,57,117). Sum of RGB (Red+Green+Blue) = 129+57+117=303 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.57% from 303); Green value is 57 (22.66% from 255 or 18.81% from 303); Blue value is 117 (46.09% from 255 or 38.61% from 303); Max value from RGB is 129 - color contains mainly: red. Hex color #813975 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813975 is #7EC68A. Grayscale: #555555. Windows color (decimal): -8308363 or 7682433. OLE color: 7682433.
HSL color Cylindrical-coordinate representation of color #813975: hue angle of 310º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #813975 is Cyan = 0, Magento = 0.56, Yellow = 0.09 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 57 | 117 | - |
| CMYK | 0 | 0.56 | 0.09 | 0.49 |
| HSL | 310º | 0.39% | 0.36% | - |
| HSV(B) | 310º | 0.56% | 0.51% | - |
| XYZ | 13.73 | 8.88 | 17.82 | - |
| YUV | 85.37 | 145.85 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 57 | 117 | 0 | 0.56 | 0.09 | 0.49 | 310 | 0.39 | 0.36 |
| Hex | 81 | 39 | 75 | 0 | 38 | 9 | 31 | 136 | 27 | 24 |
| Octal | 201 | 71 | 165 | 0 | 70 | 11 | 61 | 466 | 47 | 44 |
| Binary | 10000001 | 111001 | 1110101 | 0 | 111000 | 1001 | 110001 | 100110110 | 100111 | 100100 |
Color Harmonies of #813975
Complementary color
Monochromatic Colors of #813975
Black with #813975
Text Example
Text Example
White with #813975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #813975; }
p { color: rgb(129,57,117); }
H1.HeaderClassName
{
color: #813975;
}
.AnyTagClassName
{
color: #813975;
}
</style>
background-color css
<style>
a { background-color: #813975; }
a { background-color: rgb(129,57,117); }
div.DivClassName
{
background-color: #813975;
}
.BgClassName
{
background-color: #813975;
}
</style>
border-color css
<style>
span { border-color: #813975; }
span { border-color: rgb(129,57,117); }
td.TdClassName
{
border-color: #813975;
}
.TagClassName
{
border-color: #813975;
}
</style>