Shades of Palatinate Purple #7E3267
Tints of Palatinate Purple #7E3267
RGB
CMYK
RGB Variations
Color information
#7E3267 (or 0x7E3267) is known color: Palatinate Purple. HEX triplet: 7E, 32 and 67. RGB value is (126,50,103). Sum of RGB (Red+Green+Blue) = 126+50+103=279 (36% of max value = 765). Red value is 126 (49.61% from 255 or 45.16% from 279); Green value is 50 (19.92% from 255 or 17.92% from 279); Blue value is 103 (40.62% from 255 or 36.92% from 279); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3267 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E3267 is #81CD98. Grayscale: #4E4E4E. Windows color (decimal): -8506777 or 6763134. OLE color: 6763134.
HSL color Cylindrical-coordinate representation of color #7E3267: hue angle of 318.16º 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 #7E3267 is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 50 | 103 | - |
| CMYK | 0 | 0.60 | 0.18 | 0.51 |
| HSL | 318.16º | 0.43% | 0.35% | - |
| HSV(B) | 318.16º | 0.6% | 0.49% | - |
| XYZ | 12.19 | 7.7 | 13.67 | - |
| YUV | 78.77 | 141.68 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 50 | 103 | 0 | 0.60 | 0.18 | 0.51 | 318.16 | 0.43 | 0.35 |
| Hex | 7E | 32 | 67 | 0 | 3C | 12 | 33 | 13E | 2B | 23 |
| Octal | 176 | 62 | 147 | 0 | 74 | 22 | 63 | 476 | 53 | 43 |
| Binary | 1111110 | 110010 | 1100111 | 0 | 111100 | 10010 | 110011 | 100111110 | 101011 | 100011 |
Color Harmonies of #7E3267
Complementary color
Monochromatic Colors of #7E3267
Black with #7E3267
Text Example
Text Example
White with #7E3267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3267; }
p { color: rgb(126,50,103); }
H1.HeaderClassName
{
color: #7E3267;
}
.AnyTagClassName
{
color: #7E3267;
}
</style>
background-color css
<style>
a { background-color: #7E3267; }
a { background-color: rgb(126,50,103); }
div.DivClassName
{
background-color: #7E3267;
}
.BgClassName
{
background-color: #7E3267;
}
</style>
border-color css
<style>
span { border-color: #7E3267; }
span { border-color: rgb(126,50,103); }
td.TdClassName
{
border-color: #7E3267;
}
.TagClassName
{
border-color: #7E3267;
}
</style>