Shades of Dark Purple #840D74
Tints of Dark Purple #840D74
RGB
CMYK
RGB Variations
Color information
#840D74 (or 0x840D74) is known color: Dark Purple. HEX triplet: 84, 0D and 74. RGB value is (132,13,116). Sum of RGB (Red+Green+Blue) = 132+13+116=261 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.57% from 261); Green value is 13 (5.47% from 255 or 4.98% from 261); Blue value is 116 (45.70% from 255 or 44.44% from 261); Max value from RGB is 132 - color contains mainly: red. Hex color #840D74 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840D74 is #7BF28B. Grayscale: #3C3C3C. Windows color (decimal): -8123020 or 7605636. OLE color: 7605636.
HSL color Cylindrical-coordinate representation of color #840D74: hue angle of 308.07º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #840D74 is Cyan = 0, Magento = 0.90, Yellow = 0.12 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 13 | 116 | - |
| CMYK | 0 | 0.90 | 0.12 | 0.48 |
| HSL | 308.07º | 0.82% | 0.28% | - |
| HSV(B) | 308.07º | 0.9% | 0.52% | - |
| XYZ | 12.81 | 6.45 | 17.09 | - |
| YUV | 60.32 | 159.42 | 179.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 13 | 116 | 0 | 0.90 | 0.12 | 0.48 | 308.07 | 0.82 | 0.28 |
| Hex | 84 | D | 74 | 0 | 5A | C | 30 | 134 | 52 | 1C |
| Octal | 204 | 15 | 164 | 0 | 132 | 14 | 60 | 464 | 122 | 34 |
| Binary | 10000100 | 1101 | 1110100 | 0 | 1011010 | 1100 | 110000 | 100110100 | 1010010 | 11100 |
Color Harmonies of #840D74
Complementary color
Monochromatic Colors of #840D74
Black with #840D74
Text Example
Text Example
White with #840D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840D74; }
p { color: rgb(132,13,116); }
H1.HeaderClassName
{
color: #840D74;
}
.AnyTagClassName
{
color: #840D74;
}
</style>
background-color css
<style>
a { background-color: #840D74; }
a { background-color: rgb(132,13,116); }
div.DivClassName
{
background-color: #840D74;
}
.BgClassName
{
background-color: #840D74;
}
</style>
border-color css
<style>
span { border-color: #840D74; }
span { border-color: rgb(132,13,116); }
td.TdClassName
{
border-color: #840D74;
}
.TagClassName
{
border-color: #840D74;
}
</style>