Shades of Purple #84077F
Tints of Purple #84077F
RGB
CMYK
RGB Variations
Color information
#84077F (or 0x84077F) is known color: Purple. HEX triplet: 84, 07 and 7F. RGB value is (132,7,127). Sum of RGB (Red+Green+Blue) = 132+7+127=266 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.62% from 266); Green value is 7 (3.12% from 255 or 2.63% from 266); Blue value is 127 (50% from 255 or 47.74% from 266); Max value from RGB is 132 - color contains mainly: red. Hex color #84077F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84077F is #7BF880. Grayscale: #393939. Windows color (decimal): -8124545 or 8324996. OLE color: 8324996.
HSL color Cylindrical-coordinate representation of color #84077F: hue angle of 302.4º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #84077F is Cyan = 0, Magento = 0.95, Yellow = 0.04 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 7 | 127 | - |
| CMYK | 0 | 0.95 | 0.04 | 0.48 |
| HSL | 302.4º | 0.9% | 0.27% | - |
| HSV(B) | 302.4º | 0.95% | 0.52% | - |
| XYZ | 13.42 | 6.59 | 20.64 | - |
| YUV | 58.06 | 166.91 | 180.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 7 | 127 | 0 | 0.95 | 0.04 | 0.48 | 302.4 | 0.9 | 0.27 |
| Hex | 84 | 7 | 7F | 0 | 5F | 4 | 30 | 12E | 5A | 1B |
| Octal | 204 | 7 | 177 | 0 | 137 | 4 | 60 | 456 | 132 | 33 |
| Binary | 10000100 | 111 | 1111111 | 0 | 1011111 | 100 | 110000 | 100101110 | 1011010 | 11011 |
Color Harmonies of #84077F
Complementary color
Monochromatic Colors of #84077F
Black with #84077F
Text Example
Text Example
White with #84077F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84077F; }
p { color: rgb(132,7,127); }
H1.HeaderClassName
{
color: #84077F;
}
.AnyTagClassName
{
color: #84077F;
}
</style>
background-color css
<style>
a { background-color: #84077F; }
a { background-color: rgb(132,7,127); }
div.DivClassName
{
background-color: #84077F;
}
.BgClassName
{
background-color: #84077F;
}
</style>
border-color css
<style>
span { border-color: #84077F; }
span { border-color: rgb(132,7,127); }
td.TdClassName
{
border-color: #84077F;
}
.TagClassName
{
border-color: #84077F;
}
</style>