Shades of Dark Purple #842F7B
Tints of Dark Purple #842F7B
RGB
CMYK
RGB Variations
Color information
#842F7B (or 0x842F7B) is known color: Dark Purple. HEX triplet: 84, 2F and 7B. RGB value is (132,47,123). Sum of RGB (Red+Green+Blue) = 132+47+123=302 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.71% from 302); Green value is 47 (18.75% from 255 or 15.56% from 302); Blue value is 123 (48.44% from 255 or 40.73% from 302); Max value from RGB is 132 - color contains mainly: red. Hex color #842F7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842F7B is #7BD084. Grayscale: #505050. Windows color (decimal): -8114309 or 8073092. OLE color: 8073092.
HSL color Cylindrical-coordinate representation of color #842F7B: hue angle of 306.35º 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 #842F7B is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 47 | 123 | - |
| CMYK | 0 | 0.64 | 0.07 | 0.48 |
| HSL | 306.35º | 0.47% | 0.35% | - |
| HSV(B) | 306.35º | 0.64% | 0.52% | - |
| XYZ | 14.11 | 8.37 | 19.61 | - |
| YUV | 81.08 | 151.66 | 164.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 47 | 123 | 0 | 0.64 | 0.07 | 0.48 | 306.35 | 0.47 | 0.35 |
| Hex | 84 | 2F | 7B | 0 | 40 | 7 | 30 | 132 | 2F | 23 |
| Octal | 204 | 57 | 173 | 0 | 100 | 7 | 60 | 462 | 57 | 43 |
| Binary | 10000100 | 101111 | 1111011 | 0 | 1000000 | 111 | 110000 | 100110010 | 101111 | 100011 |
Color Harmonies of #842F7B
Complementary color
Monochromatic Colors of #842F7B
Black with #842F7B
Text Example
Text Example
White with #842F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842F7B; }
p { color: rgb(132,47,123); }
H1.HeaderClassName
{
color: #842F7B;
}
.AnyTagClassName
{
color: #842F7B;
}
</style>
background-color css
<style>
a { background-color: #842F7B; }
a { background-color: rgb(132,47,123); }
div.DivClassName
{
background-color: #842F7B;
}
.BgClassName
{
background-color: #842F7B;
}
</style>
border-color css
<style>
span { border-color: #842F7B; }
span { border-color: rgb(132,47,123); }
td.TdClassName
{
border-color: #842F7B;
}
.TagClassName
{
border-color: #842F7B;
}
</style>