Shades of Dark Purple #7E2478
Tints of Dark Purple #7E2478
RGB
CMYK
RGB Variations
Color information
#7E2478 (or 0x7E2478) is known color: Dark Purple. HEX triplet: 7E, 24 and 78. RGB value is (126,36,120). Sum of RGB (Red+Green+Blue) = 126+36+120=282 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.68% from 282); Green value is 36 (14.45% from 255 or 12.77% from 282); Blue value is 120 (47.27% from 255 or 42.55% from 282); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2478 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E2478 is #81DB87. Grayscale: #484848. Windows color (decimal): -8510344 or 7873662. OLE color: 7873662.
HSL color Cylindrical-coordinate representation of color #7E2478: hue angle of 304º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7E2478 is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 36 | 120 | - |
| CMYK | 0 | 0.71 | 0.05 | 0.51 |
| HSL | 304º | 0.56% | 0.32% | - |
| HSV(B) | 304º | 0.71% | 0.49% | - |
| XYZ | 12.63 | 7.05 | 18.47 | - |
| YUV | 72.49 | 154.82 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 36 | 120 | 0 | 0.71 | 0.05 | 0.51 | 304 | 0.56 | 0.32 |
| Hex | 7E | 24 | 78 | 0 | 47 | 5 | 33 | 130 | 38 | 20 |
| Octal | 176 | 44 | 170 | 0 | 107 | 5 | 63 | 460 | 70 | 40 |
| Binary | 1111110 | 100100 | 1111000 | 0 | 1000111 | 101 | 110011 | 100110000 | 111000 | 100000 |
Color Harmonies of #7E2478
Complementary color
Monochromatic Colors of #7E2478
Black with #7E2478
Text Example
Text Example
White with #7E2478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2478; }
p { color: rgb(126,36,120); }
H1.HeaderClassName
{
color: #7E2478;
}
.AnyTagClassName
{
color: #7E2478;
}
</style>
background-color css
<style>
a { background-color: #7E2478; }
a { background-color: rgb(126,36,120); }
div.DivClassName
{
background-color: #7E2478;
}
.BgClassName
{
background-color: #7E2478;
}
</style>
border-color css
<style>
span { border-color: #7E2478; }
span { border-color: rgb(126,36,120); }
td.TdClassName
{
border-color: #7E2478;
}
.TagClassName
{
border-color: #7E2478;
}
</style>