Shades of Palatinate Purple #7E2961
Tints of Palatinate Purple #7E2961
RGB
CMYK
RGB Variations
Color information
#7E2961 (or 0x7E2961) is known color: Palatinate Purple. HEX triplet: 7E, 29 and 61. RGB value is (126,41,97). Sum of RGB (Red+Green+Blue) = 126+41+97=264 (34% of max value = 765). Red value is 126 (49.61% from 255 or 47.73% from 264); Green value is 41 (16.41% from 255 or 15.53% from 264); Blue value is 97 (38.28% from 255 or 36.74% from 264); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2961 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E2961 is #81D69E. Grayscale: #484848. Windows color (decimal): -8509087 or 6367614. OLE color: 6367614.
HSL color Cylindrical-coordinate representation of color #7E2961: hue angle of 320.47º degrees, saturation: 0.51, 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 #7E2961 is Cyan = 0, Magento = 0.67, Yellow = 0.23 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 41 | 97 | - |
| CMYK | 0 | 0.67 | 0.23 | 0.51 |
| HSL | 320.47º | 0.51% | 0.33% | - |
| HSV(B) | 320.47º | 0.67% | 0.49% | - |
| XYZ | 11.55 | 6.88 | 12.03 | - |
| YUV | 72.8 | 141.66 | 165.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 41 | 97 | 0 | 0.67 | 0.23 | 0.51 | 320.47 | 0.51 | 0.33 |
| Hex | 7E | 29 | 61 | 0 | 43 | 17 | 33 | 140 | 33 | 21 |
| Octal | 176 | 51 | 141 | 0 | 103 | 27 | 63 | 500 | 63 | 41 |
| Binary | 1111110 | 101001 | 1100001 | 0 | 1000011 | 10111 | 110011 | 101000000 | 110011 | 100001 |
Color Harmonies of #7E2961
Complementary color
Monochromatic Colors of #7E2961
Black with #7E2961
Text Example
Text Example
White with #7E2961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2961; }
p { color: rgb(126,41,97); }
H1.HeaderClassName
{
color: #7E2961;
}
.AnyTagClassName
{
color: #7E2961;
}
</style>
background-color css
<style>
a { background-color: #7E2961; }
a { background-color: rgb(126,41,97); }
div.DivClassName
{
background-color: #7E2961;
}
.BgClassName
{
background-color: #7E2961;
}
</style>
border-color css
<style>
span { border-color: #7E2961; }
span { border-color: rgb(126,41,97); }
td.TdClassName
{
border-color: #7E2961;
}
.TagClassName
{
border-color: #7E2961;
}
</style>