Shades of Purple #84057D
Tints of Purple #84057D
RGB
CMYK
RGB Variations
Color information
#84057D (or 0x84057D) is known color: Purple. HEX triplet: 84, 05 and 7D. RGB value is (132,5,125). Sum of RGB (Red+Green+Blue) = 132+5+125=262 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.38% from 262); Green value is 5 (2.34% from 255 or 1.91% from 262); Blue value is 125 (49.22% from 255 or 47.71% from 262); Max value from RGB is 132 - color contains mainly: red. Hex color #84057D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84057D is #7BFA82. Grayscale: #383838. Windows color (decimal): -8125059 or 8193412. OLE color: 8193412.
HSL color Cylindrical-coordinate representation of color #84057D: hue angle of 303.31º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #84057D is Cyan = 0, Magento = 0.96, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 5 | 125 | - |
| CMYK | 0 | 0.96 | 0.05 | 0.48 |
| HSL | 303.31º | 0.93% | 0.27% | - |
| HSV(B) | 303.31º | 0.96% | 0.52% | - |
| XYZ | 13.27 | 6.49 | 19.96 | - |
| YUV | 56.65 | 166.58 | 181.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 5 | 125 | 0 | 0.96 | 0.05 | 0.48 | 303.31 | 0.93 | 0.27 |
| Hex | 84 | 5 | 7D | 0 | 60 | 5 | 30 | 12F | 5D | 1B |
| Octal | 204 | 5 | 175 | 0 | 140 | 5 | 60 | 457 | 135 | 33 |
| Binary | 10000100 | 101 | 1111101 | 0 | 1100000 | 101 | 110000 | 100101111 | 1011101 | 11011 |
Color Harmonies of #84057D
Complementary color
Monochromatic Colors of #84057D
Black with #84057D
Text Example
Text Example
White with #84057D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84057D; }
p { color: rgb(132,5,125); }
H1.HeaderClassName
{
color: #84057D;
}
.AnyTagClassName
{
color: #84057D;
}
</style>
background-color css
<style>
a { background-color: #84057D; }
a { background-color: rgb(132,5,125); }
div.DivClassName
{
background-color: #84057D;
}
.BgClassName
{
background-color: #84057D;
}
</style>
border-color css
<style>
span { border-color: #84057D; }
span { border-color: rgb(132,5,125); }
td.TdClassName
{
border-color: #84057D;
}
.TagClassName
{
border-color: #84057D;
}
</style>