Shades of Dark Purple #833372
Tints of Dark Purple #833372
RGB
CMYK
RGB Variations
Color information
#833372 (or 0x833372) is known color: Dark Purple. HEX triplet: 83, 33 and 72. RGB value is (131,51,114). Sum of RGB (Red+Green+Blue) = 131+51+114=296 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.26% from 296); Green value is 51 (20.31% from 255 or 17.23% from 296); Blue value is 114 (44.92% from 255 or 38.51% from 296); Max value from RGB is 131 - color contains mainly: red. Hex color #833372 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #833372 is #7CCC8D. Grayscale: #515151. Windows color (decimal): -8178830 or 7484291. OLE color: 7484291.
HSL color Cylindrical-coordinate representation of color #833372: hue angle of 312.75º 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 #833372 is Cyan = 0, Magento = 0.61, Yellow = 0.13 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 51 | 114 | - |
| CMYK | 0 | 0.61 | 0.13 | 0.49 |
| HSL | 312.75º | 0.44% | 0.36% | - |
| HSV(B) | 312.75º | 0.61% | 0.51% | - |
| XYZ | 13.58 | 8.41 | 16.83 | - |
| YUV | 82.1 | 146 | 162.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 51 | 114 | 0 | 0.61 | 0.13 | 0.49 | 312.75 | 0.44 | 0.36 |
| Hex | 83 | 33 | 72 | 0 | 3D | D | 31 | 139 | 2C | 24 |
| Octal | 203 | 63 | 162 | 0 | 75 | 15 | 61 | 471 | 54 | 44 |
| Binary | 10000011 | 110011 | 1110010 | 0 | 111101 | 1101 | 110001 | 100111001 | 101100 | 100100 |
Color Harmonies of #833372
Complementary color
Monochromatic Colors of #833372
Black with #833372
Text Example
Text Example
White with #833372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833372; }
p { color: rgb(131,51,114); }
H1.HeaderClassName
{
color: #833372;
}
.AnyTagClassName
{
color: #833372;
}
</style>
background-color css
<style>
a { background-color: #833372; }
a { background-color: rgb(131,51,114); }
div.DivClassName
{
background-color: #833372;
}
.BgClassName
{
background-color: #833372;
}
</style>
border-color css
<style>
span { border-color: #833372; }
span { border-color: rgb(131,51,114); }
td.TdClassName
{
border-color: #833372;
}
.TagClassName
{
border-color: #833372;
}
</style>