Shades of Dark Purple #841C6F
Tints of Dark Purple #841C6F
RGB
CMYK
RGB Variations
Color information
#841C6F (or 0x841C6F) is known color: Dark Purple. HEX triplet: 84, 1C and 6F. RGB value is (132,28,111). Sum of RGB (Red+Green+Blue) = 132+28+111=271 (35% of max value = 765). Red value is 132 (51.95% from 255 or 48.71% from 271); Green value is 28 (11.33% from 255 or 10.33% from 271); Blue value is 111 (43.75% from 255 or 40.96% from 271); Max value from RGB is 132 - color contains mainly: red. Hex color #841C6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #841C6F is #7BE390. Grayscale: #444444. Windows color (decimal): -8119185 or 7281796. OLE color: 7281796.
HSL color Cylindrical-coordinate representation of color #841C6F: hue angle of 312.12º 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 #841C6F is Cyan = 0, Magento = 0.79, Yellow = 0.16 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 28 | 111 | - |
| CMYK | 0 | 0.79 | 0.16 | 0.48 |
| HSL | 312.12º | 0.65% | 0.31% | - |
| HSV(B) | 312.12º | 0.79% | 0.52% | - |
| XYZ | 12.8 | 6.88 | 15.69 | - |
| YUV | 68.56 | 151.96 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 28 | 111 | 0 | 0.79 | 0.16 | 0.48 | 312.12 | 0.65 | 0.31 |
| Hex | 84 | 1C | 6F | 0 | 4F | 10 | 30 | 138 | 41 | 1F |
| Octal | 204 | 34 | 157 | 0 | 117 | 20 | 60 | 470 | 101 | 37 |
| Binary | 10000100 | 11100 | 1101111 | 0 | 1001111 | 10000 | 110000 | 100111000 | 1000001 | 11111 |
Color Harmonies of #841C6F
Complementary color
Monochromatic Colors of #841C6F
Black with #841C6F
Text Example
Text Example
White with #841C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841C6F; }
p { color: rgb(132,28,111); }
H1.HeaderClassName
{
color: #841C6F;
}
.AnyTagClassName
{
color: #841C6F;
}
</style>
background-color css
<style>
a { background-color: #841C6F; }
a { background-color: rgb(132,28,111); }
div.DivClassName
{
background-color: #841C6F;
}
.BgClassName
{
background-color: #841C6F;
}
</style>
border-color css
<style>
span { border-color: #841C6F; }
span { border-color: rgb(132,28,111); }
td.TdClassName
{
border-color: #841C6F;
}
.TagClassName
{
border-color: #841C6F;
}
</style>