Shades of Purple #840584
Tints of Purple #840584
RGB
CMYK
RGB Variations
Color information
#840584 (or 0x840584) is known color: Purple. HEX triplet: 84, 05 and 84. RGB value is (132,5,132). Sum of RGB (Red+Green+Blue) = 132+5+132=269 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.07% from 269); Green value is 5 (2.34% from 255 or 1.86% from 269); Blue value is 132 (51.95% from 255 or 49.07% from 269); Max value from RGB is 132 - color contains mainly: red, blue. Hex color #840584 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #840584 is #7BFA7B. Grayscale: #393939. Windows color (decimal): -8125052 or 8652164. OLE color: 8652164.
HSL color Cylindrical-coordinate representation of color #840584: hue angle of 300º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #840584 is Cyan = 0, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 5 | 132 | - |
| CMYK | 0 | 0.96 | 0 | 0.48 |
| HSL | 300º | 0.93% | 0.27% | - |
| HSV(B) | 300º | 0.96% | 0.52% | - |
| XYZ | 13.73 | 6.68 | 22.4 | - |
| YUV | 57.45 | 170.08 | 181.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 5 | 132 | 0 | 0.96 | 0 | 0.48 | 300 | 0.93 | 0.27 |
| Hex | 84 | 5 | 84 | 0 | 60 | 0 | 30 | 12C | 5D | 1B |
| Octal | 204 | 5 | 204 | 0 | 140 | 0 | 60 | 454 | 135 | 33 |
| Binary | 10000100 | 101 | 10000100 | 0 | 1100000 | 0 | 110000 | 100101100 | 1011101 | 11011 |
Color Harmonies of #840584
Complementary color
Monochromatic Colors of #840584
Black with #840584
Text Example
Text Example
White with #840584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840584; }
p { color: rgb(132,5,132); }
H1.HeaderClassName
{
color: #840584;
}
.AnyTagClassName
{
color: #840584;
}
</style>
background-color css
<style>
a { background-color: #840584; }
a { background-color: rgb(132,5,132); }
div.DivClassName
{
background-color: #840584;
}
.BgClassName
{
background-color: #840584;
}
</style>
border-color css
<style>
span { border-color: #840584; }
span { border-color: rgb(132,5,132); }
td.TdClassName
{
border-color: #840584;
}
.TagClassName
{
border-color: #840584;
}
</style>