Shades of Dark Purple #813877
Tints of Dark Purple #813877
RGB
CMYK
RGB Variations
Color information
#813877 (or 0x813877) is known color: Dark Purple. HEX triplet: 81, 38 and 77. RGB value is (129,56,119). Sum of RGB (Red+Green+Blue) = 129+56+119=304 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.43% from 304); Green value is 56 (22.27% from 255 or 18.42% from 304); Blue value is 119 (46.88% from 255 or 39.14% from 304); Max value from RGB is 129 - color contains mainly: red. Hex color #813877 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813877 is #7EC788. Grayscale: #545454. Windows color (decimal): -8308617 or 7813249. OLE color: 7813249.
HSL color Cylindrical-coordinate representation of color #813877: hue angle of 308.22º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #813877 is Cyan = 0, Magento = 0.57, Yellow = 0.08 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 56 | 119 | - |
| CMYK | 0 | 0.57 | 0.08 | 0.49 |
| HSL | 308.22º | 0.39% | 0.36% | - |
| HSV(B) | 308.22º | 0.57% | 0.51% | - |
| XYZ | 13.8 | 8.83 | 18.43 | - |
| YUV | 85.01 | 147.18 | 159.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 56 | 119 | 0 | 0.57 | 0.08 | 0.49 | 308.22 | 0.39 | 0.36 |
| Hex | 81 | 38 | 77 | 0 | 39 | 8 | 31 | 134 | 27 | 24 |
| Octal | 201 | 70 | 167 | 0 | 71 | 10 | 61 | 464 | 47 | 44 |
| Binary | 10000001 | 111000 | 1110111 | 0 | 111001 | 1000 | 110001 | 100110100 | 100111 | 100100 |
Color Harmonies of #813877
Complementary color
Monochromatic Colors of #813877
Black with #813877
Text Example
Text Example
White with #813877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #813877; }
p { color: rgb(129,56,119); }
H1.HeaderClassName
{
color: #813877;
}
.AnyTagClassName
{
color: #813877;
}
</style>
background-color css
<style>
a { background-color: #813877; }
a { background-color: rgb(129,56,119); }
div.DivClassName
{
background-color: #813877;
}
.BgClassName
{
background-color: #813877;
}
</style>
border-color css
<style>
span { border-color: #813877; }
span { border-color: rgb(129,56,119); }
td.TdClassName
{
border-color: #813877;
}
.TagClassName
{
border-color: #813877;
}
</style>