Shades of Purple #84017D
Tints of Purple #84017D
RGB
CMYK
RGB Variations
Color information
#84017D (or 0x84017D) is known color: Purple. HEX triplet: 84, 01 and 7D. RGB value is (132,1,125). Sum of RGB (Red+Green+Blue) = 132+1+125=258 (34% of max value = 765). Red value is 132 (51.95% from 255 or 51.16% from 258); Green value is 1 (0.78% from 255 or 0.39% from 258); Blue value is 125 (49.22% from 255 or 48.45% from 258); Max value from RGB is 132 - color contains mainly: red. Hex color #84017D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84017D is #7BFE82. Grayscale: #353535. Windows color (decimal): -8126083 or 8192388. OLE color: 8192388.
HSL color Cylindrical-coordinate representation of color #84017D: hue angle of 303.21º 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 #84017D is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 1 | 125 | - |
| CMYK | 0 | 0.99 | 0.05 | 0.48 |
| HSL | 303.21º | 0.98% | 0.26% | - |
| HSV(B) | 303.21º | 0.99% | 0.52% | - |
| XYZ | 13.23 | 6.41 | 19.94 | - |
| YUV | 54.31 | 167.9 | 183.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 1 | 125 | 0 | 0.99 | 0.05 | 0.48 | 303.21 | 0.98 | 0.26 |
| Hex | 84 | 1 | 7D | 0 | 63 | 5 | 30 | 12F | 62 | 1A |
| Octal | 204 | 1 | 175 | 0 | 143 | 5 | 60 | 457 | 142 | 32 |
| Binary | 10000100 | 1 | 1111101 | 0 | 1100011 | 101 | 110000 | 100101111 | 1100010 | 11010 |
Color Harmonies of #84017D
Complementary color
Monochromatic Colors of #84017D
Black with #84017D
Text Example
Text Example
White with #84017D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84017D; }
p { color: rgb(132,1,125); }
H1.HeaderClassName
{
color: #84017D;
}
.AnyTagClassName
{
color: #84017D;
}
</style>
background-color css
<style>
a { background-color: #84017D; }
a { background-color: rgb(132,1,125); }
div.DivClassName
{
background-color: #84017D;
}
.BgClassName
{
background-color: #84017D;
}
</style>
border-color css
<style>
span { border-color: #84017D; }
span { border-color: rgb(132,1,125); }
td.TdClassName
{
border-color: #84017D;
}
.TagClassName
{
border-color: #84017D;
}
</style>