Shades of Dark Purple #831375
Tints of Dark Purple #831375
RGB
CMYK
RGB Variations
Color information
#831375 (or 0x831375) is known color: Dark Purple. HEX triplet: 83, 13 and 75. RGB value is (131,19,117). Sum of RGB (Red+Green+Blue) = 131+19+117=267 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.06% from 267); Green value is 19 (7.81% from 255 or 7.12% from 267); Blue value is 117 (46.09% from 255 or 43.82% from 267); Max value from RGB is 131 - color contains mainly: red. Hex color #831375 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #831375 is #7CEC8A. Grayscale: #3F3F3F. Windows color (decimal): -8187019 or 7672707. OLE color: 7672707.
HSL color Cylindrical-coordinate representation of color #831375: hue angle of 307.5º 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 #831375 is Cyan = 0, Magento = 0.85, Yellow = 0.11 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 19 | 117 | - |
| CMYK | 0 | 0.85 | 0.11 | 0.49 |
| HSL | 307.5º | 0.75% | 0.29% | - |
| HSV(B) | 307.5º | 0.85% | 0.51% | - |
| XYZ | 12.8 | 6.58 | 17.42 | - |
| YUV | 63.66 | 158.11 | 176.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 19 | 117 | 0 | 0.85 | 0.11 | 0.49 | 307.5 | 0.75 | 0.29 |
| Hex | 83 | 13 | 75 | 0 | 55 | B | 31 | 134 | 4B | 1D |
| Octal | 203 | 23 | 165 | 0 | 125 | 13 | 61 | 464 | 113 | 35 |
| Binary | 10000011 | 10011 | 1110101 | 0 | 1010101 | 1011 | 110001 | 100110100 | 1001011 | 11101 |
Color Harmonies of #831375
Complementary color
Monochromatic Colors of #831375
Black with #831375
Text Example
Text Example
White with #831375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831375; }
p { color: rgb(131,19,117); }
H1.HeaderClassName
{
color: #831375;
}
.AnyTagClassName
{
color: #831375;
}
</style>
background-color css
<style>
a { background-color: #831375; }
a { background-color: rgb(131,19,117); }
div.DivClassName
{
background-color: #831375;
}
.BgClassName
{
background-color: #831375;
}
</style>
border-color css
<style>
span { border-color: #831375; }
span { border-color: rgb(131,19,117); }
td.TdClassName
{
border-color: #831375;
}
.TagClassName
{
border-color: #831375;
}
</style>