Shades of Purple #840B7D
Tints of Purple #840B7D
RGB
CMYK
RGB Variations
Color information
#840B7D (or 0x840B7D) is known color: Purple. HEX triplet: 84, 0B and 7D. RGB value is (132,11,125). Sum of RGB (Red+Green+Blue) = 132+11+125=268 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.25% from 268); Green value is 11 (4.69% from 255 or 4.10% from 268); Blue value is 125 (49.22% from 255 or 46.64% from 268); Max value from RGB is 132 - color contains mainly: red. Hex color #840B7D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840B7D is #7BF482. Grayscale: #3B3B3B. Windows color (decimal): -8123523 or 8194948. OLE color: 8194948.
HSL color Cylindrical-coordinate representation of color #840B7D: hue angle of 303.47º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #840B7D is Cyan = 0, Magento = 0.92, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 11 | 125 | - |
| CMYK | 0 | 0.92 | 0.05 | 0.48 |
| HSL | 303.47º | 0.85% | 0.28% | - |
| HSV(B) | 303.47º | 0.92% | 0.52% | - |
| XYZ | 13.34 | 6.63 | 19.98 | - |
| YUV | 60.18 | 164.59 | 179.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 11 | 125 | 0 | 0.92 | 0.05 | 0.48 | 303.47 | 0.85 | 0.28 |
| Hex | 84 | B | 7D | 0 | 5C | 5 | 30 | 12F | 55 | 1C |
| Octal | 204 | 13 | 175 | 0 | 134 | 5 | 60 | 457 | 125 | 34 |
| Binary | 10000100 | 1011 | 1111101 | 0 | 1011100 | 101 | 110000 | 100101111 | 1010101 | 11100 |
Color Harmonies of #840B7D
Complementary color
Monochromatic Colors of #840B7D
Black with #840B7D
Text Example
Text Example
White with #840B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840B7D; }
p { color: rgb(132,11,125); }
H1.HeaderClassName
{
color: #840B7D;
}
.AnyTagClassName
{
color: #840B7D;
}
</style>
background-color css
<style>
a { background-color: #840B7D; }
a { background-color: rgb(132,11,125); }
div.DivClassName
{
background-color: #840B7D;
}
.BgClassName
{
background-color: #840B7D;
}
</style>
border-color css
<style>
span { border-color: #840B7D; }
span { border-color: rgb(132,11,125); }
td.TdClassName
{
border-color: #840B7D;
}
.TagClassName
{
border-color: #840B7D;
}
</style>