Shades of Dark Purple #83247F
Tints of Dark Purple #83247F
RGB
CMYK
RGB Variations
Color information
#83247F (or 0x83247F) is known color: Dark Purple. HEX triplet: 83, 24 and 7F. RGB value is (131,36,127). Sum of RGB (Red+Green+Blue) = 131+36+127=294 (38% of max value = 765). Red value is 131 (51.56% from 255 or 44.56% from 294); Green value is 36 (14.45% from 255 or 12.24% from 294); Blue value is 127 (50% from 255 or 43.20% from 294); Max value from RGB is 131 - color contains mainly: red. Hex color #83247F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83247F is #7CDB80. Grayscale: #4A4A4A. Windows color (decimal): -8182657 or 8332419. OLE color: 8332419.
HSL color Cylindrical-coordinate representation of color #83247F: hue angle of 302.53º 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 #83247F is Cyan = 0, Magento = 0.73, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 36 | 127 | - |
| CMYK | 0 | 0.73 | 0.03 | 0.49 |
| HSL | 302.53º | 0.57% | 0.33% | - |
| HSV(B) | 302.53º | 0.73% | 0.51% | - |
| XYZ | 13.82 | 7.62 | 20.82 | - |
| YUV | 74.78 | 157.47 | 168.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 36 | 127 | 0 | 0.73 | 0.03 | 0.49 | 302.53 | 0.57 | 0.33 |
| Hex | 83 | 24 | 7F | 0 | 49 | 3 | 31 | 12F | 39 | 21 |
| Octal | 203 | 44 | 177 | 0 | 111 | 3 | 61 | 457 | 71 | 41 |
| Binary | 10000011 | 100100 | 1111111 | 0 | 1001001 | 11 | 110001 | 100101111 | 111001 | 100001 |
Color Harmonies of #83247F
Complementary color
Monochromatic Colors of #83247F
Black with #83247F
Text Example
Text Example
White with #83247F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83247F; }
p { color: rgb(131,36,127); }
H1.HeaderClassName
{
color: #83247F;
}
.AnyTagClassName
{
color: #83247F;
}
</style>
background-color css
<style>
a { background-color: #83247F; }
a { background-color: rgb(131,36,127); }
div.DivClassName
{
background-color: #83247F;
}
.BgClassName
{
background-color: #83247F;
}
</style>
border-color css
<style>
span { border-color: #83247F; }
span { border-color: rgb(131,36,127); }
td.TdClassName
{
border-color: #83247F;
}
.TagClassName
{
border-color: #83247F;
}
</style>