Shades of Palatinate Purple #7E2360
Tints of Palatinate Purple #7E2360
RGB
CMYK
RGB Variations
Color information
#7E2360 (or 0x7E2360) is known color: Palatinate Purple. HEX triplet: 7E, 23 and 60. RGB value is (126,35,96). Sum of RGB (Red+Green+Blue) = 126+35+96=257 (34% of max value = 765). Red value is 126 (49.61% from 255 or 49.03% from 257); Green value is 35 (14.06% from 255 or 13.62% from 257); Blue value is 96 (37.89% from 255 or 37.35% from 257); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2360 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E2360 is #81DC9F. Grayscale: #454545. Windows color (decimal): -8510624 or 6300542. OLE color: 6300542.
HSL color Cylindrical-coordinate representation of color #7E2360: hue angle of 319.78º 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 #7E2360 is Cyan = 0, Magento = 0.72, Yellow = 0.24 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 35 | 96 | - |
| CMYK | 0 | 0.72 | 0.24 | 0.51 |
| HSL | 319.78º | 0.57% | 0.32% | - |
| HSV(B) | 319.78º | 0.72% | 0.49% | - |
| XYZ | 11.32 | 6.48 | 11.72 | - |
| YUV | 69.16 | 143.15 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 35 | 96 | 0 | 0.72 | 0.24 | 0.51 | 319.78 | 0.57 | 0.32 |
| Hex | 7E | 23 | 60 | 0 | 48 | 18 | 33 | 140 | 39 | 20 |
| Octal | 176 | 43 | 140 | 0 | 110 | 30 | 63 | 500 | 71 | 40 |
| Binary | 1111110 | 100011 | 1100000 | 0 | 1001000 | 11000 | 110011 | 101000000 | 111001 | 100000 |
Color Harmonies of #7E2360
Complementary color
Monochromatic Colors of #7E2360
Black with #7E2360
Text Example
Text Example
White with #7E2360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2360; }
p { color: rgb(126,35,96); }
H1.HeaderClassName
{
color: #7E2360;
}
.AnyTagClassName
{
color: #7E2360;
}
</style>
background-color css
<style>
a { background-color: #7E2360; }
a { background-color: rgb(126,35,96); }
div.DivClassName
{
background-color: #7E2360;
}
.BgClassName
{
background-color: #7E2360;
}
</style>
border-color css
<style>
span { border-color: #7E2360; }
span { border-color: rgb(126,35,96); }
td.TdClassName
{
border-color: #7E2360;
}
.TagClassName
{
border-color: #7E2360;
}
</style>