Shades of Dark Purple #841572
Tints of Dark Purple #841572
RGB
CMYK
RGB Variations
Color information
#841572 (or 0x841572) is known color: Dark Purple. HEX triplet: 84, 15 and 72. RGB value is (132,21,114). Sum of RGB (Red+Green+Blue) = 132+21+114=267 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.44% from 267); Green value is 21 (8.59% from 255 or 7.87% from 267); Blue value is 114 (44.92% from 255 or 42.70% from 267); Max value from RGB is 132 - color contains mainly: red. Hex color #841572 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841572 is #7BEA8D. Grayscale: #404040. Windows color (decimal): -8120974 or 7476612. OLE color: 7476612.
HSL color Cylindrical-coordinate representation of color #841572: hue angle of 309.73º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #841572 is Cyan = 0, Magento = 0.84, Yellow = 0.14 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 21 | 114 | - |
| CMYK | 0 | 0.84 | 0.14 | 0.48 |
| HSL | 309.73º | 0.73% | 0.3% | - |
| HSV(B) | 309.73º | 0.84% | 0.52% | - |
| XYZ | 12.82 | 6.66 | 16.53 | - |
| YUV | 64.79 | 155.77 | 175.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 21 | 114 | 0 | 0.84 | 0.14 | 0.48 | 309.73 | 0.73 | 0.3 |
| Hex | 84 | 15 | 72 | 0 | 54 | E | 30 | 136 | 49 | 1E |
| Octal | 204 | 25 | 162 | 0 | 124 | 16 | 60 | 466 | 111 | 36 |
| Binary | 10000100 | 10101 | 1110010 | 0 | 1010100 | 1110 | 110000 | 100110110 | 1001001 | 11110 |
Color Harmonies of #841572
Complementary color
Monochromatic Colors of #841572
Black with #841572
Text Example
Text Example
White with #841572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841572; }
p { color: rgb(132,21,114); }
H1.HeaderClassName
{
color: #841572;
}
.AnyTagClassName
{
color: #841572;
}
</style>
background-color css
<style>
a { background-color: #841572; }
a { background-color: rgb(132,21,114); }
div.DivClassName
{
background-color: #841572;
}
.BgClassName
{
background-color: #841572;
}
</style>
border-color css
<style>
span { border-color: #841572; }
span { border-color: rgb(132,21,114); }
td.TdClassName
{
border-color: #841572;
}
.TagClassName
{
border-color: #841572;
}
</style>