Shades of Dark Purple #83247B
Tints of Dark Purple #83247B
RGB
CMYK
RGB Variations
Color information
#83247B (or 0x83247B) is known color: Dark Purple. HEX triplet: 83, 24 and 7B. RGB value is (131,36,123). Sum of RGB (Red+Green+Blue) = 131+36+123=290 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.17% from 290); Green value is 36 (14.45% from 255 or 12.41% from 290); Blue value is 123 (48.44% from 255 or 42.41% from 290); Max value from RGB is 131 - color contains mainly: red. Hex color #83247B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83247B is #7CDB84. Grayscale: #4A4A4A. Windows color (decimal): -8182661 or 8070275. OLE color: 8070275.
HSL color Cylindrical-coordinate representation of color #83247B: hue angle of 305.05º 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 #83247B is Cyan = 0, Magento = 0.73, Yellow = 0.06 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 36 | 123 | - |
| CMYK | 0 | 0.73 | 0.06 | 0.49 |
| HSL | 305.05º | 0.57% | 0.33% | - |
| HSV(B) | 305.05º | 0.73% | 0.51% | - |
| XYZ | 13.57 | 7.52 | 19.47 | - |
| YUV | 74.32 | 155.47 | 168.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 36 | 123 | 0 | 0.73 | 0.06 | 0.49 | 305.05 | 0.57 | 0.33 |
| Hex | 83 | 24 | 7B | 0 | 49 | 6 | 31 | 131 | 39 | 21 |
| Octal | 203 | 44 | 173 | 0 | 111 | 6 | 61 | 461 | 71 | 41 |
| Binary | 10000011 | 100100 | 1111011 | 0 | 1001001 | 110 | 110001 | 100110001 | 111001 | 100001 |
Color Harmonies of #83247B
Complementary color
Monochromatic Colors of #83247B
Black with #83247B
Text Example
Text Example
White with #83247B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83247B; }
p { color: rgb(131,36,123); }
H1.HeaderClassName
{
color: #83247B;
}
.AnyTagClassName
{
color: #83247B;
}
</style>
background-color css
<style>
a { background-color: #83247B; }
a { background-color: rgb(131,36,123); }
div.DivClassName
{
background-color: #83247B;
}
.BgClassName
{
background-color: #83247B;
}
</style>
border-color css
<style>
span { border-color: #83247B; }
span { border-color: rgb(131,36,123); }
td.TdClassName
{
border-color: #83247B;
}
.TagClassName
{
border-color: #83247B;
}
</style>