Shades of Dark Purple #831370
Tints of Dark Purple #831370
RGB
CMYK
RGB Variations
Color information
#831370 (or 0x831370) is known color: Dark Purple. HEX triplet: 83, 13 and 70. RGB value is (131,19,112). Sum of RGB (Red+Green+Blue) = 131+19+112=262 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50% from 262); Green value is 19 (7.81% from 255 or 7.25% from 262); Blue value is 112 (44.14% from 255 or 42.75% from 262); Max value from RGB is 131 - color contains mainly: red. Hex color #831370 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #831370 is #7CEC8F. Grayscale: #3E3E3E. Windows color (decimal): -8187024 or 7345027. OLE color: 7345027.
HSL color Cylindrical-coordinate representation of color #831370: hue angle of 310.18º 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 #831370 is Cyan = 0, Magento = 0.85, Yellow = 0.15 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 19 | 112 | - |
| CMYK | 0 | 0.85 | 0.15 | 0.49 |
| HSL | 310.18º | 0.75% | 0.29% | - |
| HSV(B) | 310.18º | 0.85% | 0.51% | - |
| XYZ | 12.52 | 6.46 | 15.92 | - |
| YUV | 63.09 | 155.61 | 176.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 19 | 112 | 0 | 0.85 | 0.15 | 0.49 | 310.18 | 0.75 | 0.29 |
| Hex | 83 | 13 | 70 | 0 | 55 | F | 31 | 136 | 4B | 1D |
| Octal | 203 | 23 | 160 | 0 | 125 | 17 | 61 | 466 | 113 | 35 |
| Binary | 10000011 | 10011 | 1110000 | 0 | 1010101 | 1111 | 110001 | 100110110 | 1001011 | 11101 |
Color Harmonies of #831370
Complementary color
Monochromatic Colors of #831370
Black with #831370
Text Example
Text Example
White with #831370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831370; }
p { color: rgb(131,19,112); }
H1.HeaderClassName
{
color: #831370;
}
.AnyTagClassName
{
color: #831370;
}
</style>
background-color css
<style>
a { background-color: #831370; }
a { background-color: rgb(131,19,112); }
div.DivClassName
{
background-color: #831370;
}
.BgClassName
{
background-color: #831370;
}
</style>
border-color css
<style>
span { border-color: #831370; }
span { border-color: rgb(131,19,112); }
td.TdClassName
{
border-color: #831370;
}
.TagClassName
{
border-color: #831370;
}
</style>