Shades of Purple #84017B
Tints of Purple #84017B
RGB
CMYK
RGB Variations
Color information
#84017B (or 0x84017B) is known color: Purple. HEX triplet: 84, 01 and 7B. RGB value is (132,1,123). Sum of RGB (Red+Green+Blue) = 132+1+123=256 (33% of max value = 765). Red value is 132 (51.95% from 255 or 51.56% from 256); Green value is 1 (0.78% from 255 or 0.39% from 256); Blue value is 123 (48.44% from 255 or 48.05% from 256); Max value from RGB is 132 - color contains mainly: red. Hex color #84017B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84017B is #7BFE84. Grayscale: #353535. Windows color (decimal): -8126085 or 8061316. OLE color: 8061316.
HSL color Cylindrical-coordinate representation of color #84017B: hue angle of 304.12º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #84017B is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 1 | 123 | - |
| CMYK | 0 | 0.99 | 0.07 | 0.48 |
| HSL | 304.12º | 0.98% | 0.26% | - |
| HSV(B) | 304.12º | 0.99% | 0.52% | - |
| XYZ | 13.1 | 6.36 | 19.28 | - |
| YUV | 54.08 | 166.9 | 183.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 1 | 123 | 0 | 0.99 | 0.07 | 0.48 | 304.12 | 0.98 | 0.26 |
| Hex | 84 | 1 | 7B | 0 | 63 | 7 | 30 | 130 | 62 | 1A |
| Octal | 204 | 1 | 173 | 0 | 143 | 7 | 60 | 460 | 142 | 32 |
| Binary | 10000100 | 1 | 1111011 | 0 | 1100011 | 111 | 110000 | 100110000 | 1100010 | 11010 |
Color Harmonies of #84017B
Complementary color
Monochromatic Colors of #84017B
Black with #84017B
Text Example
Text Example
White with #84017B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84017B; }
p { color: rgb(132,1,123); }
H1.HeaderClassName
{
color: #84017B;
}
.AnyTagClassName
{
color: #84017B;
}
</style>
background-color css
<style>
a { background-color: #84017B; }
a { background-color: rgb(132,1,123); }
div.DivClassName
{
background-color: #84017B;
}
.BgClassName
{
background-color: #84017B;
}
</style>
border-color css
<style>
span { border-color: #84017B; }
span { border-color: rgb(132,1,123); }
td.TdClassName
{
border-color: #84017B;
}
.TagClassName
{
border-color: #84017B;
}
</style>