Shades of Dark Purple #841774
Tints of Dark Purple #841774
RGB
CMYK
RGB Variations
Color information
#841774 (or 0x841774) is known color: Dark Purple. HEX triplet: 84, 17 and 74. RGB value is (132,23,116). Sum of RGB (Red+Green+Blue) = 132+23+116=271 (35% of max value = 765). Red value is 132 (51.95% from 255 or 48.71% from 271); Green value is 23 (9.38% from 255 or 8.49% from 271); Blue value is 116 (45.70% from 255 or 42.80% from 271); Max value from RGB is 132 - color contains mainly: red. Hex color #841774 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841774 is #7BE88B. Grayscale: #414141. Windows color (decimal): -8120460 or 7608196. OLE color: 7608196.
HSL color Cylindrical-coordinate representation of color #841774: hue angle of 308.81º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #841774 is Cyan = 0, Magento = 0.83, Yellow = 0.12 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 23 | 116 | - |
| CMYK | 0 | 0.83 | 0.12 | 0.48 |
| HSL | 308.81º | 0.7% | 0.3% | - |
| HSV(B) | 308.81º | 0.83% | 0.52% | - |
| XYZ | 12.97 | 6.78 | 17.15 | - |
| YUV | 66.19 | 156.11 | 174.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 23 | 116 | 0 | 0.83 | 0.12 | 0.48 | 308.81 | 0.7 | 0.3 |
| Hex | 84 | 17 | 74 | 0 | 53 | C | 30 | 135 | 46 | 1E |
| Octal | 204 | 27 | 164 | 0 | 123 | 14 | 60 | 465 | 106 | 36 |
| Binary | 10000100 | 10111 | 1110100 | 0 | 1010011 | 1100 | 110000 | 100110101 | 1000110 | 11110 |
Color Harmonies of #841774
Complementary color
Monochromatic Colors of #841774
Black with #841774
Text Example
Text Example
White with #841774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841774; }
p { color: rgb(132,23,116); }
H1.HeaderClassName
{
color: #841774;
}
.AnyTagClassName
{
color: #841774;
}
</style>
background-color css
<style>
a { background-color: #841774; }
a { background-color: rgb(132,23,116); }
div.DivClassName
{
background-color: #841774;
}
.BgClassName
{
background-color: #841774;
}
</style>
border-color css
<style>
span { border-color: #841774; }
span { border-color: rgb(132,23,116); }
td.TdClassName
{
border-color: #841774;
}
.TagClassName
{
border-color: #841774;
}
</style>