Shades of Dark Purple #84237C
Tints of Dark Purple #84237C
RGB
CMYK
RGB Variations
Color information
#84237C (or 0x84237C) is known color: Dark Purple. HEX triplet: 84, 23 and 7C. RGB value is (132,35,124). Sum of RGB (Red+Green+Blue) = 132+35+124=291 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.36% from 291); Green value is 35 (14.06% from 255 or 12.03% from 291); Blue value is 124 (48.83% from 255 or 42.61% from 291); Max value from RGB is 132 - color contains mainly: red. Hex color #84237C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84237C is #7BDC83. Grayscale: #494949. Windows color (decimal): -8117380 or 8135556. OLE color: 8135556.
HSL color Cylindrical-coordinate representation of color #84237C: hue angle of 304.95º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #84237C is Cyan = 0, Magento = 0.73, Yellow = 0.06 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 35 | 124 | - |
| CMYK | 0 | 0.73 | 0.06 | 0.48 |
| HSL | 304.95º | 0.58% | 0.33% | - |
| HSV(B) | 304.95º | 0.73% | 0.52% | - |
| XYZ | 13.75 | 7.56 | 19.8 | - |
| YUV | 74.15 | 156.14 | 169.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 35 | 124 | 0 | 0.73 | 0.06 | 0.48 | 304.95 | 0.58 | 0.33 |
| Hex | 84 | 23 | 7C | 0 | 49 | 6 | 30 | 131 | 3A | 21 |
| Octal | 204 | 43 | 174 | 0 | 111 | 6 | 60 | 461 | 72 | 41 |
| Binary | 10000100 | 100011 | 1111100 | 0 | 1001001 | 110 | 110000 | 100110001 | 111010 | 100001 |
Color Harmonies of #84237C
Complementary color
Monochromatic Colors of #84237C
Black with #84237C
Text Example
Text Example
White with #84237C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84237C; }
p { color: rgb(132,35,124); }
H1.HeaderClassName
{
color: #84237C;
}
.AnyTagClassName
{
color: #84237C;
}
</style>
background-color css
<style>
a { background-color: #84237C; }
a { background-color: rgb(132,35,124); }
div.DivClassName
{
background-color: #84237C;
}
.BgClassName
{
background-color: #84237C;
}
</style>
border-color css
<style>
span { border-color: #84237C; }
span { border-color: rgb(132,35,124); }
td.TdClassName
{
border-color: #84237C;
}
.TagClassName
{
border-color: #84237C;
}
</style>