Shades of Palatinate Purple #7E2A63
Tints of Palatinate Purple #7E2A63
RGB
CMYK
RGB Variations
Color information
#7E2A63 (or 0x7E2A63) is known color: Palatinate Purple. HEX triplet: 7E, 2A and 63. RGB value is (126,42,99). Sum of RGB (Red+Green+Blue) = 126+42+99=267 (35% of max value = 765). Red value is 126 (49.61% from 255 or 47.19% from 267); Green value is 42 (16.80% from 255 or 15.73% from 267); Blue value is 99 (39.06% from 255 or 37.08% from 267); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2A63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E2A63 is #81D59C. Grayscale: #494949. Windows color (decimal): -8508829 or 6498942. OLE color: 6498942.
HSL color Cylindrical-coordinate representation of color #7E2A63: hue angle of 319.29º degrees, saturation: 0.5, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7E2A63 is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 42 | 99 | - |
| CMYK | 0 | 0.67 | 0.21 | 0.51 |
| HSL | 319.29º | 0.5% | 0.33% | - |
| HSV(B) | 319.29º | 0.67% | 0.49% | - |
| XYZ | 11.68 | 6.99 | 12.54 | - |
| YUV | 73.61 | 142.33 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 42 | 99 | 0 | 0.67 | 0.21 | 0.51 | 319.29 | 0.5 | 0.33 |
| Hex | 7E | 2A | 63 | 0 | 43 | 15 | 33 | 13F | 32 | 21 |
| Octal | 176 | 52 | 143 | 0 | 103 | 25 | 63 | 477 | 62 | 41 |
| Binary | 1111110 | 101010 | 1100011 | 0 | 1000011 | 10101 | 110011 | 100111111 | 110010 | 100001 |
Color Harmonies of #7E2A63
Complementary color
Monochromatic Colors of #7E2A63
Black with #7E2A63
Text Example
Text Example
White with #7E2A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2A63; }
p { color: rgb(126,42,99); }
H1.HeaderClassName
{
color: #7E2A63;
}
.AnyTagClassName
{
color: #7E2A63;
}
</style>
background-color css
<style>
a { background-color: #7E2A63; }
a { background-color: rgb(126,42,99); }
div.DivClassName
{
background-color: #7E2A63;
}
.BgClassName
{
background-color: #7E2A63;
}
</style>
border-color css
<style>
span { border-color: #7E2A63; }
span { border-color: rgb(126,42,99); }
td.TdClassName
{
border-color: #7E2A63;
}
.TagClassName
{
border-color: #7E2A63;
}
</style>