Shades of Purple #840C7D
Tints of Purple #840C7D
RGB
CMYK
RGB Variations
Color information
#840C7D (or 0x840C7D) is known color: Purple. HEX triplet: 84, 0C and 7D. RGB value is (132,12,125). Sum of RGB (Red+Green+Blue) = 132+12+125=269 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.07% from 269); Green value is 12 (5.08% from 255 or 4.46% from 269); Blue value is 125 (49.22% from 255 or 46.47% from 269); Max value from RGB is 132 - color contains mainly: red. Hex color #840C7D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840C7D is #7BF382. Grayscale: #3C3C3C. Windows color (decimal): -8123267 or 8195204. OLE color: 8195204.
HSL color Cylindrical-coordinate representation of color #840C7D: hue angle of 303.5º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #840C7D is Cyan = 0, Magento = 0.91, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 12 | 125 | - |
| CMYK | 0 | 0.91 | 0.05 | 0.48 |
| HSL | 303.5º | 0.83% | 0.28% | - |
| HSV(B) | 303.5º | 0.91% | 0.52% | - |
| XYZ | 13.35 | 6.65 | 19.98 | - |
| YUV | 60.76 | 164.26 | 178.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 12 | 125 | 0 | 0.91 | 0.05 | 0.48 | 303.5 | 0.83 | 0.28 |
| Hex | 84 | C | 7D | 0 | 5B | 5 | 30 | 130 | 53 | 1C |
| Octal | 204 | 14 | 175 | 0 | 133 | 5 | 60 | 460 | 123 | 34 |
| Binary | 10000100 | 1100 | 1111101 | 0 | 1011011 | 101 | 110000 | 100110000 | 1010011 | 11100 |
Color Harmonies of #840C7D
Complementary color
Monochromatic Colors of #840C7D
Black with #840C7D
Text Example
Text Example
White with #840C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840C7D; }
p { color: rgb(132,12,125); }
H1.HeaderClassName
{
color: #840C7D;
}
.AnyTagClassName
{
color: #840C7D;
}
</style>
background-color css
<style>
a { background-color: #840C7D; }
a { background-color: rgb(132,12,125); }
div.DivClassName
{
background-color: #840C7D;
}
.BgClassName
{
background-color: #840C7D;
}
</style>
border-color css
<style>
span { border-color: #840C7D; }
span { border-color: rgb(132,12,125); }
td.TdClassName
{
border-color: #840C7D;
}
.TagClassName
{
border-color: #840C7D;
}
</style>