Shades of Dark Purple #841D72
Tints of Dark Purple #841D72
RGB
CMYK
RGB Variations
Color information
#841D72 (or 0x841D72) is known color: Dark Purple. HEX triplet: 84, 1D and 72. RGB value is (132,29,114). Sum of RGB (Red+Green+Blue) = 132+29+114=275 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48% from 275); Green value is 29 (11.72% from 255 or 10.55% from 275); Blue value is 114 (44.92% from 255 or 41.45% from 275); Max value from RGB is 132 - color contains mainly: red. Hex color #841D72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #841D72 is #7BE28D. Grayscale: #454545. Windows color (decimal): -8118926 or 7478660. OLE color: 7478660.
HSL color Cylindrical-coordinate representation of color #841D72: hue angle of 310.49º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #841D72 is Cyan = 0, Magento = 0.78, Yellow = 0.14 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 29 | 114 | - |
| CMYK | 0 | 0.78 | 0.14 | 0.48 |
| HSL | 310.49º | 0.64% | 0.32% | - |
| HSV(B) | 310.49º | 0.78% | 0.52% | - |
| XYZ | 12.99 | 7 | 16.59 | - |
| YUV | 69.49 | 153.12 | 172.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 29 | 114 | 0 | 0.78 | 0.14 | 0.48 | 310.49 | 0.64 | 0.32 |
| Hex | 84 | 1D | 72 | 0 | 4E | E | 30 | 136 | 40 | 20 |
| Octal | 204 | 35 | 162 | 0 | 116 | 16 | 60 | 466 | 100 | 40 |
| Binary | 10000100 | 11101 | 1110010 | 0 | 1001110 | 1110 | 110000 | 100110110 | 1000000 | 100000 |
Color Harmonies of #841D72
Complementary color
Monochromatic Colors of #841D72
Black with #841D72
Text Example
Text Example
White with #841D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841D72; }
p { color: rgb(132,29,114); }
H1.HeaderClassName
{
color: #841D72;
}
.AnyTagClassName
{
color: #841D72;
}
</style>
background-color css
<style>
a { background-color: #841D72; }
a { background-color: rgb(132,29,114); }
div.DivClassName
{
background-color: #841D72;
}
.BgClassName
{
background-color: #841D72;
}
</style>
border-color css
<style>
span { border-color: #841D72; }
span { border-color: rgb(132,29,114); }
td.TdClassName
{
border-color: #841D72;
}
.TagClassName
{
border-color: #841D72;
}
</style>