Shades of Dark Purple #841B7A
Tints of Dark Purple #841B7A
RGB
CMYK
RGB Variations
Color information
#841B7A (or 0x841B7A) is known color: Dark Purple. HEX triplet: 84, 1B and 7A. RGB value is (132,27,122). Sum of RGB (Red+Green+Blue) = 132+27+122=281 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.98% from 281); Green value is 27 (10.94% from 255 or 9.61% from 281); Blue value is 122 (48.05% from 255 or 43.42% from 281); Max value from RGB is 132 - color contains mainly: red. Hex color #841B7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #841B7A is #7BE485. Grayscale: #444444. Windows color (decimal): -8119430 or 8002436. OLE color: 8002436.
HSL color Cylindrical-coordinate representation of color #841B7A: hue angle of 305.71º 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 #841B7A is Cyan = 0, Magento = 0.80, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 27 | 122 | - |
| CMYK | 0 | 0.80 | 0.08 | 0.48 |
| HSL | 305.71º | 0.66% | 0.31% | - |
| HSV(B) | 305.71º | 0.8% | 0.52% | - |
| XYZ | 13.42 | 7.09 | 19.07 | - |
| YUV | 69.23 | 157.79 | 172.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 27 | 122 | 0 | 0.80 | 0.08 | 0.48 | 305.71 | 0.66 | 0.31 |
| Hex | 84 | 1B | 7A | 0 | 50 | 8 | 30 | 132 | 42 | 1F |
| Octal | 204 | 33 | 172 | 0 | 120 | 10 | 60 | 462 | 102 | 37 |
| Binary | 10000100 | 11011 | 1111010 | 0 | 1010000 | 1000 | 110000 | 100110010 | 1000010 | 11111 |
Color Harmonies of #841B7A
Complementary color
Monochromatic Colors of #841B7A
Black with #841B7A
Text Example
Text Example
White with #841B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841B7A; }
p { color: rgb(132,27,122); }
H1.HeaderClassName
{
color: #841B7A;
}
.AnyTagClassName
{
color: #841B7A;
}
</style>
background-color css
<style>
a { background-color: #841B7A; }
a { background-color: rgb(132,27,122); }
div.DivClassName
{
background-color: #841B7A;
}
.BgClassName
{
background-color: #841B7A;
}
</style>
border-color css
<style>
span { border-color: #841B7A; }
span { border-color: rgb(132,27,122); }
td.TdClassName
{
border-color: #841B7A;
}
.TagClassName
{
border-color: #841B7A;
}
</style>