Shades of Purple #84027F
Tints of Purple #84027F
RGB
CMYK
RGB Variations
Color information
#84027F (or 0x84027F) is known color: Purple. HEX triplet: 84, 02 and 7F. RGB value is (132,2,127). Sum of RGB (Red+Green+Blue) = 132+2+127=261 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.57% from 261); Green value is 2 (1.17% from 255 or 0.77% from 261); Blue value is 127 (50% from 255 or 48.66% from 261); Max value from RGB is 132 - color contains mainly: red. Hex color #84027F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84027F is #7BFD80. Grayscale: #363636. Windows color (decimal): -8125825 or 8323716. OLE color: 8323716.
HSL color Cylindrical-coordinate representation of color #84027F: hue angle of 302.31º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #84027F is Cyan = 0, Magento = 0.98, Yellow = 0.04 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 2 | 127 | - |
| CMYK | 0 | 0.98 | 0.04 | 0.48 |
| HSL | 302.31º | 0.97% | 0.26% | - |
| HSV(B) | 302.31º | 0.98% | 0.52% | - |
| XYZ | 13.37 | 6.48 | 20.63 | - |
| YUV | 55.12 | 168.57 | 182.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 2 | 127 | 0 | 0.98 | 0.04 | 0.48 | 302.31 | 0.97 | 0.26 |
| Hex | 84 | 2 | 7F | 0 | 62 | 4 | 30 | 12E | 61 | 1A |
| Octal | 204 | 2 | 177 | 0 | 142 | 4 | 60 | 456 | 141 | 32 |
| Binary | 10000100 | 10 | 1111111 | 0 | 1100010 | 100 | 110000 | 100101110 | 1100001 | 11010 |
Color Harmonies of #84027F
Complementary color
Monochromatic Colors of #84027F
Black with #84027F
Text Example
Text Example
White with #84027F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84027F; }
p { color: rgb(132,2,127); }
H1.HeaderClassName
{
color: #84027F;
}
.AnyTagClassName
{
color: #84027F;
}
</style>
background-color css
<style>
a { background-color: #84027F; }
a { background-color: rgb(132,2,127); }
div.DivClassName
{
background-color: #84027F;
}
.BgClassName
{
background-color: #84027F;
}
</style>
border-color css
<style>
span { border-color: #84027F; }
span { border-color: rgb(132,2,127); }
td.TdClassName
{
border-color: #84027F;
}
.TagClassName
{
border-color: #84027F;
}
</style>