Shades of Dark Purple #7E1560
Tints of Dark Purple #7E1560
RGB
CMYK
RGB Variations
Color information
#7E1560 (or 0x7E1560) is known color: Dark Purple. HEX triplet: 7E, 15 and 60. RGB value is (126,21,96). Sum of RGB (Red+Green+Blue) = 126+21+96=243 (32% of max value = 765). Red value is 126 (49.61% from 255 or 51.85% from 243); Green value is 21 (8.59% from 255 or 8.64% from 243); Blue value is 96 (37.89% from 255 or 39.51% from 243); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1560 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E1560 is #81EA9F. Grayscale: #3C3C3C. Windows color (decimal): -8514208 or 6296958. OLE color: 6296958.
HSL color Cylindrical-coordinate representation of color #7E1560: hue angle of 317.14º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7E1560 is Cyan = 0, Magento = 0.83, Yellow = 0.24 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 21 | 96 | - |
| CMYK | 0 | 0.83 | 0.24 | 0.51 |
| HSL | 317.14º | 0.71% | 0.29% | - |
| HSV(B) | 317.14º | 0.83% | 0.49% | - |
| XYZ | 10.98 | 5.82 | 11.61 | - |
| YUV | 60.95 | 147.79 | 174.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 21 | 96 | 0 | 0.83 | 0.24 | 0.51 | 317.14 | 0.71 | 0.29 |
| Hex | 7E | 15 | 60 | 0 | 53 | 18 | 33 | 13D | 47 | 1D |
| Octal | 176 | 25 | 140 | 0 | 123 | 30 | 63 | 475 | 107 | 35 |
| Binary | 1111110 | 10101 | 1100000 | 0 | 1010011 | 11000 | 110011 | 100111101 | 1000111 | 11101 |
Color Harmonies of #7E1560
Complementary color
Monochromatic Colors of #7E1560
Black with #7E1560
Text Example
Text Example
White with #7E1560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E1560; }
p { color: rgb(126,21,96); }
H1.HeaderClassName
{
color: #7E1560;
}
.AnyTagClassName
{
color: #7E1560;
}
</style>
background-color css
<style>
a { background-color: #7E1560; }
a { background-color: rgb(126,21,96); }
div.DivClassName
{
background-color: #7E1560;
}
.BgClassName
{
background-color: #7E1560;
}
</style>
border-color css
<style>
span { border-color: #7E1560; }
span { border-color: rgb(126,21,96); }
td.TdClassName
{
border-color: #7E1560;
}
.TagClassName
{
border-color: #7E1560;
}
</style>