Shades of Dark Purple #84237B
Tints of Dark Purple #84237B
RGB
CMYK
RGB Variations
Color information
#84237B (or 0x84237B) is known color: Dark Purple. HEX triplet: 84, 23 and 7B. RGB value is (132,35,123). Sum of RGB (Red+Green+Blue) = 132+35+123=290 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.52% from 290); Green value is 35 (14.06% from 255 or 12.07% from 290); Blue value is 123 (48.44% from 255 or 42.41% from 290); Max value from RGB is 132 - color contains mainly: red. Hex color #84237B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84237B is #7BDC84. Grayscale: #494949. Windows color (decimal): -8117381 or 8070020. OLE color: 8070020.
HSL color Cylindrical-coordinate representation of color #84237B: hue angle of 305.57º 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 #84237B is Cyan = 0, Magento = 0.73, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 35 | 123 | - |
| CMYK | 0 | 0.73 | 0.07 | 0.48 |
| HSL | 305.57º | 0.58% | 0.33% | - |
| HSV(B) | 305.57º | 0.73% | 0.52% | - |
| XYZ | 13.69 | 7.54 | 19.47 | - |
| YUV | 74.04 | 155.64 | 169.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 35 | 123 | 0 | 0.73 | 0.07 | 0.48 | 305.57 | 0.58 | 0.33 |
| Hex | 84 | 23 | 7B | 0 | 49 | 7 | 30 | 132 | 3A | 21 |
| Octal | 204 | 43 | 173 | 0 | 111 | 7 | 60 | 462 | 72 | 41 |
| Binary | 10000100 | 100011 | 1111011 | 0 | 1001001 | 111 | 110000 | 100110010 | 111010 | 100001 |
Color Harmonies of #84237B
Complementary color
Monochromatic Colors of #84237B
Black with #84237B
Text Example
Text Example
White with #84237B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84237B; }
p { color: rgb(132,35,123); }
H1.HeaderClassName
{
color: #84237B;
}
.AnyTagClassName
{
color: #84237B;
}
</style>
background-color css
<style>
a { background-color: #84237B; }
a { background-color: rgb(132,35,123); }
div.DivClassName
{
background-color: #84237B;
}
.BgClassName
{
background-color: #84237B;
}
</style>
border-color css
<style>
span { border-color: #84237B; }
span { border-color: rgb(132,35,123); }
td.TdClassName
{
border-color: #84237B;
}
.TagClassName
{
border-color: #84237B;
}
</style>