Shades of Dark Purple #84177B
Tints of Dark Purple #84177B
RGB
CMYK
RGB Variations
Color information
#84177B (or 0x84177B) is known color: Dark Purple. HEX triplet: 84, 17 and 7B. RGB value is (132,23,123). Sum of RGB (Red+Green+Blue) = 132+23+123=278 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.48% from 278); Green value is 23 (9.38% from 255 or 8.27% from 278); Blue value is 123 (48.44% from 255 or 44.24% from 278); Max value from RGB is 132 - color contains mainly: red. Hex color #84177B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84177B is #7BE884. Grayscale: #424242. Windows color (decimal): -8120453 or 8066948. OLE color: 8066948.
HSL color Cylindrical-coordinate representation of color #84177B: hue angle of 304.95º 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 #84177B is Cyan = 0, Magento = 0.83, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 23 | 123 | - |
| CMYK | 0 | 0.83 | 0.07 | 0.48 |
| HSL | 304.95º | 0.7% | 0.3% | - |
| HSV(B) | 304.95º | 0.83% | 0.52% | - |
| XYZ | 13.4 | 6.95 | 19.37 | - |
| YUV | 66.99 | 159.61 | 174.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 23 | 123 | 0 | 0.83 | 0.07 | 0.48 | 304.95 | 0.7 | 0.3 |
| Hex | 84 | 17 | 7B | 0 | 53 | 7 | 30 | 131 | 46 | 1E |
| Octal | 204 | 27 | 173 | 0 | 123 | 7 | 60 | 461 | 106 | 36 |
| Binary | 10000100 | 10111 | 1111011 | 0 | 1010011 | 111 | 110000 | 100110001 | 1000110 | 11110 |
Color Harmonies of #84177B
Complementary color
Monochromatic Colors of #84177B
Black with #84177B
Text Example
Text Example
White with #84177B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84177B; }
p { color: rgb(132,23,123); }
H1.HeaderClassName
{
color: #84177B;
}
.AnyTagClassName
{
color: #84177B;
}
</style>
background-color css
<style>
a { background-color: #84177B; }
a { background-color: rgb(132,23,123); }
div.DivClassName
{
background-color: #84177B;
}
.BgClassName
{
background-color: #84177B;
}
</style>
border-color css
<style>
span { border-color: #84177B; }
span { border-color: rgb(132,23,123); }
td.TdClassName
{
border-color: #84177B;
}
.TagClassName
{
border-color: #84177B;
}
</style>