Shades of Dark Purple #7E1661
Tints of Dark Purple #7E1661
RGB
CMYK
RGB Variations
Color information
#7E1661 (or 0x7E1661) is known color: Dark Purple. HEX triplet: 7E, 16 and 61. RGB value is (126,22,97). Sum of RGB (Red+Green+Blue) = 126+22+97=245 (32% of max value = 765). Red value is 126 (49.61% from 255 or 51.43% from 245); Green value is 22 (8.98% from 255 or 8.98% from 245); Blue value is 97 (38.28% from 255 or 39.59% from 245); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1661 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E1661 is #81E99E. Grayscale: #3D3D3D. Windows color (decimal): -8513951 or 6362750. OLE color: 6362750.
HSL color Cylindrical-coordinate representation of color #7E1661: hue angle of 316.73º degrees, saturation: 0.7, 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 #7E1661 is Cyan = 0, Magento = 0.83, Yellow = 0.23 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 22 | 97 | - |
| CMYK | 0 | 0.83 | 0.23 | 0.51 |
| HSL | 316.73º | 0.7% | 0.29% | - |
| HSV(B) | 316.73º | 0.83% | 0.49% | - |
| XYZ | 11.05 | 5.87 | 11.86 | - |
| YUV | 61.65 | 147.96 | 173.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 22 | 97 | 0 | 0.83 | 0.23 | 0.51 | 316.73 | 0.7 | 0.29 |
| Hex | 7E | 16 | 61 | 0 | 53 | 17 | 33 | 13D | 46 | 1D |
| Octal | 176 | 26 | 141 | 0 | 123 | 27 | 63 | 475 | 106 | 35 |
| Binary | 1111110 | 10110 | 1100001 | 0 | 1010011 | 10111 | 110011 | 100111101 | 1000110 | 11101 |
Color Harmonies of #7E1661
Complementary color
Monochromatic Colors of #7E1661
Black with #7E1661
Text Example
Text Example
White with #7E1661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E1661; }
p { color: rgb(126,22,97); }
H1.HeaderClassName
{
color: #7E1661;
}
.AnyTagClassName
{
color: #7E1661;
}
</style>
background-color css
<style>
a { background-color: #7E1661; }
a { background-color: rgb(126,22,97); }
div.DivClassName
{
background-color: #7E1661;
}
.BgClassName
{
background-color: #7E1661;
}
</style>
border-color css
<style>
span { border-color: #7E1661; }
span { border-color: rgb(126,22,97); }
td.TdClassName
{
border-color: #7E1661;
}
.TagClassName
{
border-color: #7E1661;
}
</style>