Shades of Palatinate Purple #7E3266
Tints of Palatinate Purple #7E3266
RGB
CMYK
RGB Variations
Color information
#7E3266 (or 0x7E3266) is known color: Palatinate Purple. HEX triplet: 7E, 32 and 66. RGB value is (126,50,102). Sum of RGB (Red+Green+Blue) = 126+50+102=278 (36% of max value = 765). Red value is 126 (49.61% from 255 or 45.32% from 278); Green value is 50 (19.92% from 255 or 17.99% from 278); Blue value is 102 (40.23% from 255 or 36.69% from 278); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3266 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E3266 is #81CD99. Grayscale: #4E4E4E. Windows color (decimal): -8506778 or 6697598. OLE color: 6697598.
HSL color Cylindrical-coordinate representation of color #7E3266: hue angle of 318.95º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7E3266 is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 50 | 102 | - |
| CMYK | 0 | 0.60 | 0.19 | 0.51 |
| HSL | 318.95º | 0.43% | 0.35% | - |
| HSV(B) | 318.95º | 0.6% | 0.49% | - |
| XYZ | 12.14 | 7.68 | 13.41 | - |
| YUV | 78.65 | 141.18 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 50 | 102 | 0 | 0.60 | 0.19 | 0.51 | 318.95 | 0.43 | 0.35 |
| Hex | 7E | 32 | 66 | 0 | 3C | 13 | 33 | 13F | 2B | 23 |
| Octal | 176 | 62 | 146 | 0 | 74 | 23 | 63 | 477 | 53 | 43 |
| Binary | 1111110 | 110010 | 1100110 | 0 | 111100 | 10011 | 110011 | 100111111 | 101011 | 100011 |
Color Harmonies of #7E3266
Complementary color
Monochromatic Colors of #7E3266
Black with #7E3266
Text Example
Text Example
White with #7E3266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3266; }
p { color: rgb(126,50,102); }
H1.HeaderClassName
{
color: #7E3266;
}
.AnyTagClassName
{
color: #7E3266;
}
</style>
background-color css
<style>
a { background-color: #7E3266; }
a { background-color: rgb(126,50,102); }
div.DivClassName
{
background-color: #7E3266;
}
.BgClassName
{
background-color: #7E3266;
}
</style>
border-color css
<style>
span { border-color: #7E3266; }
span { border-color: rgb(126,50,102); }
td.TdClassName
{
border-color: #7E3266;
}
.TagClassName
{
border-color: #7E3266;
}
</style>