Shades of Purple #840574
Tints of Purple #840574
RGB
CMYK
RGB Variations
Color information
#840574 (or 0x840574) is known color: Purple. HEX triplet: 84, 05 and 74. RGB value is (132,5,116). Sum of RGB (Red+Green+Blue) = 132+5+116=253 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.17% from 253); Green value is 5 (2.34% from 255 or 1.98% from 253); Blue value is 116 (45.70% from 255 or 45.85% from 253); Max value from RGB is 132 - color contains mainly: red. Hex color #840574 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840574 is #7BFA8B. Grayscale: #373737. Windows color (decimal): -8125068 or 7603588. OLE color: 7603588.
HSL color Cylindrical-coordinate representation of color #840574: hue angle of 307.56º 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 #840574 is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 5 | 116 | - |
| CMYK | 0 | 0.96 | 0.12 | 0.48 |
| HSL | 307.56º | 0.93% | 0.27% | - |
| HSV(B) | 307.56º | 0.96% | 0.52% | - |
| XYZ | 12.72 | 6.28 | 17.06 | - |
| YUV | 55.63 | 162.08 | 182.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 5 | 116 | 0 | 0.96 | 0.12 | 0.48 | 307.56 | 0.93 | 0.27 |
| Hex | 84 | 5 | 74 | 0 | 60 | C | 30 | 134 | 5D | 1B |
| Octal | 204 | 5 | 164 | 0 | 140 | 14 | 60 | 464 | 135 | 33 |
| Binary | 10000100 | 101 | 1110100 | 0 | 1100000 | 1100 | 110000 | 100110100 | 1011101 | 11011 |
Color Harmonies of #840574
Complementary color
Monochromatic Colors of #840574
Black with #840574
Text Example
Text Example
White with #840574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840574; }
p { color: rgb(132,5,116); }
H1.HeaderClassName
{
color: #840574;
}
.AnyTagClassName
{
color: #840574;
}
</style>
background-color css
<style>
a { background-color: #840574; }
a { background-color: rgb(132,5,116); }
div.DivClassName
{
background-color: #840574;
}
.BgClassName
{
background-color: #840574;
}
</style>
border-color css
<style>
span { border-color: #840574; }
span { border-color: rgb(132,5,116); }
td.TdClassName
{
border-color: #840574;
}
.TagClassName
{
border-color: #840574;
}
</style>