Shades of Dark Purple #83297D
Tints of Dark Purple #83297D
RGB
CMYK
RGB Variations
Color information
#83297D (or 0x83297D) is known color: Dark Purple. HEX triplet: 83, 29 and 7D. RGB value is (131,41,125). Sum of RGB (Red+Green+Blue) = 131+41+125=297 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.11% from 297); Green value is 41 (16.41% from 255 or 13.80% from 297); Blue value is 125 (49.22% from 255 or 42.09% from 297); Max value from RGB is 131 - color contains mainly: red. Hex color #83297D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83297D is #7CD682. Grayscale: #4D4D4D. Windows color (decimal): -8181379 or 8202627. OLE color: 8202627.
HSL color Cylindrical-coordinate representation of color #83297D: hue angle of 304º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #83297D is Cyan = 0, Magento = 0.69, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 41 | 125 | - |
| CMYK | 0 | 0.69 | 0.05 | 0.49 |
| HSL | 304º | 0.52% | 0.34% | - |
| HSV(B) | 304º | 0.69% | 0.51% | - |
| XYZ | 13.85 | 7.89 | 20.2 | - |
| YUV | 77.49 | 154.82 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 41 | 125 | 0 | 0.69 | 0.05 | 0.49 | 304 | 0.52 | 0.34 |
| Hex | 83 | 29 | 7D | 0 | 45 | 5 | 31 | 130 | 34 | 22 |
| Octal | 203 | 51 | 175 | 0 | 105 | 5 | 61 | 460 | 64 | 42 |
| Binary | 10000011 | 101001 | 1111101 | 0 | 1000101 | 101 | 110001 | 100110000 | 110100 | 100010 |
Color Harmonies of #83297D
Complementary color
Monochromatic Colors of #83297D
Black with #83297D
Text Example
Text Example
White with #83297D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83297D; }
p { color: rgb(131,41,125); }
H1.HeaderClassName
{
color: #83297D;
}
.AnyTagClassName
{
color: #83297D;
}
</style>
background-color css
<style>
a { background-color: #83297D; }
a { background-color: rgb(131,41,125); }
div.DivClassName
{
background-color: #83297D;
}
.BgClassName
{
background-color: #83297D;
}
</style>
border-color css
<style>
span { border-color: #83297D; }
span { border-color: rgb(131,41,125); }
td.TdClassName
{
border-color: #83297D;
}
.TagClassName
{
border-color: #83297D;
}
</style>