Shades of Palatinate Purple #7E3066
Tints of Palatinate Purple #7E3066
RGB
CMYK
RGB Variations
Color information
#7E3066 (or 0x7E3066) is known color: Palatinate Purple. HEX triplet: 7E, 30 and 66. RGB value is (126,48,102). Sum of RGB (Red+Green+Blue) = 126+48+102=276 (36% of max value = 765). Red value is 126 (49.61% from 255 or 45.65% from 276); Green value is 48 (19.14% from 255 or 17.39% from 276); Blue value is 102 (40.23% from 255 or 36.96% from 276); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3066 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E3066 is #81CF99. Grayscale: #4D4D4D. Windows color (decimal): -8507290 or 6697086. OLE color: 6697086.
HSL color Cylindrical-coordinate representation of color #7E3066: hue angle of 318.46º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7E3066 is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 48 | 102 | - |
| CMYK | 0 | 0.62 | 0.19 | 0.51 |
| HSL | 318.46º | 0.45% | 0.34% | - |
| HSV(B) | 318.46º | 0.62% | 0.49% | - |
| XYZ | 12.06 | 7.51 | 13.38 | - |
| YUV | 77.48 | 141.84 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 48 | 102 | 0 | 0.62 | 0.19 | 0.51 | 318.46 | 0.45 | 0.34 |
| Hex | 7E | 30 | 66 | 0 | 3E | 13 | 33 | 13E | 2D | 22 |
| Octal | 176 | 60 | 146 | 0 | 76 | 23 | 63 | 476 | 55 | 42 |
| Binary | 1111110 | 110000 | 1100110 | 0 | 111110 | 10011 | 110011 | 100111110 | 101101 | 100010 |
Color Harmonies of #7E3066
Complementary color
Monochromatic Colors of #7E3066
Black with #7E3066
Text Example
Text Example
White with #7E3066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3066; }
p { color: rgb(126,48,102); }
H1.HeaderClassName
{
color: #7E3066;
}
.AnyTagClassName
{
color: #7E3066;
}
</style>
background-color css
<style>
a { background-color: #7E3066; }
a { background-color: rgb(126,48,102); }
div.DivClassName
{
background-color: #7E3066;
}
.BgClassName
{
background-color: #7E3066;
}
</style>
border-color css
<style>
span { border-color: #7E3066; }
span { border-color: rgb(126,48,102); }
td.TdClassName
{
border-color: #7E3066;
}
.TagClassName
{
border-color: #7E3066;
}
</style>