Shades of Dark Purple #841B6D
Tints of Dark Purple #841B6D
RGB
CMYK
RGB Variations
Color information
#841B6D (or 0x841B6D) is known color: Dark Purple. HEX triplet: 84, 1B and 6D. RGB value is (132,27,109). Sum of RGB (Red+Green+Blue) = 132+27+109=268 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.25% from 268); Green value is 27 (10.94% from 255 or 10.07% from 268); Blue value is 109 (42.97% from 255 or 40.67% from 268); Max value from RGB is 132 - color contains mainly: red. Hex color #841B6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #841B6D is #7BE492. Grayscale: #434343. Windows color (decimal): -8119443 or 7150468. OLE color: 7150468.
HSL color Cylindrical-coordinate representation of color #841B6D: hue angle of 313.14º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #841B6D is Cyan = 0, Magento = 0.80, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 27 | 109 | - |
| CMYK | 0 | 0.80 | 0.17 | 0.48 |
| HSL | 313.14º | 0.66% | 0.31% | - |
| HSV(B) | 313.14º | 0.8% | 0.52% | - |
| XYZ | 12.67 | 6.79 | 15.11 | - |
| YUV | 67.74 | 151.29 | 173.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 27 | 109 | 0 | 0.80 | 0.17 | 0.48 | 313.14 | 0.66 | 0.31 |
| Hex | 84 | 1B | 6D | 0 | 50 | 11 | 30 | 139 | 42 | 1F |
| Octal | 204 | 33 | 155 | 0 | 120 | 21 | 60 | 471 | 102 | 37 |
| Binary | 10000100 | 11011 | 1101101 | 0 | 1010000 | 10001 | 110000 | 100111001 | 1000010 | 11111 |
Color Harmonies of #841B6D
Complementary color
Monochromatic Colors of #841B6D
Black with #841B6D
Text Example
Text Example
White with #841B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841B6D; }
p { color: rgb(132,27,109); }
H1.HeaderClassName
{
color: #841B6D;
}
.AnyTagClassName
{
color: #841B6D;
}
</style>
background-color css
<style>
a { background-color: #841B6D; }
a { background-color: rgb(132,27,109); }
div.DivClassName
{
background-color: #841B6D;
}
.BgClassName
{
background-color: #841B6D;
}
</style>
border-color css
<style>
span { border-color: #841B6D; }
span { border-color: rgb(132,27,109); }
td.TdClassName
{
border-color: #841B6D;
}
.TagClassName
{
border-color: #841B6D;
}
</style>