Shades of Dark Purple #84247D
Tints of Dark Purple #84247D
RGB
CMYK
RGB Variations
Color information
#84247D (or 0x84247D) is known color: Dark Purple. HEX triplet: 84, 24 and 7D. RGB value is (132,36,125). Sum of RGB (Red+Green+Blue) = 132+36+125=293 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.05% from 293); Green value is 36 (14.45% from 255 or 12.29% from 293); Blue value is 125 (49.22% from 255 or 42.66% from 293); Max value from RGB is 132 - color contains mainly: red. Hex color #84247D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84247D is #7BDB82. Grayscale: #4A4A4A. Windows color (decimal): -8117123 or 8201348. OLE color: 8201348.
HSL color Cylindrical-coordinate representation of color #84247D: hue angle of 304.38º degrees, saturation: 0.57, 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 #84247D is Cyan = 0, Magento = 0.73, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 36 | 125 | - |
| CMYK | 0 | 0.73 | 0.05 | 0.48 |
| HSL | 304.38º | 0.57% | 0.33% | - |
| HSV(B) | 304.38º | 0.73% | 0.52% | - |
| XYZ | 13.85 | 7.65 | 20.15 | - |
| YUV | 74.85 | 156.3 | 168.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 36 | 125 | 0 | 0.73 | 0.05 | 0.48 | 304.38 | 0.57 | 0.33 |
| Hex | 84 | 24 | 7D | 0 | 49 | 5 | 30 | 130 | 39 | 21 |
| Octal | 204 | 44 | 175 | 0 | 111 | 5 | 60 | 460 | 71 | 41 |
| Binary | 10000100 | 100100 | 1111101 | 0 | 1001001 | 101 | 110000 | 100110000 | 111001 | 100001 |
Color Harmonies of #84247D
Complementary color
Monochromatic Colors of #84247D
Black with #84247D
Text Example
Text Example
White with #84247D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84247D; }
p { color: rgb(132,36,125); }
H1.HeaderClassName
{
color: #84247D;
}
.AnyTagClassName
{
color: #84247D;
}
</style>
background-color css
<style>
a { background-color: #84247D; }
a { background-color: rgb(132,36,125); }
div.DivClassName
{
background-color: #84247D;
}
.BgClassName
{
background-color: #84247D;
}
</style>
border-color css
<style>
span { border-color: #84247D; }
span { border-color: rgb(132,36,125); }
td.TdClassName
{
border-color: #84247D;
}
.TagClassName
{
border-color: #84247D;
}
</style>