Shades of Purple #84117F
Tints of Purple #84117F
RGB
CMYK
RGB Variations
Color information
#84117F (or 0x84117F) is known color: Purple. HEX triplet: 84, 11 and 7F. RGB value is (132,17,127). Sum of RGB (Red+Green+Blue) = 132+17+127=276 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.83% from 276); Green value is 17 (7.03% from 255 or 6.16% from 276); Blue value is 127 (50% from 255 or 46.01% from 276); Max value from RGB is 132 - color contains mainly: red. Hex color #84117F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84117F is #7BEE80. Grayscale: #3F3F3F. Windows color (decimal): -8121985 or 8327556. OLE color: 8327556.
HSL color Cylindrical-coordinate representation of color #84117F: hue angle of 302.61º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #84117F is Cyan = 0, Magento = 0.87, Yellow = 0.04 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 17 | 127 | - |
| CMYK | 0 | 0.87 | 0.04 | 0.48 |
| HSL | 302.61º | 0.77% | 0.29% | - |
| HSV(B) | 302.61º | 0.87% | 0.52% | - |
| XYZ | 13.55 | 6.84 | 20.68 | - |
| YUV | 63.93 | 163.6 | 176.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 17 | 127 | 0 | 0.87 | 0.04 | 0.48 | 302.61 | 0.77 | 0.29 |
| Hex | 84 | 11 | 7F | 0 | 57 | 4 | 30 | 12F | 4D | 1D |
| Octal | 204 | 21 | 177 | 0 | 127 | 4 | 60 | 457 | 115 | 35 |
| Binary | 10000100 | 10001 | 1111111 | 0 | 1010111 | 100 | 110000 | 100101111 | 1001101 | 11101 |
Color Harmonies of #84117F
Complementary color
Monochromatic Colors of #84117F
Black with #84117F
Text Example
Text Example
White with #84117F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84117F; }
p { color: rgb(132,17,127); }
H1.HeaderClassName
{
color: #84117F;
}
.AnyTagClassName
{
color: #84117F;
}
</style>
background-color css
<style>
a { background-color: #84117F; }
a { background-color: rgb(132,17,127); }
div.DivClassName
{
background-color: #84117F;
}
.BgClassName
{
background-color: #84117F;
}
</style>
border-color css
<style>
span { border-color: #84117F; }
span { border-color: rgb(132,17,127); }
td.TdClassName
{
border-color: #84117F;
}
.TagClassName
{
border-color: #84117F;
}
</style>