Shades of Dark Purple #7E2364
Tints of Dark Purple #7E2364
RGB
CMYK
RGB Variations
Color information
#7E2364 (or 0x7E2364) is known color: Dark Purple. HEX triplet: 7E, 23 and 64. RGB value is (126,35,100). Sum of RGB (Red+Green+Blue) = 126+35+100=261 (34% of max value = 765). Red value is 126 (49.61% from 255 or 48.28% from 261); Green value is 35 (14.06% from 255 or 13.41% from 261); Blue value is 100 (39.45% from 255 or 38.31% from 261); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2364 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E2364 is #81DC9B. Grayscale: #454545. Windows color (decimal): -8510620 or 6562686. OLE color: 6562686.
HSL color Cylindrical-coordinate representation of color #7E2364: hue angle of 317.14º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7E2364 is Cyan = 0, Magento = 0.72, Yellow = 0.21 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 35 | 100 | - |
| CMYK | 0 | 0.72 | 0.21 | 0.51 |
| HSL | 317.14º | 0.57% | 0.32% | - |
| HSV(B) | 317.14º | 0.72% | 0.49% | - |
| XYZ | 11.51 | 6.56 | 12.72 | - |
| YUV | 69.62 | 145.15 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 35 | 100 | 0 | 0.72 | 0.21 | 0.51 | 317.14 | 0.57 | 0.32 |
| Hex | 7E | 23 | 64 | 0 | 48 | 15 | 33 | 13D | 39 | 20 |
| Octal | 176 | 43 | 144 | 0 | 110 | 25 | 63 | 475 | 71 | 40 |
| Binary | 1111110 | 100011 | 1100100 | 0 | 1001000 | 10101 | 110011 | 100111101 | 111001 | 100000 |
Color Harmonies of #7E2364
Complementary color
Monochromatic Colors of #7E2364
Black with #7E2364
Text Example
Text Example
White with #7E2364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2364; }
p { color: rgb(126,35,100); }
H1.HeaderClassName
{
color: #7E2364;
}
.AnyTagClassName
{
color: #7E2364;
}
</style>
background-color css
<style>
a { background-color: #7E2364; }
a { background-color: rgb(126,35,100); }
div.DivClassName
{
background-color: #7E2364;
}
.BgClassName
{
background-color: #7E2364;
}
</style>
border-color css
<style>
span { border-color: #7E2364; }
span { border-color: rgb(126,35,100); }
td.TdClassName
{
border-color: #7E2364;
}
.TagClassName
{
border-color: #7E2364;
}
</style>