Shades of Dark Purple #831373
Tints of Dark Purple #831373
RGB
CMYK
RGB Variations
Color information
#831373 (or 0x831373) is known color: Dark Purple. HEX triplet: 83, 13 and 73. RGB value is (131,19,115). Sum of RGB (Red+Green+Blue) = 131+19+115=265 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.43% from 265); Green value is 19 (7.81% from 255 or 7.17% from 265); Blue value is 115 (45.31% from 255 or 43.40% from 265); Max value from RGB is 131 - color contains mainly: red. Hex color #831373 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #831373 is #7CEC8C. Grayscale: #3F3F3F. Windows color (decimal): -8187021 or 7541635. OLE color: 7541635.
HSL color Cylindrical-coordinate representation of color #831373: hue angle of 308.57º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #831373 is Cyan = 0, Magento = 0.85, Yellow = 0.12 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 19 | 115 | - |
| CMYK | 0 | 0.85 | 0.12 | 0.49 |
| HSL | 308.57º | 0.75% | 0.29% | - |
| HSV(B) | 308.57º | 0.85% | 0.51% | - |
| XYZ | 12.69 | 6.53 | 16.81 | - |
| YUV | 63.43 | 157.11 | 176.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 19 | 115 | 0 | 0.85 | 0.12 | 0.49 | 308.57 | 0.75 | 0.29 |
| Hex | 83 | 13 | 73 | 0 | 55 | C | 31 | 135 | 4B | 1D |
| Octal | 203 | 23 | 163 | 0 | 125 | 14 | 61 | 465 | 113 | 35 |
| Binary | 10000011 | 10011 | 1110011 | 0 | 1010101 | 1100 | 110001 | 100110101 | 1001011 | 11101 |
Color Harmonies of #831373
Complementary color
Monochromatic Colors of #831373
Black with #831373
Text Example
Text Example
White with #831373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831373; }
p { color: rgb(131,19,115); }
H1.HeaderClassName
{
color: #831373;
}
.AnyTagClassName
{
color: #831373;
}
</style>
background-color css
<style>
a { background-color: #831373; }
a { background-color: rgb(131,19,115); }
div.DivClassName
{
background-color: #831373;
}
.BgClassName
{
background-color: #831373;
}
</style>
border-color css
<style>
span { border-color: #831373; }
span { border-color: rgb(131,19,115); }
td.TdClassName
{
border-color: #831373;
}
.TagClassName
{
border-color: #831373;
}
</style>