Shades of Dark Purple #833D72
Tints of Dark Purple #833D72
RGB
CMYK
RGB Variations
Color information
#833D72 (or 0x833D72) is known color: Dark Purple. HEX triplet: 83, 3D and 72. RGB value is (131,61,114). Sum of RGB (Red+Green+Blue) = 131+61+114=306 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.81% from 306); Green value is 61 (24.22% from 255 or 19.93% from 306); Blue value is 114 (44.92% from 255 or 37.25% from 306); Max value from RGB is 131 - color contains mainly: red. Hex color #833D72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #833D72 is #7CC28D. Grayscale: #575757. Windows color (decimal): -8176270 or 7486851. OLE color: 7486851.
HSL color Cylindrical-coordinate representation of color #833D72: hue angle of 314.57º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #833D72 is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 61 | 114 | - |
| CMYK | 0 | 0.53 | 0.13 | 0.49 |
| HSL | 314.57º | 0.36% | 0.38% | - |
| HSV(B) | 314.57º | 0.53% | 0.51% | - |
| XYZ | 14.07 | 9.38 | 16.99 | - |
| YUV | 87.97 | 142.69 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 61 | 114 | 0 | 0.53 | 0.13 | 0.49 | 314.57 | 0.36 | 0.38 |
| Hex | 83 | 3D | 72 | 0 | 35 | D | 31 | 13B | 24 | 26 |
| Octal | 203 | 75 | 162 | 0 | 65 | 15 | 61 | 473 | 44 | 46 |
| Binary | 10000011 | 111101 | 1110010 | 0 | 110101 | 1101 | 110001 | 100111011 | 100100 | 100110 |
Color Harmonies of #833D72
Complementary color
Monochromatic Colors of #833D72
Black with #833D72
Text Example
Text Example
White with #833D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833D72; }
p { color: rgb(131,61,114); }
H1.HeaderClassName
{
color: #833D72;
}
.AnyTagClassName
{
color: #833D72;
}
</style>
background-color css
<style>
a { background-color: #833D72; }
a { background-color: rgb(131,61,114); }
div.DivClassName
{
background-color: #833D72;
}
.BgClassName
{
background-color: #833D72;
}
</style>
border-color css
<style>
span { border-color: #833D72; }
span { border-color: rgb(131,61,114); }
td.TdClassName
{
border-color: #833D72;
}
.TagClassName
{
border-color: #833D72;
}
</style>