Shades of Purple #840D7B
Tints of Purple #840D7B
RGB
CMYK
RGB Variations
Color information
#840D7B (or 0x840D7B) is known color: Purple. HEX triplet: 84, 0D and 7B. RGB value is (132,13,123). Sum of RGB (Red+Green+Blue) = 132+13+123=268 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.25% from 268); Green value is 13 (5.47% from 255 or 4.85% from 268); Blue value is 123 (48.44% from 255 or 45.90% from 268); Max value from RGB is 132 - color contains mainly: red. Hex color #840D7B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840D7B is #7BF284. Grayscale: #3C3C3C. Windows color (decimal): -8123013 or 8064388. OLE color: 8064388.
HSL color Cylindrical-coordinate representation of color #840D7B: hue angle of 304.54º 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 #840D7B is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 13 | 123 | - |
| CMYK | 0 | 0.90 | 0.07 | 0.48 |
| HSL | 304.54º | 0.82% | 0.28% | - |
| HSV(B) | 304.54º | 0.9% | 0.52% | - |
| XYZ | 13.23 | 6.62 | 19.32 | - |
| YUV | 61.12 | 162.92 | 178.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 13 | 123 | 0 | 0.90 | 0.07 | 0.48 | 304.54 | 0.82 | 0.28 |
| Hex | 84 | D | 7B | 0 | 5A | 7 | 30 | 131 | 52 | 1C |
| Octal | 204 | 15 | 173 | 0 | 132 | 7 | 60 | 461 | 122 | 34 |
| Binary | 10000100 | 1101 | 1111011 | 0 | 1011010 | 111 | 110000 | 100110001 | 1010010 | 11100 |
Color Harmonies of #840D7B
Complementary color
Monochromatic Colors of #840D7B
Black with #840D7B
Text Example
Text Example
White with #840D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840D7B; }
p { color: rgb(132,13,123); }
H1.HeaderClassName
{
color: #840D7B;
}
.AnyTagClassName
{
color: #840D7B;
}
</style>
background-color css
<style>
a { background-color: #840D7B; }
a { background-color: rgb(132,13,123); }
div.DivClassName
{
background-color: #840D7B;
}
.BgClassName
{
background-color: #840D7B;
}
</style>
border-color css
<style>
span { border-color: #840D7B; }
span { border-color: rgb(132,13,123); }
td.TdClassName
{
border-color: #840D7B;
}
.TagClassName
{
border-color: #840D7B;
}
</style>