Shades of Dark Purple #84117B
Tints of Dark Purple #84117B
RGB
CMYK
RGB Variations
Color information
#84117B (or 0x84117B) is known color: Dark Purple. HEX triplet: 84, 11 and 7B. RGB value is (132,17,123). Sum of RGB (Red+Green+Blue) = 132+17+123=272 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.53% from 272); Green value is 17 (7.03% from 255 or 6.25% from 272); Blue value is 123 (48.44% from 255 or 45.22% from 272); Max value from RGB is 132 - color contains mainly: red. Hex color #84117B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84117B is #7BEE84. Grayscale: #3F3F3F. Windows color (decimal): -8121989 or 8065412. OLE color: 8065412.
HSL color Cylindrical-coordinate representation of color #84117B: hue angle of 304.7º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #84117B is Cyan = 0, Magento = 0.87, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 17 | 123 | - |
| CMYK | 0 | 0.87 | 0.07 | 0.48 |
| HSL | 304.7º | 0.77% | 0.29% | - |
| HSV(B) | 304.7º | 0.87% | 0.52% | - |
| XYZ | 13.29 | 6.74 | 19.34 | - |
| YUV | 63.47 | 161.6 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 17 | 123 | 0 | 0.87 | 0.07 | 0.48 | 304.7 | 0.77 | 0.29 |
| Hex | 84 | 11 | 7B | 0 | 57 | 7 | 30 | 131 | 4D | 1D |
| Octal | 204 | 21 | 173 | 0 | 127 | 7 | 60 | 461 | 115 | 35 |
| Binary | 10000100 | 10001 | 1111011 | 0 | 1010111 | 111 | 110000 | 100110001 | 1001101 | 11101 |
Color Harmonies of #84117B
Complementary color
Monochromatic Colors of #84117B
Black with #84117B
Text Example
Text Example
White with #84117B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84117B; }
p { color: rgb(132,17,123); }
H1.HeaderClassName
{
color: #84117B;
}
.AnyTagClassName
{
color: #84117B;
}
</style>
background-color css
<style>
a { background-color: #84117B; }
a { background-color: rgb(132,17,123); }
div.DivClassName
{
background-color: #84117B;
}
.BgClassName
{
background-color: #84117B;
}
</style>
border-color css
<style>
span { border-color: #84117B; }
span { border-color: rgb(132,17,123); }
td.TdClassName
{
border-color: #84117B;
}
.TagClassName
{
border-color: #84117B;
}
</style>