Shades of Purple #84007E
Tints of Purple #84007E
RGB
CMYK
RGB Variations
Color information
#84007E (or 0x84007E) is known color: Purple. HEX triplet: 84, 00 and 7E. RGB value is (132,0,126). Sum of RGB (Red+Green+Blue) = 132+0+126=258 (34% of max value = 765). Red value is 132 (51.95% from 255 or 51.16% from 258); Green value is 0 (0.39% from 255 or 0% from 258); Blue value is 126 (49.61% from 255 or 48.84% from 258); Max value from RGB is 132 - color contains mainly: red. Hex color #84007E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84007E is #7BFF81. Grayscale: #353535. Windows color (decimal): -8126338 or 8257668. OLE color: 8257668.
HSL color Cylindrical-coordinate representation of color #84007E: hue angle of 302.73º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #84007E is Cyan = 0, Magento = 1, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 0 | 126 | - |
| CMYK | 0 | 1 | 0.05 | 0.48 |
| HSL | 302.73º | 1% | 0.26% | - |
| HSV(B) | 302.73º | 1% | 0.52% | - |
| XYZ | 13.28 | 6.41 | 20.28 | - |
| YUV | 53.83 | 168.73 | 183.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 0 | 126 | 0 | 1 | 0.05 | 0.48 | 302.73 | 1 | 0.26 |
| Hex | 84 | 0 | 7E | 0 | 64 | 5 | 30 | 12F | 64 | 1A |
| Octal | 204 | 0 | 176 | 0 | 144 | 5 | 60 | 457 | 144 | 32 |
| Binary | 10000100 | 0 | 1111110 | 0 | 1100100 | 101 | 110000 | 100101111 | 1100100 | 11010 |
Color Harmonies of #84007E
Complementary color
Monochromatic Colors of #84007E
Black with #84007E
Text Example
Text Example
White with #84007E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84007E; }
p { color: rgb(132,0,126); }
H1.HeaderClassName
{
color: #84007E;
}
.AnyTagClassName
{
color: #84007E;
}
</style>
background-color css
<style>
a { background-color: #84007E; }
a { background-color: rgb(132,0,126); }
div.DivClassName
{
background-color: #84007E;
}
.BgClassName
{
background-color: #84007E;
}
</style>
border-color css
<style>
span { border-color: #84007E; }
span { border-color: rgb(132,0,126); }
td.TdClassName
{
border-color: #84007E;
}
.TagClassName
{
border-color: #84007E;
}
</style>