Shades of Dark Purple #83247A
Tints of Dark Purple #83247A
RGB
CMYK
RGB Variations
Color information
#83247A (or 0x83247A) is known color: Dark Purple. HEX triplet: 83, 24 and 7A. RGB value is (131,36,122). Sum of RGB (Red+Green+Blue) = 131+36+122=289 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.33% from 289); Green value is 36 (14.45% from 255 or 12.46% from 289); Blue value is 122 (48.05% from 255 or 42.21% from 289); Max value from RGB is 131 - color contains mainly: red. Hex color #83247A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83247A is #7CDB85. Grayscale: #494949. Windows color (decimal): -8182662 or 8004739. OLE color: 8004739.
HSL color Cylindrical-coordinate representation of color #83247A: hue angle of 305.68º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #83247A is Cyan = 0, Magento = 0.73, Yellow = 0.07 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 36 | 122 | - |
| CMYK | 0 | 0.73 | 0.07 | 0.49 |
| HSL | 305.68º | 0.57% | 0.33% | - |
| HSV(B) | 305.68º | 0.73% | 0.51% | - |
| XYZ | 13.5 | 7.49 | 19.15 | - |
| YUV | 74.21 | 154.97 | 168.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 36 | 122 | 0 | 0.73 | 0.07 | 0.49 | 305.68 | 0.57 | 0.33 |
| Hex | 83 | 24 | 7A | 0 | 49 | 7 | 31 | 132 | 39 | 21 |
| Octal | 203 | 44 | 172 | 0 | 111 | 7 | 61 | 462 | 71 | 41 |
| Binary | 10000011 | 100100 | 1111010 | 0 | 1001001 | 111 | 110001 | 100110010 | 111001 | 100001 |
Color Harmonies of #83247A
Complementary color
Monochromatic Colors of #83247A
Black with #83247A
Text Example
Text Example
White with #83247A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83247A; }
p { color: rgb(131,36,122); }
H1.HeaderClassName
{
color: #83247A;
}
.AnyTagClassName
{
color: #83247A;
}
</style>
background-color css
<style>
a { background-color: #83247A; }
a { background-color: rgb(131,36,122); }
div.DivClassName
{
background-color: #83247A;
}
.BgClassName
{
background-color: #83247A;
}
</style>
border-color css
<style>
span { border-color: #83247A; }
span { border-color: rgb(131,36,122); }
td.TdClassName
{
border-color: #83247A;
}
.TagClassName
{
border-color: #83247A;
}
</style>