Shades of Palatinate Purple #7E155D
Tints of Palatinate Purple #7E155D
RGB
CMYK
RGB Variations
Color information
#7E155D (or 0x7E155D) is known color: Palatinate Purple. HEX triplet: 7E, 15 and 5D. RGB value is (126,21,93). Sum of RGB (Red+Green+Blue) = 126+21+93=240 (31% of max value = 765). Red value is 126 (49.61% from 255 or 52.5% from 240); Green value is 21 (8.59% from 255 or 8.75% from 240); Blue value is 93 (36.72% from 255 or 38.75% from 240); Max value from RGB is 126 - color contains mainly: red. Hex color #7E155D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E155D is #81EAA2. Grayscale: #3C3C3C. Windows color (decimal): -8514211 or 6100350. OLE color: 6100350.
HSL color Cylindrical-coordinate representation of color #7E155D: hue angle of 318.86º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7E155D is Cyan = 0, Magento = 0.83, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 21 | 93 | - |
| CMYK | 0 | 0.83 | 0.26 | 0.51 |
| HSL | 318.86º | 0.71% | 0.29% | - |
| HSV(B) | 318.86º | 0.83% | 0.49% | - |
| XYZ | 10.85 | 5.76 | 10.9 | - |
| YUV | 60.6 | 146.29 | 174.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 21 | 93 | 0 | 0.83 | 0.26 | 0.51 | 318.86 | 0.71 | 0.29 |
| Hex | 7E | 15 | 5D | 0 | 53 | 1A | 33 | 13F | 47 | 1D |
| Octal | 176 | 25 | 135 | 0 | 123 | 32 | 63 | 477 | 107 | 35 |
| Binary | 1111110 | 10101 | 1011101 | 0 | 1010011 | 11010 | 110011 | 100111111 | 1000111 | 11101 |
Color Harmonies of #7E155D
Complementary color
Monochromatic Colors of #7E155D
Black with #7E155D
Text Example
Text Example
White with #7E155D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E155D; }
p { color: rgb(126,21,93); }
H1.HeaderClassName
{
color: #7E155D;
}
.AnyTagClassName
{
color: #7E155D;
}
</style>
background-color css
<style>
a { background-color: #7E155D; }
a { background-color: rgb(126,21,93); }
div.DivClassName
{
background-color: #7E155D;
}
.BgClassName
{
background-color: #7E155D;
}
</style>
border-color css
<style>
span { border-color: #7E155D; }
span { border-color: rgb(126,21,93); }
td.TdClassName
{
border-color: #7E155D;
}
.TagClassName
{
border-color: #7E155D;
}
</style>