Shades of Palatinate Purple #7E3466
Tints of Palatinate Purple #7E3466
RGB
CMYK
RGB Variations
Color information
#7E3466 (or 0x7E3466) is known color: Palatinate Purple. HEX triplet: 7E, 34 and 66. RGB value is (126,52,102). Sum of RGB (Red+Green+Blue) = 126+52+102=280 (37% of max value = 765). Red value is 126 (49.61% from 255 or 45% from 280); Green value is 52 (20.70% from 255 or 18.57% from 280); Blue value is 102 (40.23% from 255 or 36.43% from 280); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3466 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E3466 is #81CB99. Grayscale: #4F4F4F. Windows color (decimal): -8506266 or 6698110. OLE color: 6698110.
HSL color Cylindrical-coordinate representation of color #7E3466: hue angle of 319.46º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7E3466 is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 52 | 102 | - |
| CMYK | 0 | 0.59 | 0.19 | 0.51 |
| HSL | 319.46º | 0.42% | 0.35% | - |
| HSV(B) | 319.46º | 0.59% | 0.49% | - |
| XYZ | 12.23 | 7.85 | 13.44 | - |
| YUV | 79.83 | 140.52 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 52 | 102 | 0 | 0.59 | 0.19 | 0.51 | 319.46 | 0.42 | 0.35 |
| Hex | 7E | 34 | 66 | 0 | 3B | 13 | 33 | 13F | 2A | 23 |
| Octal | 176 | 64 | 146 | 0 | 73 | 23 | 63 | 477 | 52 | 43 |
| Binary | 1111110 | 110100 | 1100110 | 0 | 111011 | 10011 | 110011 | 100111111 | 101010 | 100011 |
Color Harmonies of #7E3466
Complementary color
Monochromatic Colors of #7E3466
Black with #7E3466
Text Example
Text Example
White with #7E3466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3466; }
p { color: rgb(126,52,102); }
H1.HeaderClassName
{
color: #7E3466;
}
.AnyTagClassName
{
color: #7E3466;
}
</style>
background-color css
<style>
a { background-color: #7E3466; }
a { background-color: rgb(126,52,102); }
div.DivClassName
{
background-color: #7E3466;
}
.BgClassName
{
background-color: #7E3466;
}
</style>
border-color css
<style>
span { border-color: #7E3466; }
span { border-color: rgb(126,52,102); }
td.TdClassName
{
border-color: #7E3466;
}
.TagClassName
{
border-color: #7E3466;
}
</style>