Shades of Dark Purple #7E1778
Tints of Dark Purple #7E1778
RGB
CMYK
RGB Variations
Color information
#7E1778 (or 0x7E1778) is known color: Dark Purple. HEX triplet: 7E, 17 and 78. RGB value is (126,23,120). Sum of RGB (Red+Green+Blue) = 126+23+120=269 (35% of max value = 765). Red value is 126 (49.61% from 255 or 46.84% from 269); Green value is 23 (9.38% from 255 or 8.55% from 269); Blue value is 120 (47.27% from 255 or 44.61% from 269); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1778 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E1778 is #81E887. Grayscale: #404040. Windows color (decimal): -8513672 or 7870334. OLE color: 7870334.
HSL color Cylindrical-coordinate representation of color #7E1778: hue angle of 303.5º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7E1778 is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 23 | 120 | - |
| CMYK | 0 | 0.82 | 0.05 | 0.51 |
| HSL | 303.5º | 0.69% | 0.29% | - |
| HSV(B) | 303.5º | 0.82% | 0.49% | - |
| XYZ | 12.3 | 6.4 | 18.36 | - |
| YUV | 64.86 | 159.12 | 171.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 23 | 120 | 0 | 0.82 | 0.05 | 0.51 | 303.5 | 0.69 | 0.29 |
| Hex | 7E | 17 | 78 | 0 | 52 | 5 | 33 | 12F | 45 | 1D |
| Octal | 176 | 27 | 170 | 0 | 122 | 5 | 63 | 457 | 105 | 35 |
| Binary | 1111110 | 10111 | 1111000 | 0 | 1010010 | 101 | 110011 | 100101111 | 1000101 | 11101 |
Color Harmonies of #7E1778
Complementary color
Monochromatic Colors of #7E1778
Black with #7E1778
Text Example
Text Example
White with #7E1778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E1778; }
p { color: rgb(126,23,120); }
H1.HeaderClassName
{
color: #7E1778;
}
.AnyTagClassName
{
color: #7E1778;
}
</style>
background-color css
<style>
a { background-color: #7E1778; }
a { background-color: rgb(126,23,120); }
div.DivClassName
{
background-color: #7E1778;
}
.BgClassName
{
background-color: #7E1778;
}
</style>
border-color css
<style>
span { border-color: #7E1778; }
span { border-color: rgb(126,23,120); }
td.TdClassName
{
border-color: #7E1778;
}
.TagClassName
{
border-color: #7E1778;
}
</style>