Shades of Dark Purple #833371
Tints of Dark Purple #833371
RGB
CMYK
RGB Variations
Color information
#833371 (or 0x833371) is known color: Dark Purple. HEX triplet: 83, 33 and 71. RGB value is (131,51,113). Sum of RGB (Red+Green+Blue) = 131+51+113=295 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.41% from 295); Green value is 51 (20.31% from 255 or 17.29% from 295); Blue value is 113 (44.53% from 255 or 38.31% from 295); Max value from RGB is 131 - color contains mainly: red. Hex color #833371 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #833371 is #7CCC8E. Grayscale: #515151. Windows color (decimal): -8178831 or 7418755. OLE color: 7418755.
HSL color Cylindrical-coordinate representation of color #833371: hue angle of 313.5º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #833371 is Cyan = 0, Magento = 0.61, Yellow = 0.14 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 51 | 113 | - |
| CMYK | 0 | 0.61 | 0.14 | 0.49 |
| HSL | 313.5º | 0.44% | 0.36% | - |
| HSV(B) | 313.5º | 0.61% | 0.51% | - |
| XYZ | 13.52 | 8.39 | 16.53 | - |
| YUV | 81.99 | 145.5 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 51 | 113 | 0 | 0.61 | 0.14 | 0.49 | 313.5 | 0.44 | 0.36 |
| Hex | 83 | 33 | 71 | 0 | 3D | E | 31 | 13A | 2C | 24 |
| Octal | 203 | 63 | 161 | 0 | 75 | 16 | 61 | 472 | 54 | 44 |
| Binary | 10000011 | 110011 | 1110001 | 0 | 111101 | 1110 | 110001 | 100111010 | 101100 | 100100 |
Color Harmonies of #833371
Complementary color
Monochromatic Colors of #833371
Black with #833371
Text Example
Text Example
White with #833371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833371; }
p { color: rgb(131,51,113); }
H1.HeaderClassName
{
color: #833371;
}
.AnyTagClassName
{
color: #833371;
}
</style>
background-color css
<style>
a { background-color: #833371; }
a { background-color: rgb(131,51,113); }
div.DivClassName
{
background-color: #833371;
}
.BgClassName
{
background-color: #833371;
}
</style>
border-color css
<style>
span { border-color: #833371; }
span { border-color: rgb(131,51,113); }
td.TdClassName
{
border-color: #833371;
}
.TagClassName
{
border-color: #833371;
}
</style>