Shades of Dark Purple #831972
Tints of Dark Purple #831972
RGB
CMYK
RGB Variations
Color information
#831972 (or 0x831972) is known color: Dark Purple. HEX triplet: 83, 19 and 72. RGB value is (131,25,114). Sum of RGB (Red+Green+Blue) = 131+25+114=270 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.52% from 270); Green value is 25 (10.16% from 255 or 9.26% from 270); Blue value is 114 (44.92% from 255 or 42.22% from 270); Max value from RGB is 131 - color contains mainly: red. Hex color #831972 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #831972 is #7CE68D. Grayscale: #424242. Windows color (decimal): -8185486 or 7477635. OLE color: 7477635.
HSL color Cylindrical-coordinate representation of color #831972: hue angle of 309.62º 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 #831972 is Cyan = 0, Magento = 0.81, Yellow = 0.13 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 25 | 114 | - |
| CMYK | 0 | 0.81 | 0.13 | 0.49 |
| HSL | 309.62º | 0.68% | 0.31% | - |
| HSV(B) | 309.62º | 0.81% | 0.51% | - |
| XYZ | 12.74 | 6.74 | 16.55 | - |
| YUV | 66.84 | 154.62 | 173.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 25 | 114 | 0 | 0.81 | 0.13 | 0.49 | 309.62 | 0.68 | 0.31 |
| Hex | 83 | 19 | 72 | 0 | 51 | D | 31 | 136 | 44 | 1F |
| Octal | 203 | 31 | 162 | 0 | 121 | 15 | 61 | 466 | 104 | 37 |
| Binary | 10000011 | 11001 | 1110010 | 0 | 1010001 | 1101 | 110001 | 100110110 | 1000100 | 11111 |
Color Harmonies of #831972
Complementary color
Monochromatic Colors of #831972
Black with #831972
Text Example
Text Example
White with #831972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831972; }
p { color: rgb(131,25,114); }
H1.HeaderClassName
{
color: #831972;
}
.AnyTagClassName
{
color: #831972;
}
</style>
background-color css
<style>
a { background-color: #831972; }
a { background-color: rgb(131,25,114); }
div.DivClassName
{
background-color: #831972;
}
.BgClassName
{
background-color: #831972;
}
</style>
border-color css
<style>
span { border-color: #831972; }
span { border-color: rgb(131,25,114); }
td.TdClassName
{
border-color: #831972;
}
.TagClassName
{
border-color: #831972;
}
</style>