Shades of Dark Purple #84177F
Tints of Dark Purple #84177F
RGB
CMYK
RGB Variations
Color information
#84177F (or 0x84177F) is known color: Dark Purple. HEX triplet: 84, 17 and 7F. RGB value is (132,23,127). Sum of RGB (Red+Green+Blue) = 132+23+127=282 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.81% from 282); Green value is 23 (9.38% from 255 or 8.16% from 282); Blue value is 127 (50% from 255 or 45.04% from 282); Max value from RGB is 132 - color contains mainly: red. Hex color #84177F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84177F is #7BE880. Grayscale: #434343. Windows color (decimal): -8120449 or 8329092. OLE color: 8329092.
HSL color Cylindrical-coordinate representation of color #84177F: hue angle of 302.75º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #84177F is Cyan = 0, Magento = 0.83, Yellow = 0.04 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 23 | 127 | - |
| CMYK | 0 | 0.83 | 0.04 | 0.48 |
| HSL | 302.75º | 0.7% | 0.3% | - |
| HSV(B) | 302.75º | 0.83% | 0.52% | - |
| XYZ | 13.65 | 7.05 | 20.72 | - |
| YUV | 67.45 | 161.61 | 174.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 23 | 127 | 0 | 0.83 | 0.04 | 0.48 | 302.75 | 0.7 | 0.3 |
| Hex | 84 | 17 | 7F | 0 | 53 | 4 | 30 | 12F | 46 | 1E |
| Octal | 204 | 27 | 177 | 0 | 123 | 4 | 60 | 457 | 106 | 36 |
| Binary | 10000100 | 10111 | 1111111 | 0 | 1010011 | 100 | 110000 | 100101111 | 1000110 | 11110 |
Color Harmonies of #84177F
Complementary color
Monochromatic Colors of #84177F
Black with #84177F
Text Example
Text Example
White with #84177F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84177F; }
p { color: rgb(132,23,127); }
H1.HeaderClassName
{
color: #84177F;
}
.AnyTagClassName
{
color: #84177F;
}
</style>
background-color css
<style>
a { background-color: #84177F; }
a { background-color: rgb(132,23,127); }
div.DivClassName
{
background-color: #84177F;
}
.BgClassName
{
background-color: #84177F;
}
</style>
border-color css
<style>
span { border-color: #84177F; }
span { border-color: rgb(132,23,127); }
td.TdClassName
{
border-color: #84177F;
}
.TagClassName
{
border-color: #84177F;
}
</style>