Shades of Dark Purple #841B7D
Tints of Dark Purple #841B7D
RGB
CMYK
RGB Variations
Color information
#841B7D (or 0x841B7D) is known color: Dark Purple. HEX triplet: 84, 1B and 7D. RGB value is (132,27,125). Sum of RGB (Red+Green+Blue) = 132+27+125=284 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.48% from 284); Green value is 27 (10.94% from 255 or 9.51% from 284); Blue value is 125 (49.22% from 255 or 44.01% from 284); Max value from RGB is 132 - color contains mainly: red. Hex color #841B7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #841B7D is #7BE482. Grayscale: #454545. Windows color (decimal): -8119427 or 8199044. OLE color: 8199044.
HSL color Cylindrical-coordinate representation of color #841B7D: hue angle of 304º 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 #841B7D is Cyan = 0, Magento = 0.80, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 27 | 125 | - |
| CMYK | 0 | 0.80 | 0.05 | 0.48 |
| HSL | 304º | 0.66% | 0.31% | - |
| HSV(B) | 304º | 0.8% | 0.52% | - |
| XYZ | 13.61 | 7.17 | 20.07 | - |
| YUV | 69.57 | 159.29 | 172.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 27 | 125 | 0 | 0.80 | 0.05 | 0.48 | 304 | 0.66 | 0.31 |
| Hex | 84 | 1B | 7D | 0 | 50 | 5 | 30 | 130 | 42 | 1F |
| Octal | 204 | 33 | 175 | 0 | 120 | 5 | 60 | 460 | 102 | 37 |
| Binary | 10000100 | 11011 | 1111101 | 0 | 1010000 | 101 | 110000 | 100110000 | 1000010 | 11111 |
Color Harmonies of #841B7D
Complementary color
Monochromatic Colors of #841B7D
Black with #841B7D
Text Example
Text Example
White with #841B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841B7D; }
p { color: rgb(132,27,125); }
H1.HeaderClassName
{
color: #841B7D;
}
.AnyTagClassName
{
color: #841B7D;
}
</style>
background-color css
<style>
a { background-color: #841B7D; }
a { background-color: rgb(132,27,125); }
div.DivClassName
{
background-color: #841B7D;
}
.BgClassName
{
background-color: #841B7D;
}
</style>
border-color css
<style>
span { border-color: #841B7D; }
span { border-color: rgb(132,27,125); }
td.TdClassName
{
border-color: #841B7D;
}
.TagClassName
{
border-color: #841B7D;
}
</style>