Shades of Purple #84056F
Tints of Purple #84056F
RGB
CMYK
RGB Variations
Color information
#84056F (or 0x84056F) is known color: Purple. HEX triplet: 84, 05 and 6F. RGB value is (132,5,111). Sum of RGB (Red+Green+Blue) = 132+5+111=248 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.23% from 248); Green value is 5 (2.34% from 255 or 2.02% from 248); Blue value is 111 (43.75% from 255 or 44.76% from 248); Max value from RGB is 132 - color contains mainly: red. Hex color #84056F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84056F is #7BFA90. Grayscale: #363636. Windows color (decimal): -8125073 or 7275908. OLE color: 7275908.
HSL color Cylindrical-coordinate representation of color #84056F: hue angle of 309.92º 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 #84056F is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 5 | 111 | - |
| CMYK | 0 | 0.96 | 0.16 | 0.48 |
| HSL | 309.92º | 0.93% | 0.27% | - |
| HSV(B) | 309.92º | 0.96% | 0.52% | - |
| XYZ | 12.44 | 6.16 | 15.57 | - |
| YUV | 55.06 | 159.58 | 182.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 5 | 111 | 0 | 0.96 | 0.16 | 0.48 | 309.92 | 0.93 | 0.27 |
| Hex | 84 | 5 | 6F | 0 | 60 | 10 | 30 | 136 | 5D | 1B |
| Octal | 204 | 5 | 157 | 0 | 140 | 20 | 60 | 466 | 135 | 33 |
| Binary | 10000100 | 101 | 1101111 | 0 | 1100000 | 10000 | 110000 | 100110110 | 1011101 | 11011 |
Color Harmonies of #84056F
Complementary color
Monochromatic Colors of #84056F
Black with #84056F
Text Example
Text Example
White with #84056F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84056F; }
p { color: rgb(132,5,111); }
H1.HeaderClassName
{
color: #84056F;
}
.AnyTagClassName
{
color: #84056F;
}
</style>
background-color css
<style>
a { background-color: #84056F; }
a { background-color: rgb(132,5,111); }
div.DivClassName
{
background-color: #84056F;
}
.BgClassName
{
background-color: #84056F;
}
</style>
border-color css
<style>
span { border-color: #84056F; }
span { border-color: rgb(132,5,111); }
td.TdClassName
{
border-color: #84056F;
}
.TagClassName
{
border-color: #84056F;
}
</style>