Shades of Dark Purple #84207B
Tints of Dark Purple #84207B
RGB
CMYK
RGB Variations
Color information
#84207B (or 0x84207B) is known color: Dark Purple. HEX triplet: 84, 20 and 7B. RGB value is (132,32,123). Sum of RGB (Red+Green+Blue) = 132+32+123=287 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.99% from 287); Green value is 32 (12.89% from 255 or 11.15% from 287); Blue value is 123 (48.44% from 255 or 42.86% from 287); Max value from RGB is 132 - color contains mainly: red. Hex color #84207B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84207B is #7BDF84. Grayscale: #484848. Windows color (decimal): -8118149 or 8069252. OLE color: 8069252.
HSL color Cylindrical-coordinate representation of color #84207B: hue angle of 305.4º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #84207B is Cyan = 0, Magento = 0.76, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 32 | 123 | - |
| CMYK | 0 | 0.76 | 0.07 | 0.48 |
| HSL | 305.4º | 0.61% | 0.32% | - |
| HSV(B) | 305.4º | 0.76% | 0.52% | - |
| XYZ | 13.61 | 7.37 | 19.44 | - |
| YUV | 72.27 | 156.63 | 170.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 32 | 123 | 0 | 0.76 | 0.07 | 0.48 | 305.4 | 0.61 | 0.32 |
| Hex | 84 | 20 | 7B | 0 | 4C | 7 | 30 | 131 | 3D | 20 |
| Octal | 204 | 40 | 173 | 0 | 114 | 7 | 60 | 461 | 75 | 40 |
| Binary | 10000100 | 100000 | 1111011 | 0 | 1001100 | 111 | 110000 | 100110001 | 111101 | 100000 |
Color Harmonies of #84207B
Complementary color
Monochromatic Colors of #84207B
Black with #84207B
Text Example
Text Example
White with #84207B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84207B; }
p { color: rgb(132,32,123); }
H1.HeaderClassName
{
color: #84207B;
}
.AnyTagClassName
{
color: #84207B;
}
</style>
background-color css
<style>
a { background-color: #84207B; }
a { background-color: rgb(132,32,123); }
div.DivClassName
{
background-color: #84207B;
}
.BgClassName
{
background-color: #84207B;
}
</style>
border-color css
<style>
span { border-color: #84207B; }
span { border-color: rgb(132,32,123); }
td.TdClassName
{
border-color: #84207B;
}
.TagClassName
{
border-color: #84207B;
}
</style>