Shades of Dark Purple #841377
Tints of Dark Purple #841377
RGB
CMYK
RGB Variations
Color information
#841377 (or 0x841377) is known color: Dark Purple. HEX triplet: 84, 13 and 77. RGB value is (132,19,119). Sum of RGB (Red+Green+Blue) = 132+19+119=270 (35% of max value = 765). Red value is 132 (51.95% from 255 or 48.89% from 270); Green value is 19 (7.81% from 255 or 7.04% from 270); Blue value is 119 (46.88% from 255 or 44.07% from 270); Max value from RGB is 132 - color contains mainly: red. Hex color #841377 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841377 is #7BEC88. Grayscale: #3F3F3F. Windows color (decimal): -8121481 or 7803780. OLE color: 7803780.
HSL color Cylindrical-coordinate representation of color #841377: hue angle of 306.9º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #841377 is Cyan = 0, Magento = 0.86, Yellow = 0.10 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 19 | 119 | - |
| CMYK | 0 | 0.86 | 0.10 | 0.48 |
| HSL | 306.9º | 0.75% | 0.3% | - |
| HSV(B) | 306.9º | 0.86% | 0.52% | - |
| XYZ | 13.08 | 6.7 | 18.06 | - |
| YUV | 64.19 | 158.94 | 176.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 19 | 119 | 0 | 0.86 | 0.10 | 0.48 | 306.9 | 0.75 | 0.3 |
| Hex | 84 | 13 | 77 | 0 | 56 | A | 30 | 133 | 4B | 1E |
| Octal | 204 | 23 | 167 | 0 | 126 | 12 | 60 | 463 | 113 | 36 |
| Binary | 10000100 | 10011 | 1110111 | 0 | 1010110 | 1010 | 110000 | 100110011 | 1001011 | 11110 |
Color Harmonies of #841377
Complementary color
Monochromatic Colors of #841377
Black with #841377
Text Example
Text Example
White with #841377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841377; }
p { color: rgb(132,19,119); }
H1.HeaderClassName
{
color: #841377;
}
.AnyTagClassName
{
color: #841377;
}
</style>
background-color css
<style>
a { background-color: #841377; }
a { background-color: rgb(132,19,119); }
div.DivClassName
{
background-color: #841377;
}
.BgClassName
{
background-color: #841377;
}
</style>
border-color css
<style>
span { border-color: #841377; }
span { border-color: rgb(132,19,119); }
td.TdClassName
{
border-color: #841377;
}
.TagClassName
{
border-color: #841377;
}
</style>