Shades of Purple #84076F
Tints of Purple #84076F
RGB
CMYK
RGB Variations
Color information
#84076F (or 0x84076F) is known color: Purple. HEX triplet: 84, 07 and 6F. RGB value is (132,7,111). Sum of RGB (Red+Green+Blue) = 132+7+111=250 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.8% from 250); Green value is 7 (3.12% from 255 or 2.8% from 250); Blue value is 111 (43.75% from 255 or 44.4% from 250); Max value from RGB is 132 - color contains mainly: red. Hex color #84076F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84076F is #7BF890. Grayscale: #373737. Windows color (decimal): -8124561 or 7276420. OLE color: 7276420.
HSL color Cylindrical-coordinate representation of color #84076F: hue angle of 310.08º 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 #84076F is Cyan = 0, Magento = 0.95, Yellow = 0.16 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 7 | 111 | - |
| CMYK | 0 | 0.95 | 0.16 | 0.48 |
| HSL | 310.08º | 0.9% | 0.27% | - |
| HSV(B) | 310.08º | 0.95% | 0.52% | - |
| XYZ | 12.46 | 6.21 | 15.58 | - |
| YUV | 56.23 | 158.91 | 182.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 7 | 111 | 0 | 0.95 | 0.16 | 0.48 | 310.08 | 0.9 | 0.27 |
| Hex | 84 | 7 | 6F | 0 | 5F | 10 | 30 | 136 | 5A | 1B |
| Octal | 204 | 7 | 157 | 0 | 137 | 20 | 60 | 466 | 132 | 33 |
| Binary | 10000100 | 111 | 1101111 | 0 | 1011111 | 10000 | 110000 | 100110110 | 1011010 | 11011 |
Color Harmonies of #84076F
Complementary color
Monochromatic Colors of #84076F
Black with #84076F
Text Example
Text Example
White with #84076F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84076F; }
p { color: rgb(132,7,111); }
H1.HeaderClassName
{
color: #84076F;
}
.AnyTagClassName
{
color: #84076F;
}
</style>
background-color css
<style>
a { background-color: #84076F; }
a { background-color: rgb(132,7,111); }
div.DivClassName
{
background-color: #84076F;
}
.BgClassName
{
background-color: #84076F;
}
</style>
border-color css
<style>
span { border-color: #84076F; }
span { border-color: rgb(132,7,111); }
td.TdClassName
{
border-color: #84076F;
}
.TagClassName
{
border-color: #84076F;
}
</style>