Shades of Dark Purple #841C7C
Tints of Dark Purple #841C7C
RGB
CMYK
RGB Variations
Color information
#841C7C (or 0x841C7C) is known color: Dark Purple. HEX triplet: 84, 1C and 7C. RGB value is (132,28,124). Sum of RGB (Red+Green+Blue) = 132+28+124=284 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.48% from 284); Green value is 28 (11.33% from 255 or 9.86% from 284); Blue value is 124 (48.83% from 255 or 43.66% from 284); Max value from RGB is 132 - color contains mainly: red. Hex color #841C7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #841C7C is #7BE383. Grayscale: #454545. Windows color (decimal): -8119172 or 8133764. OLE color: 8133764.
HSL color Cylindrical-coordinate representation of color #841C7C: hue angle of 304.62º 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 #841C7C is Cyan = 0, Magento = 0.79, Yellow = 0.06 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 28 | 124 | - |
| CMYK | 0 | 0.79 | 0.06 | 0.48 |
| HSL | 304.62º | 0.65% | 0.31% | - |
| HSV(B) | 304.62º | 0.79% | 0.52% | - |
| XYZ | 13.57 | 7.19 | 19.74 | - |
| YUV | 70.04 | 158.46 | 172.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 28 | 124 | 0 | 0.79 | 0.06 | 0.48 | 304.62 | 0.65 | 0.31 |
| Hex | 84 | 1C | 7C | 0 | 4F | 6 | 30 | 131 | 41 | 1F |
| Octal | 204 | 34 | 174 | 0 | 117 | 6 | 60 | 461 | 101 | 37 |
| Binary | 10000100 | 11100 | 1111100 | 0 | 1001111 | 110 | 110000 | 100110001 | 1000001 | 11111 |
Color Harmonies of #841C7C
Complementary color
Monochromatic Colors of #841C7C
Black with #841C7C
Text Example
Text Example
White with #841C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841C7C; }
p { color: rgb(132,28,124); }
H1.HeaderClassName
{
color: #841C7C;
}
.AnyTagClassName
{
color: #841C7C;
}
</style>
background-color css
<style>
a { background-color: #841C7C; }
a { background-color: rgb(132,28,124); }
div.DivClassName
{
background-color: #841C7C;
}
.BgClassName
{
background-color: #841C7C;
}
</style>
border-color css
<style>
span { border-color: #841C7C; }
span { border-color: rgb(132,28,124); }
td.TdClassName
{
border-color: #841C7C;
}
.TagClassName
{
border-color: #841C7C;
}
</style>