Shades of Palatinate Purple #7E3569
Tints of Palatinate Purple #7E3569
RGB
CMYK
RGB Variations
Color information
#7E3569 (or 0x7E3569) is known color: Palatinate Purple. HEX triplet: 7E, 35 and 69. RGB value is (126,53,105). Sum of RGB (Red+Green+Blue) = 126+53+105=284 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.37% from 284); Green value is 53 (21.09% from 255 or 18.66% from 284); Blue value is 105 (41.41% from 255 or 36.97% from 284); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3569 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E3569 is #81CA96. Grayscale: #505050. Windows color (decimal): -8506007 or 6894974. OLE color: 6894974.
HSL color Cylindrical-coordinate representation of color #7E3569: hue angle of 317.26º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7E3569 is Cyan = 0, Magento = 0.58, Yellow = 0.17 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 53 | 105 | - |
| CMYK | 0 | 0.58 | 0.17 | 0.51 |
| HSL | 317.26º | 0.41% | 0.35% | - |
| HSV(B) | 317.26º | 0.58% | 0.49% | - |
| XYZ | 12.43 | 8 | 14.25 | - |
| YUV | 80.76 | 141.68 | 160.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 53 | 105 | 0 | 0.58 | 0.17 | 0.51 | 317.26 | 0.41 | 0.35 |
| Hex | 7E | 35 | 69 | 0 | 3A | 11 | 33 | 13D | 29 | 23 |
| Octal | 176 | 65 | 151 | 0 | 72 | 21 | 63 | 475 | 51 | 43 |
| Binary | 1111110 | 110101 | 1101001 | 0 | 111010 | 10001 | 110011 | 100111101 | 101001 | 100011 |
Color Harmonies of #7E3569
Complementary color
Monochromatic Colors of #7E3569
Black with #7E3569
Text Example
Text Example
White with #7E3569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3569; }
p { color: rgb(126,53,105); }
H1.HeaderClassName
{
color: #7E3569;
}
.AnyTagClassName
{
color: #7E3569;
}
</style>
background-color css
<style>
a { background-color: #7E3569; }
a { background-color: rgb(126,53,105); }
div.DivClassName
{
background-color: #7E3569;
}
.BgClassName
{
background-color: #7E3569;
}
</style>
border-color css
<style>
span { border-color: #7E3569; }
span { border-color: rgb(126,53,105); }
td.TdClassName
{
border-color: #7E3569;
}
.TagClassName
{
border-color: #7E3569;
}
</style>