Shades of Dark Purple #813779
Tints of Dark Purple #813779
RGB
CMYK
RGB Variations
Color information
#813779 (or 0x813779) is known color: Dark Purple. HEX triplet: 81, 37 and 79. RGB value is (129,55,121). Sum of RGB (Red+Green+Blue) = 129+55+121=305 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.30% from 305); Green value is 55 (21.88% from 255 or 18.03% from 305); Blue value is 121 (47.66% from 255 or 39.67% from 305); Max value from RGB is 129 - color contains mainly: red. Hex color #813779 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813779 is #7EC886. Grayscale: #545454. Windows color (decimal): -8308871 or 7944065. OLE color: 7944065.
HSL color Cylindrical-coordinate representation of color #813779: hue angle of 306.49º degrees, saturation: 0.4, 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 #813779 is Cyan = 0, Magento = 0.57, Yellow = 0.06 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 55 | 121 | - |
| CMYK | 0 | 0.57 | 0.06 | 0.49 |
| HSL | 306.49º | 0.4% | 0.36% | - |
| HSV(B) | 306.49º | 0.57% | 0.51% | - |
| XYZ | 13.87 | 8.78 | 19.05 | - |
| YUV | 84.65 | 148.52 | 159.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 55 | 121 | 0 | 0.57 | 0.06 | 0.49 | 306.49 | 0.4 | 0.36 |
| Hex | 81 | 37 | 79 | 0 | 39 | 6 | 31 | 132 | 28 | 24 |
| Octal | 201 | 67 | 171 | 0 | 71 | 6 | 61 | 462 | 50 | 44 |
| Binary | 10000001 | 110111 | 1111001 | 0 | 111001 | 110 | 110001 | 100110010 | 101000 | 100100 |
Color Harmonies of #813779
Complementary color
Monochromatic Colors of #813779
Black with #813779
Text Example
Text Example
White with #813779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #813779; }
p { color: rgb(129,55,121); }
H1.HeaderClassName
{
color: #813779;
}
.AnyTagClassName
{
color: #813779;
}
</style>
background-color css
<style>
a { background-color: #813779; }
a { background-color: rgb(129,55,121); }
div.DivClassName
{
background-color: #813779;
}
.BgClassName
{
background-color: #813779;
}
</style>
border-color css
<style>
span { border-color: #813779; }
span { border-color: rgb(129,55,121); }
td.TdClassName
{
border-color: #813779;
}
.TagClassName
{
border-color: #813779;
}
</style>