Shades of Dark Purple #841C72
Tints of Dark Purple #841C72
RGB
CMYK
RGB Variations
Color information
#841C72 (or 0x841C72) is known color: Dark Purple. HEX triplet: 84, 1C and 72. RGB value is (132,28,114). Sum of RGB (Red+Green+Blue) = 132+28+114=274 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.18% from 274); Green value is 28 (11.33% from 255 or 10.22% from 274); Blue value is 114 (44.92% from 255 or 41.61% from 274); Max value from RGB is 132 - color contains mainly: red. Hex color #841C72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #841C72 is #7BE38D. Grayscale: #444444. Windows color (decimal): -8119182 or 7478404. OLE color: 7478404.
HSL color Cylindrical-coordinate representation of color #841C72: hue angle of 310.38º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #841C72 is Cyan = 0, Magento = 0.79, Yellow = 0.14 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 28 | 114 | - |
| CMYK | 0 | 0.79 | 0.14 | 0.48 |
| HSL | 310.38º | 0.65% | 0.31% | - |
| HSV(B) | 310.38º | 0.79% | 0.52% | - |
| XYZ | 12.97 | 6.95 | 16.58 | - |
| YUV | 68.9 | 153.46 | 173.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 28 | 114 | 0 | 0.79 | 0.14 | 0.48 | 310.38 | 0.65 | 0.31 |
| Hex | 84 | 1C | 72 | 0 | 4F | E | 30 | 136 | 41 | 1F |
| Octal | 204 | 34 | 162 | 0 | 117 | 16 | 60 | 466 | 101 | 37 |
| Binary | 10000100 | 11100 | 1110010 | 0 | 1001111 | 1110 | 110000 | 100110110 | 1000001 | 11111 |
Color Harmonies of #841C72
Complementary color
Monochromatic Colors of #841C72
Black with #841C72
Text Example
Text Example
White with #841C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841C72; }
p { color: rgb(132,28,114); }
H1.HeaderClassName
{
color: #841C72;
}
.AnyTagClassName
{
color: #841C72;
}
</style>
background-color css
<style>
a { background-color: #841C72; }
a { background-color: rgb(132,28,114); }
div.DivClassName
{
background-color: #841C72;
}
.BgClassName
{
background-color: #841C72;
}
</style>
border-color css
<style>
span { border-color: #841C72; }
span { border-color: rgb(132,28,114); }
td.TdClassName
{
border-color: #841C72;
}
.TagClassName
{
border-color: #841C72;
}
</style>