Shades of Purple #84057B
Tints of Purple #84057B
RGB
CMYK
RGB Variations
Color information
#84057B (or 0x84057B) is known color: Purple. HEX triplet: 84, 05 and 7B. RGB value is (132,5,123). Sum of RGB (Red+Green+Blue) = 132+5+123=260 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.77% from 260); Green value is 5 (2.34% from 255 or 1.92% from 260); Blue value is 123 (48.44% from 255 or 47.31% from 260); Max value from RGB is 132 - color contains mainly: red. Hex color #84057B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84057B is #7BFA84. Grayscale: #383838. Windows color (decimal): -8125061 or 8062340. OLE color: 8062340.
HSL color Cylindrical-coordinate representation of color #84057B: hue angle of 304.25º 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 #84057B is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 5 | 123 | - |
| CMYK | 0 | 0.96 | 0.07 | 0.48 |
| HSL | 304.25º | 0.93% | 0.27% | - |
| HSV(B) | 304.25º | 0.96% | 0.52% | - |
| XYZ | 13.15 | 6.44 | 19.29 | - |
| YUV | 56.43 | 165.58 | 181.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 5 | 123 | 0 | 0.96 | 0.07 | 0.48 | 304.25 | 0.93 | 0.27 |
| Hex | 84 | 5 | 7B | 0 | 60 | 7 | 30 | 130 | 5D | 1B |
| Octal | 204 | 5 | 173 | 0 | 140 | 7 | 60 | 460 | 135 | 33 |
| Binary | 10000100 | 101 | 1111011 | 0 | 1100000 | 111 | 110000 | 100110000 | 1011101 | 11011 |
Color Harmonies of #84057B
Complementary color
Monochromatic Colors of #84057B
Black with #84057B
Text Example
Text Example
White with #84057B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84057B; }
p { color: rgb(132,5,123); }
H1.HeaderClassName
{
color: #84057B;
}
.AnyTagClassName
{
color: #84057B;
}
</style>
background-color css
<style>
a { background-color: #84057B; }
a { background-color: rgb(132,5,123); }
div.DivClassName
{
background-color: #84057B;
}
.BgClassName
{
background-color: #84057B;
}
</style>
border-color css
<style>
span { border-color: #84057B; }
span { border-color: rgb(132,5,123); }
td.TdClassName
{
border-color: #84057B;
}
.TagClassName
{
border-color: #84057B;
}
</style>