Shades of Dark Purple #841272
Tints of Dark Purple #841272
RGB
CMYK
RGB Variations
Color information
#841272 (or 0x841272) is known color: Dark Purple. HEX triplet: 84, 12 and 72. RGB value is (132,18,114). Sum of RGB (Red+Green+Blue) = 132+18+114=264 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50% from 264); Green value is 18 (7.42% from 255 or 6.82% from 264); Blue value is 114 (44.92% from 255 or 43.18% from 264); Max value from RGB is 132 - color contains mainly: red. Hex color #841272 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841272 is #7BED8D. Grayscale: #3E3E3E. Windows color (decimal): -8121742 or 7475844. OLE color: 7475844.
HSL color Cylindrical-coordinate representation of color #841272: hue angle of 309.47º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #841272 is Cyan = 0, Magento = 0.86, Yellow = 0.14 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 18 | 114 | - |
| CMYK | 0 | 0.86 | 0.14 | 0.48 |
| HSL | 309.47º | 0.76% | 0.29% | - |
| HSV(B) | 309.47º | 0.86% | 0.52% | - |
| XYZ | 12.77 | 6.55 | 16.51 | - |
| YUV | 63.03 | 156.77 | 177.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 18 | 114 | 0 | 0.86 | 0.14 | 0.48 | 309.47 | 0.76 | 0.29 |
| Hex | 84 | 12 | 72 | 0 | 56 | E | 30 | 135 | 4C | 1D |
| Octal | 204 | 22 | 162 | 0 | 126 | 16 | 60 | 465 | 114 | 35 |
| Binary | 10000100 | 10010 | 1110010 | 0 | 1010110 | 1110 | 110000 | 100110101 | 1001100 | 11101 |
Color Harmonies of #841272
Complementary color
Monochromatic Colors of #841272
Black with #841272
Text Example
Text Example
White with #841272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841272; }
p { color: rgb(132,18,114); }
H1.HeaderClassName
{
color: #841272;
}
.AnyTagClassName
{
color: #841272;
}
</style>
background-color css
<style>
a { background-color: #841272; }
a { background-color: rgb(132,18,114); }
div.DivClassName
{
background-color: #841272;
}
.BgClassName
{
background-color: #841272;
}
</style>
border-color css
<style>
span { border-color: #841272; }
span { border-color: rgb(132,18,114); }
td.TdClassName
{
border-color: #841272;
}
.TagClassName
{
border-color: #841272;
}
</style>