Shades of Dark Purple #841C7D
Tints of Dark Purple #841C7D
RGB
CMYK
RGB Variations
Color information
#841C7D (or 0x841C7D) is known color: Dark Purple. HEX triplet: 84, 1C and 7D. RGB value is (132,28,125). Sum of RGB (Red+Green+Blue) = 132+28+125=285 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.32% from 285); Green value is 28 (11.33% from 255 or 9.82% from 285); Blue value is 125 (49.22% from 255 or 43.86% from 285); Max value from RGB is 132 - color contains mainly: red. Hex color #841C7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #841C7D is #7BE382. Grayscale: #454545. Windows color (decimal): -8119171 or 8199300. OLE color: 8199300.
HSL color Cylindrical-coordinate representation of color #841C7D: hue angle of 304.04º 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 #841C7D is Cyan = 0, Magento = 0.79, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 28 | 125 | - |
| CMYK | 0 | 0.79 | 0.05 | 0.48 |
| HSL | 304.04º | 0.65% | 0.31% | - |
| HSV(B) | 304.04º | 0.79% | 0.52% | - |
| XYZ | 13.63 | 7.22 | 20.08 | - |
| YUV | 70.15 | 158.96 | 172.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 28 | 125 | 0 | 0.79 | 0.05 | 0.48 | 304.04 | 0.65 | 0.31 |
| Hex | 84 | 1C | 7D | 0 | 4F | 5 | 30 | 130 | 41 | 1F |
| Octal | 204 | 34 | 175 | 0 | 117 | 5 | 60 | 460 | 101 | 37 |
| Binary | 10000100 | 11100 | 1111101 | 0 | 1001111 | 101 | 110000 | 100110000 | 1000001 | 11111 |
Color Harmonies of #841C7D
Complementary color
Monochromatic Colors of #841C7D
Black with #841C7D
Text Example
Text Example
White with #841C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841C7D; }
p { color: rgb(132,28,125); }
H1.HeaderClassName
{
color: #841C7D;
}
.AnyTagClassName
{
color: #841C7D;
}
</style>
background-color css
<style>
a { background-color: #841C7D; }
a { background-color: rgb(132,28,125); }
div.DivClassName
{
background-color: #841C7D;
}
.BgClassName
{
background-color: #841C7D;
}
</style>
border-color css
<style>
span { border-color: #841C7D; }
span { border-color: rgb(132,28,125); }
td.TdClassName
{
border-color: #841C7D;
}
.TagClassName
{
border-color: #841C7D;
}
</style>