Shades of Dark Purple #831377
Tints of Dark Purple #831377
RGB
CMYK
RGB Variations
Color information
#831377 (or 0x831377) is known color: Dark Purple. HEX triplet: 83, 13 and 77. RGB value is (131,19,119). Sum of RGB (Red+Green+Blue) = 131+19+119=269 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.70% from 269); Green value is 19 (7.81% from 255 or 7.06% from 269); Blue value is 119 (46.88% from 255 or 44.24% from 269); Max value from RGB is 131 - color contains mainly: red. Hex color #831377 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #831377 is #7CEC88. Grayscale: #3F3F3F. Windows color (decimal): -8187017 or 7803779. OLE color: 7803779.
HSL color Cylindrical-coordinate representation of color #831377: hue angle of 306.43º 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 #831377 is Cyan = 0, Magento = 0.85, Yellow = 0.09 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 19 | 119 | - |
| CMYK | 0 | 0.85 | 0.09 | 0.49 |
| HSL | 306.43º | 0.75% | 0.29% | - |
| HSV(B) | 306.43º | 0.85% | 0.51% | - |
| XYZ | 12.92 | 6.62 | 18.05 | - |
| YUV | 63.89 | 159.11 | 175.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 19 | 119 | 0 | 0.85 | 0.09 | 0.49 | 306.43 | 0.75 | 0.29 |
| Hex | 83 | 13 | 77 | 0 | 55 | 9 | 31 | 132 | 4B | 1D |
| Octal | 203 | 23 | 167 | 0 | 125 | 11 | 61 | 462 | 113 | 35 |
| Binary | 10000011 | 10011 | 1110111 | 0 | 1010101 | 1001 | 110001 | 100110010 | 1001011 | 11101 |
Color Harmonies of #831377
Complementary color
Monochromatic Colors of #831377
Black with #831377
Text Example
Text Example
White with #831377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831377; }
p { color: rgb(131,19,119); }
H1.HeaderClassName
{
color: #831377;
}
.AnyTagClassName
{
color: #831377;
}
</style>
background-color css
<style>
a { background-color: #831377; }
a { background-color: rgb(131,19,119); }
div.DivClassName
{
background-color: #831377;
}
.BgClassName
{
background-color: #831377;
}
</style>
border-color css
<style>
span { border-color: #831377; }
span { border-color: rgb(131,19,119); }
td.TdClassName
{
border-color: #831377;
}
.TagClassName
{
border-color: #831377;
}
</style>