Shades of Purple #84007C
Tints of Purple #84007C
RGB
CMYK
RGB Variations
Color information
#84007C (or 0x84007C) is known color: Purple. HEX triplet: 84, 00 and 7C. RGB value is (132,0,124). Sum of RGB (Red+Green+Blue) = 132+0+124=256 (33% of max value = 765). Red value is 132 (51.95% from 255 or 51.56% from 256); Green value is 0 (0.39% from 255 or 0% from 256); Blue value is 124 (48.83% from 255 or 48.44% from 256); Max value from RGB is 132 - color contains mainly: red. Hex color #84007C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84007C is #7BFF83. Grayscale: #353535. Windows color (decimal): -8126340 or 8126596. OLE color: 8126596.
HSL color Cylindrical-coordinate representation of color #84007C: hue angle of 303.64º 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 #84007C is Cyan = 0, Magento = 1, Yellow = 0.06 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 0 | 124 | - |
| CMYK | 0 | 1 | 0.06 | 0.48 |
| HSL | 303.64º | 1% | 0.26% | - |
| HSV(B) | 303.64º | 1% | 0.52% | - |
| XYZ | 13.15 | 6.36 | 19.6 | - |
| YUV | 53.6 | 167.73 | 183.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 0 | 124 | 0 | 1 | 0.06 | 0.48 | 303.64 | 1 | 0.26 |
| Hex | 84 | 0 | 7C | 0 | 64 | 6 | 30 | 130 | 64 | 1A |
| Octal | 204 | 0 | 174 | 0 | 144 | 6 | 60 | 460 | 144 | 32 |
| Binary | 10000100 | 0 | 1111100 | 0 | 1100100 | 110 | 110000 | 100110000 | 1100100 | 11010 |
Color Harmonies of #84007C
Complementary color
Monochromatic Colors of #84007C
Black with #84007C
Text Example
Text Example
White with #84007C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84007C; }
p { color: rgb(132,0,124); }
H1.HeaderClassName
{
color: #84007C;
}
.AnyTagClassName
{
color: #84007C;
}
</style>
background-color css
<style>
a { background-color: #84007C; }
a { background-color: rgb(132,0,124); }
div.DivClassName
{
background-color: #84007C;
}
.BgClassName
{
background-color: #84007C;
}
</style>
border-color css
<style>
span { border-color: #84007C; }
span { border-color: rgb(132,0,124); }
td.TdClassName
{
border-color: #84007C;
}
.TagClassName
{
border-color: #84007C;
}
</style>