Shades of Dark Purple #831D73
Tints of Dark Purple #831D73
RGB
CMYK
RGB Variations
Color information
#831D73 (or 0x831D73) is known color: Dark Purple. HEX triplet: 83, 1D and 73. RGB value is (131,29,115). Sum of RGB (Red+Green+Blue) = 131+29+115=275 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.64% from 275); Green value is 29 (11.72% from 255 or 10.55% from 275); Blue value is 115 (45.31% from 255 or 41.82% from 275); Max value from RGB is 131 - color contains mainly: red. Hex color #831D73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #831D73 is #7CE28C. Grayscale: #454545. Windows color (decimal): -8184461 or 7544195. OLE color: 7544195.
HSL color Cylindrical-coordinate representation of color #831D73: hue angle of 309.41º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #831D73 is Cyan = 0, Magento = 0.78, Yellow = 0.12 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 29 | 115 | - |
| CMYK | 0 | 0.78 | 0.12 | 0.49 |
| HSL | 309.41º | 0.64% | 0.31% | - |
| HSV(B) | 309.41º | 0.78% | 0.51% | - |
| XYZ | 12.89 | 6.94 | 16.88 | - |
| YUV | 69.3 | 153.79 | 172.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 29 | 115 | 0 | 0.78 | 0.12 | 0.49 | 309.41 | 0.64 | 0.31 |
| Hex | 83 | 1D | 73 | 0 | 4E | C | 31 | 135 | 40 | 1F |
| Octal | 203 | 35 | 163 | 0 | 116 | 14 | 61 | 465 | 100 | 37 |
| Binary | 10000011 | 11101 | 1110011 | 0 | 1001110 | 1100 | 110001 | 100110101 | 1000000 | 11111 |
Color Harmonies of #831D73
Complementary color
Monochromatic Colors of #831D73
Black with #831D73
Text Example
Text Example
White with #831D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831D73; }
p { color: rgb(131,29,115); }
H1.HeaderClassName
{
color: #831D73;
}
.AnyTagClassName
{
color: #831D73;
}
</style>
background-color css
<style>
a { background-color: #831D73; }
a { background-color: rgb(131,29,115); }
div.DivClassName
{
background-color: #831D73;
}
.BgClassName
{
background-color: #831D73;
}
</style>
border-color css
<style>
span { border-color: #831D73; }
span { border-color: rgb(131,29,115); }
td.TdClassName
{
border-color: #831D73;
}
.TagClassName
{
border-color: #831D73;
}
</style>