Shades of Purple #840D7D
Tints of Purple #840D7D
RGB
CMYK
RGB Variations
Color information
#840D7D (or 0x840D7D) is known color: Purple. HEX triplet: 84, 0D and 7D. RGB value is (132,13,125). Sum of RGB (Red+Green+Blue) = 132+13+125=270 (35% of max value = 765). Red value is 132 (51.95% from 255 or 48.89% from 270); Green value is 13 (5.47% from 255 or 4.81% from 270); Blue value is 125 (49.22% from 255 or 46.30% from 270); Max value from RGB is 132 - color contains mainly: red. Hex color #840D7D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840D7D is #7BF282. Grayscale: #3D3D3D. Windows color (decimal): -8123011 or 8195460. OLE color: 8195460.
HSL color Cylindrical-coordinate representation of color #840D7D: hue angle of 303.53º 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 #840D7D is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 13 | 125 | - |
| CMYK | 0 | 0.90 | 0.05 | 0.48 |
| HSL | 303.53º | 0.82% | 0.28% | - |
| HSV(B) | 303.53º | 0.9% | 0.52% | - |
| XYZ | 13.36 | 6.67 | 19.99 | - |
| YUV | 61.35 | 163.92 | 178.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 13 | 125 | 0 | 0.90 | 0.05 | 0.48 | 303.53 | 0.82 | 0.28 |
| Hex | 84 | D | 7D | 0 | 5A | 5 | 30 | 130 | 52 | 1C |
| Octal | 204 | 15 | 175 | 0 | 132 | 5 | 60 | 460 | 122 | 34 |
| Binary | 10000100 | 1101 | 1111101 | 0 | 1011010 | 101 | 110000 | 100110000 | 1010010 | 11100 |
Color Harmonies of #840D7D
Complementary color
Monochromatic Colors of #840D7D
Black with #840D7D
Text Example
Text Example
White with #840D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840D7D; }
p { color: rgb(132,13,125); }
H1.HeaderClassName
{
color: #840D7D;
}
.AnyTagClassName
{
color: #840D7D;
}
</style>
background-color css
<style>
a { background-color: #840D7D; }
a { background-color: rgb(132,13,125); }
div.DivClassName
{
background-color: #840D7D;
}
.BgClassName
{
background-color: #840D7D;
}
</style>
border-color css
<style>
span { border-color: #840D7D; }
span { border-color: rgb(132,13,125); }
td.TdClassName
{
border-color: #840D7D;
}
.TagClassName
{
border-color: #840D7D;
}
</style>