Shades of Purple #84046D
Tints of Purple #84046D
RGB
CMYK
RGB Variations
Color information
#84046D (or 0x84046D) is known color: Purple. HEX triplet: 84, 04 and 6D. RGB value is (132,4,109). Sum of RGB (Red+Green+Blue) = 132+4+109=245 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.88% from 245); Green value is 4 (1.95% from 255 or 1.63% from 245); Blue value is 109 (42.97% from 255 or 44.49% from 245); Max value from RGB is 132 - color contains mainly: red. Hex color #84046D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84046D is #7BFB92. Grayscale: #353535. Windows color (decimal): -8125331 or 7144580. OLE color: 7144580.
HSL color Cylindrical-coordinate representation of color #84046D: hue angle of 310.78º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #84046D is Cyan = 0, Magento = 0.97, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 4 | 109 | - |
| CMYK | 0 | 0.97 | 0.17 | 0.48 |
| HSL | 310.78º | 0.94% | 0.27% | - |
| HSV(B) | 310.78º | 0.97% | 0.52% | - |
| XYZ | 12.32 | 6.1 | 15 | - |
| YUV | 54.24 | 158.91 | 183.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 4 | 109 | 0 | 0.97 | 0.17 | 0.48 | 310.78 | 0.94 | 0.27 |
| Hex | 84 | 4 | 6D | 0 | 61 | 11 | 30 | 137 | 5E | 1B |
| Octal | 204 | 4 | 155 | 0 | 141 | 21 | 60 | 467 | 136 | 33 |
| Binary | 10000100 | 100 | 1101101 | 0 | 1100001 | 10001 | 110000 | 100110111 | 1011110 | 11011 |
Color Harmonies of #84046D
Complementary color
Monochromatic Colors of #84046D
Black with #84046D
Text Example
Text Example
White with #84046D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84046D; }
p { color: rgb(132,4,109); }
H1.HeaderClassName
{
color: #84046D;
}
.AnyTagClassName
{
color: #84046D;
}
</style>
background-color css
<style>
a { background-color: #84046D; }
a { background-color: rgb(132,4,109); }
div.DivClassName
{
background-color: #84046D;
}
.BgClassName
{
background-color: #84046D;
}
</style>
border-color css
<style>
span { border-color: #84046D; }
span { border-color: rgb(132,4,109); }
td.TdClassName
{
border-color: #84046D;
}
.TagClassName
{
border-color: #84046D;
}
</style>