Shades of Dark Purple #841977
Tints of Dark Purple #841977
RGB
CMYK
RGB Variations
Color information
#841977 (or 0x841977) is known color: Dark Purple. HEX triplet: 84, 19 and 77. RGB value is (132,25,119). Sum of RGB (Red+Green+Blue) = 132+25+119=276 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.83% from 276); Green value is 25 (10.16% from 255 or 9.06% from 276); Blue value is 119 (46.88% from 255 or 43.12% from 276); Max value from RGB is 132 - color contains mainly: red. Hex color #841977 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841977 is #7BE688. Grayscale: #434343. Windows color (decimal): -8119945 or 7805316. OLE color: 7805316.
HSL color Cylindrical-coordinate representation of color #841977: hue angle of 307.29º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #841977 is Cyan = 0, Magento = 0.81, Yellow = 0.10 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 25 | 119 | - |
| CMYK | 0 | 0.81 | 0.10 | 0.48 |
| HSL | 307.29º | 0.68% | 0.31% | - |
| HSV(B) | 307.29º | 0.81% | 0.52% | - |
| XYZ | 13.19 | 6.93 | 18.1 | - |
| YUV | 67.71 | 156.95 | 173.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 25 | 119 | 0 | 0.81 | 0.10 | 0.48 | 307.29 | 0.68 | 0.31 |
| Hex | 84 | 19 | 77 | 0 | 51 | A | 30 | 133 | 44 | 1F |
| Octal | 204 | 31 | 167 | 0 | 121 | 12 | 60 | 463 | 104 | 37 |
| Binary | 10000100 | 11001 | 1110111 | 0 | 1010001 | 1010 | 110000 | 100110011 | 1000100 | 11111 |
Color Harmonies of #841977
Complementary color
Monochromatic Colors of #841977
Black with #841977
Text Example
Text Example
White with #841977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841977; }
p { color: rgb(132,25,119); }
H1.HeaderClassName
{
color: #841977;
}
.AnyTagClassName
{
color: #841977;
}
</style>
background-color css
<style>
a { background-color: #841977; }
a { background-color: rgb(132,25,119); }
div.DivClassName
{
background-color: #841977;
}
.BgClassName
{
background-color: #841977;
}
</style>
border-color css
<style>
span { border-color: #841977; }
span { border-color: rgb(132,25,119); }
td.TdClassName
{
border-color: #841977;
}
.TagClassName
{
border-color: #841977;
}
</style>