Shades of Purple #84107F
Tints of Purple #84107F
RGB
CMYK
RGB Variations
Color information
#84107F (or 0x84107F) is known color: Purple. HEX triplet: 84, 10 and 7F. RGB value is (132,16,127). Sum of RGB (Red+Green+Blue) = 132+16+127=275 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48% from 275); Green value is 16 (6.64% from 255 or 5.82% from 275); Blue value is 127 (50% from 255 or 46.18% from 275); Max value from RGB is 132 - color contains mainly: red. Hex color #84107F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84107F is #7BEF80. Grayscale: #3F3F3F. Windows color (decimal): -8122241 or 8327300. OLE color: 8327300.
HSL color Cylindrical-coordinate representation of color #84107F: hue angle of 302.59º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #84107F is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 16 | 127 | - |
| CMYK | 0 | 0.88 | 0.04 | 0.48 |
| HSL | 302.59º | 0.78% | 0.29% | - |
| HSV(B) | 302.59º | 0.88% | 0.52% | - |
| XYZ | 13.53 | 6.81 | 20.68 | - |
| YUV | 63.34 | 163.93 | 176.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 16 | 127 | 0 | 0.88 | 0.04 | 0.48 | 302.59 | 0.78 | 0.29 |
| Hex | 84 | 10 | 7F | 0 | 58 | 4 | 30 | 12F | 4E | 1D |
| Octal | 204 | 20 | 177 | 0 | 130 | 4 | 60 | 457 | 116 | 35 |
| Binary | 10000100 | 10000 | 1111111 | 0 | 1011000 | 100 | 110000 | 100101111 | 1001110 | 11101 |
Color Harmonies of #84107F
Complementary color
Monochromatic Colors of #84107F
Black with #84107F
Text Example
Text Example
White with #84107F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84107F; }
p { color: rgb(132,16,127); }
H1.HeaderClassName
{
color: #84107F;
}
.AnyTagClassName
{
color: #84107F;
}
</style>
background-color css
<style>
a { background-color: #84107F; }
a { background-color: rgb(132,16,127); }
div.DivClassName
{
background-color: #84107F;
}
.BgClassName
{
background-color: #84107F;
}
</style>
border-color css
<style>
span { border-color: #84107F; }
span { border-color: rgb(132,16,127); }
td.TdClassName
{
border-color: #84107F;
}
.TagClassName
{
border-color: #84107F;
}
</style>