Shades of Palatinate Purple #7E2562
Tints of Palatinate Purple #7E2562
RGB
CMYK
RGB Variations
Color information
#7E2562 (or 0x7E2562) is known color: Palatinate Purple. HEX triplet: 7E, 25 and 62. RGB value is (126,37,98). Sum of RGB (Red+Green+Blue) = 126+37+98=261 (34% of max value = 765). Red value is 126 (49.61% from 255 or 48.28% from 261); Green value is 37 (14.84% from 255 or 14.18% from 261); Blue value is 98 (38.67% from 255 or 37.55% from 261); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2562 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E2562 is #81DA9D. Grayscale: #464646. Windows color (decimal): -8510110 or 6432126. OLE color: 6432126.
HSL color Cylindrical-coordinate representation of color #7E2562: hue angle of 318.88º degrees, saturation: 0.55, 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 #7E2562 is Cyan = 0, Magento = 0.71, Yellow = 0.22 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 37 | 98 | - |
| CMYK | 0 | 0.71 | 0.22 | 0.51 |
| HSL | 318.88º | 0.55% | 0.32% | - |
| HSV(B) | 318.88º | 0.71% | 0.49% | - |
| XYZ | 11.47 | 6.64 | 12.23 | - |
| YUV | 70.57 | 143.49 | 167.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 37 | 98 | 0 | 0.71 | 0.22 | 0.51 | 318.88 | 0.55 | 0.32 |
| Hex | 7E | 25 | 62 | 0 | 47 | 16 | 33 | 13F | 37 | 20 |
| Octal | 176 | 45 | 142 | 0 | 107 | 26 | 63 | 477 | 67 | 40 |
| Binary | 1111110 | 100101 | 1100010 | 0 | 1000111 | 10110 | 110011 | 100111111 | 110111 | 100000 |
Color Harmonies of #7E2562
Complementary color
Monochromatic Colors of #7E2562
Black with #7E2562
Text Example
Text Example
White with #7E2562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2562; }
p { color: rgb(126,37,98); }
H1.HeaderClassName
{
color: #7E2562;
}
.AnyTagClassName
{
color: #7E2562;
}
</style>
background-color css
<style>
a { background-color: #7E2562; }
a { background-color: rgb(126,37,98); }
div.DivClassName
{
background-color: #7E2562;
}
.BgClassName
{
background-color: #7E2562;
}
</style>
border-color css
<style>
span { border-color: #7E2562; }
span { border-color: rgb(126,37,98); }
td.TdClassName
{
border-color: #7E2562;
}
.TagClassName
{
border-color: #7E2562;
}
</style>