Shades of Dark Purple #840F7B
Tints of Dark Purple #840F7B
RGB
CMYK
RGB Variations
Color information
#840F7B (or 0x840F7B) is known color: Dark Purple. HEX triplet: 84, 0F and 7B. RGB value is (132,15,123). Sum of RGB (Red+Green+Blue) = 132+15+123=270 (35% of max value = 765). Red value is 132 (51.95% from 255 or 48.89% from 270); Green value is 15 (6.25% from 255 or 5.56% from 270); Blue value is 123 (48.44% from 255 or 45.56% from 270); Max value from RGB is 132 - color contains mainly: red. Hex color #840F7B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840F7B is #7BF084. Grayscale: #3D3D3D. Windows color (decimal): -8122501 or 8064900. OLE color: 8064900.
HSL color Cylindrical-coordinate representation of color #840F7B: hue angle of 304.62º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #840F7B is Cyan = 0, Magento = 0.89, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 15 | 123 | - |
| CMYK | 0 | 0.89 | 0.07 | 0.48 |
| HSL | 304.62º | 0.8% | 0.29% | - |
| HSV(B) | 304.62º | 0.89% | 0.52% | - |
| XYZ | 13.26 | 6.68 | 19.33 | - |
| YUV | 62.3 | 162.26 | 177.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 15 | 123 | 0 | 0.89 | 0.07 | 0.48 | 304.62 | 0.8 | 0.29 |
| Hex | 84 | F | 7B | 0 | 59 | 7 | 30 | 131 | 50 | 1D |
| Octal | 204 | 17 | 173 | 0 | 131 | 7 | 60 | 461 | 120 | 35 |
| Binary | 10000100 | 1111 | 1111011 | 0 | 1011001 | 111 | 110000 | 100110001 | 1010000 | 11101 |
Color Harmonies of #840F7B
Complementary color
Monochromatic Colors of #840F7B
Black with #840F7B
Text Example
Text Example
White with #840F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840F7B; }
p { color: rgb(132,15,123); }
H1.HeaderClassName
{
color: #840F7B;
}
.AnyTagClassName
{
color: #840F7B;
}
</style>
background-color css
<style>
a { background-color: #840F7B; }
a { background-color: rgb(132,15,123); }
div.DivClassName
{
background-color: #840F7B;
}
.BgClassName
{
background-color: #840F7B;
}
</style>
border-color css
<style>
span { border-color: #840F7B; }
span { border-color: rgb(132,15,123); }
td.TdClassName
{
border-color: #840F7B;
}
.TagClassName
{
border-color: #840F7B;
}
</style>