Shades of Dark Purple #842F70
Tints of Dark Purple #842F70
RGB
CMYK
RGB Variations
Color information
#842F70 (or 0x842F70) is known color: Dark Purple. HEX triplet: 84, 2F and 70. RGB value is (132,47,112). Sum of RGB (Red+Green+Blue) = 132+47+112=291 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.36% from 291); Green value is 47 (18.75% from 255 or 16.15% from 291); Blue value is 112 (44.14% from 255 or 38.49% from 291); Max value from RGB is 132 - color contains mainly: red. Hex color #842F70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842F70 is #7BD08F. Grayscale: #4F4F4F. Windows color (decimal): -8114320 or 7352196. OLE color: 7352196.
HSL color Cylindrical-coordinate representation of color #842F70: hue angle of 314.12º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #842F70 is Cyan = 0, Magento = 0.64, Yellow = 0.15 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 47 | 112 | - |
| CMYK | 0 | 0.64 | 0.15 | 0.48 |
| HSL | 314.12º | 0.47% | 0.35% | - |
| HSV(B) | 314.12º | 0.64% | 0.52% | - |
| XYZ | 13.46 | 8.11 | 16.19 | - |
| YUV | 79.83 | 146.16 | 165.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 47 | 112 | 0 | 0.64 | 0.15 | 0.48 | 314.12 | 0.47 | 0.35 |
| Hex | 84 | 2F | 70 | 0 | 40 | F | 30 | 13A | 2F | 23 |
| Octal | 204 | 57 | 160 | 0 | 100 | 17 | 60 | 472 | 57 | 43 |
| Binary | 10000100 | 101111 | 1110000 | 0 | 1000000 | 1111 | 110000 | 100111010 | 101111 | 100011 |
Color Harmonies of #842F70
Complementary color
Monochromatic Colors of #842F70
Black with #842F70
Text Example
Text Example
White with #842F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842F70; }
p { color: rgb(132,47,112); }
H1.HeaderClassName
{
color: #842F70;
}
.AnyTagClassName
{
color: #842F70;
}
</style>
background-color css
<style>
a { background-color: #842F70; }
a { background-color: rgb(132,47,112); }
div.DivClassName
{
background-color: #842F70;
}
.BgClassName
{
background-color: #842F70;
}
</style>
border-color css
<style>
span { border-color: #842F70; }
span { border-color: rgb(132,47,112); }
td.TdClassName
{
border-color: #842F70;
}
.TagClassName
{
border-color: #842F70;
}
</style>