Shades of Dark Purple #831979
Tints of Dark Purple #831979
RGB
CMYK
RGB Variations
Color information
#831979 (or 0x831979) is known color: Dark Purple. HEX triplet: 83, 19 and 79. RGB value is (131,25,121). Sum of RGB (Red+Green+Blue) = 131+25+121=277 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.29% from 277); Green value is 25 (10.16% from 255 or 9.03% from 277); Blue value is 121 (47.66% from 255 or 43.68% from 277); Max value from RGB is 131 - color contains mainly: red. Hex color #831979 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #831979 is #7CE686. Grayscale: #434343. Windows color (decimal): -8185479 or 7936387. OLE color: 7936387.
HSL color Cylindrical-coordinate representation of color #831979: hue angle of 305.66º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #831979 is Cyan = 0, Magento = 0.81, Yellow = 0.08 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 25 | 121 | - |
| CMYK | 0 | 0.81 | 0.08 | 0.49 |
| HSL | 305.66º | 0.68% | 0.31% | - |
| HSV(B) | 305.66º | 0.81% | 0.51% | - |
| XYZ | 13.16 | 6.9 | 18.73 | - |
| YUV | 67.64 | 158.12 | 173.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 25 | 121 | 0 | 0.81 | 0.08 | 0.49 | 305.66 | 0.68 | 0.31 |
| Hex | 83 | 19 | 79 | 0 | 51 | 8 | 31 | 132 | 44 | 1F |
| Octal | 203 | 31 | 171 | 0 | 121 | 10 | 61 | 462 | 104 | 37 |
| Binary | 10000011 | 11001 | 1111001 | 0 | 1010001 | 1000 | 110001 | 100110010 | 1000100 | 11111 |
Color Harmonies of #831979
Complementary color
Monochromatic Colors of #831979
Black with #831979
Text Example
Text Example
White with #831979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831979; }
p { color: rgb(131,25,121); }
H1.HeaderClassName
{
color: #831979;
}
.AnyTagClassName
{
color: #831979;
}
</style>
background-color css
<style>
a { background-color: #831979; }
a { background-color: rgb(131,25,121); }
div.DivClassName
{
background-color: #831979;
}
.BgClassName
{
background-color: #831979;
}
</style>
border-color css
<style>
span { border-color: #831979; }
span { border-color: rgb(131,25,121); }
td.TdClassName
{
border-color: #831979;
}
.TagClassName
{
border-color: #831979;
}
</style>