Shades of Dark Purple #841B6B
Tints of Dark Purple #841B6B
RGB
CMYK
RGB Variations
Color information
#841B6B (or 0x841B6B) is known color: Dark Purple. HEX triplet: 84, 1B and 6B. RGB value is (132,27,107). Sum of RGB (Red+Green+Blue) = 132+27+107=266 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.62% from 266); Green value is 27 (10.94% from 255 or 10.15% from 266); Blue value is 107 (42.19% from 255 or 40.23% from 266); Max value from RGB is 132 - color contains mainly: red. Hex color #841B6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #841B6B is #7BE494. Grayscale: #434343. Windows color (decimal): -8119445 or 7019396. OLE color: 7019396.
HSL color Cylindrical-coordinate representation of color #841B6B: hue angle of 314.29º 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 #841B6B is Cyan = 0, Magento = 0.80, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 27 | 107 | - |
| CMYK | 0 | 0.80 | 0.19 | 0.48 |
| HSL | 314.29º | 0.66% | 0.31% | - |
| HSV(B) | 314.29º | 0.8% | 0.52% | - |
| XYZ | 12.56 | 6.75 | 14.55 | - |
| YUV | 67.52 | 150.29 | 174 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 27 | 107 | 0 | 0.80 | 0.19 | 0.48 | 314.29 | 0.66 | 0.31 |
| Hex | 84 | 1B | 6B | 0 | 50 | 13 | 30 | 13A | 42 | 1F |
| Octal | 204 | 33 | 153 | 0 | 120 | 23 | 60 | 472 | 102 | 37 |
| Binary | 10000100 | 11011 | 1101011 | 0 | 1010000 | 10011 | 110000 | 100111010 | 1000010 | 11111 |
Color Harmonies of #841B6B
Complementary color
Monochromatic Colors of #841B6B
Black with #841B6B
Text Example
Text Example
White with #841B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841B6B; }
p { color: rgb(132,27,107); }
H1.HeaderClassName
{
color: #841B6B;
}
.AnyTagClassName
{
color: #841B6B;
}
</style>
background-color css
<style>
a { background-color: #841B6B; }
a { background-color: rgb(132,27,107); }
div.DivClassName
{
background-color: #841B6B;
}
.BgClassName
{
background-color: #841B6B;
}
</style>
border-color css
<style>
span { border-color: #841B6B; }
span { border-color: rgb(132,27,107); }
td.TdClassName
{
border-color: #841B6B;
}
.TagClassName
{
border-color: #841B6B;
}
</style>