Shades of Dark Purple #841B7E
Tints of Dark Purple #841B7E
RGB
CMYK
RGB Variations
Color information
#841B7E (or 0x841B7E) is known color: Dark Purple. HEX triplet: 84, 1B and 7E. RGB value is (132,27,126). Sum of RGB (Red+Green+Blue) = 132+27+126=285 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.32% from 285); Green value is 27 (10.94% from 255 or 9.47% from 285); Blue value is 126 (49.61% from 255 or 44.21% from 285); Max value from RGB is 132 - color contains mainly: red. Hex color #841B7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #841B7E is #7BE481. Grayscale: #454545. Windows color (decimal): -8119426 or 8264580. OLE color: 8264580.
HSL color Cylindrical-coordinate representation of color #841B7E: hue angle of 303.43º 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 #841B7E is Cyan = 0, Magento = 0.80, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 27 | 126 | - |
| CMYK | 0 | 0.80 | 0.05 | 0.48 |
| HSL | 303.43º | 0.66% | 0.31% | - |
| HSV(B) | 303.43º | 0.8% | 0.52% | - |
| XYZ | 13.67 | 7.2 | 20.41 | - |
| YUV | 69.68 | 159.79 | 172.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 27 | 126 | 0 | 0.80 | 0.05 | 0.48 | 303.43 | 0.66 | 0.31 |
| Hex | 84 | 1B | 7E | 0 | 50 | 5 | 30 | 12F | 42 | 1F |
| Octal | 204 | 33 | 176 | 0 | 120 | 5 | 60 | 457 | 102 | 37 |
| Binary | 10000100 | 11011 | 1111110 | 0 | 1010000 | 101 | 110000 | 100101111 | 1000010 | 11111 |
Color Harmonies of #841B7E
Complementary color
Monochromatic Colors of #841B7E
Black with #841B7E
Text Example
Text Example
White with #841B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841B7E; }
p { color: rgb(132,27,126); }
H1.HeaderClassName
{
color: #841B7E;
}
.AnyTagClassName
{
color: #841B7E;
}
</style>
background-color css
<style>
a { background-color: #841B7E; }
a { background-color: rgb(132,27,126); }
div.DivClassName
{
background-color: #841B7E;
}
.BgClassName
{
background-color: #841B7E;
}
</style>
border-color css
<style>
span { border-color: #841B7E; }
span { border-color: rgb(132,27,126); }
td.TdClassName
{
border-color: #841B7E;
}
.TagClassName
{
border-color: #841B7E;
}
</style>