Shades of Purple #84007A
Tints of Purple #84007A
RGB
CMYK
RGB Variations
Color information
#84007A (or 0x84007A) is known color: Purple. HEX triplet: 84, 00 and 7A. RGB value is (132,0,122). Sum of RGB (Red+Green+Blue) = 132+0+122=254 (33% of max value = 765). Red value is 132 (51.95% from 255 or 51.97% from 254); Green value is 0 (0.39% from 255 or 0% from 254); Blue value is 122 (48.05% from 255 or 48.03% from 254); Max value from RGB is 132 - color contains mainly: red. Hex color #84007A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84007A is #7BFF85. Grayscale: #353535. Windows color (decimal): -8126342 or 7995524. OLE color: 7995524.
HSL color Cylindrical-coordinate representation of color #84007A: hue angle of 304.55º 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 #84007A is Cyan = 0, Magento = 1, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 0 | 122 | - |
| CMYK | 0 | 1 | 0.08 | 0.48 |
| HSL | 304.55º | 1% | 0.26% | - |
| HSV(B) | 304.55º | 1% | 0.52% | - |
| XYZ | 13.03 | 6.31 | 18.94 | - |
| YUV | 53.38 | 166.73 | 184.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 0 | 122 | 0 | 1 | 0.08 | 0.48 | 304.55 | 1 | 0.26 |
| Hex | 84 | 0 | 7A | 0 | 64 | 8 | 30 | 131 | 64 | 1A |
| Octal | 204 | 0 | 172 | 0 | 144 | 10 | 60 | 461 | 144 | 32 |
| Binary | 10000100 | 0 | 1111010 | 0 | 1100100 | 1000 | 110000 | 100110001 | 1100100 | 11010 |
Color Harmonies of #84007A
Complementary color
Monochromatic Colors of #84007A
Black with #84007A
Text Example
Text Example
White with #84007A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84007A; }
p { color: rgb(132,0,122); }
H1.HeaderClassName
{
color: #84007A;
}
.AnyTagClassName
{
color: #84007A;
}
</style>
background-color css
<style>
a { background-color: #84007A; }
a { background-color: rgb(132,0,122); }
div.DivClassName
{
background-color: #84007A;
}
.BgClassName
{
background-color: #84007A;
}
</style>
border-color css
<style>
span { border-color: #84007A; }
span { border-color: rgb(132,0,122); }
td.TdClassName
{
border-color: #84007A;
}
.TagClassName
{
border-color: #84007A;
}
</style>