Shades of Palatinate Purple #7A0E5C
Tints of Palatinate Purple #7A0E5C
RGB
CMYK
RGB Variations
Color information
#7A0E5C (or 0x7A0E5C) is known color: Palatinate Purple. HEX triplet: 7A, 0E and 5C. RGB value is (122,14,92). Sum of RGB (Red+Green+Blue) = 122+14+92=228 (30% of max value = 765). Red value is 122 (48.05% from 255 or 53.51% from 228); Green value is 14 (5.86% from 255 or 6.14% from 228); Blue value is 92 (36.33% from 255 or 40.35% from 228); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0E5C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0E5C is #85F1A3. Grayscale: #363636. Windows color (decimal): -8778148 or 6033018. OLE color: 6033018.
HSL color Cylindrical-coordinate representation of color #7A0E5C: hue angle of 316.67º degrees, saturation: 0.79, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7A0E5C is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 14 | 92 | - |
| CMYK | 0 | 0.89 | 0.25 | 0.52 |
| HSL | 316.67º | 0.79% | 0.27% | - |
| HSV(B) | 316.67º | 0.89% | 0.48% | - |
| XYZ | 10.11 | 5.22 | 10.6 | - |
| YUV | 55.18 | 148.78 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 14 | 92 | 0 | 0.89 | 0.25 | 0.52 | 316.67 | 0.79 | 0.27 |
| Hex | 7A | E | 5C | 0 | 59 | 19 | 34 | 13D | 4F | 1B |
| Octal | 172 | 16 | 134 | 0 | 131 | 31 | 64 | 475 | 117 | 33 |
| Binary | 1111010 | 1110 | 1011100 | 0 | 1011001 | 11001 | 110100 | 100111101 | 1001111 | 11011 |
Color Harmonies of #7A0E5C
Complementary color
Monochromatic Colors of #7A0E5C
Black with #7A0E5C
Text Example
Text Example
White with #7A0E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0E5C; }
p { color: rgb(122,14,92); }
H1.HeaderClassName
{
color: #7A0E5C;
}
.AnyTagClassName
{
color: #7A0E5C;
}
</style>
background-color css
<style>
a { background-color: #7A0E5C; }
a { background-color: rgb(122,14,92); }
div.DivClassName
{
background-color: #7A0E5C;
}
.BgClassName
{
background-color: #7A0E5C;
}
</style>
border-color css
<style>
span { border-color: #7A0E5C; }
span { border-color: rgb(122,14,92); }
td.TdClassName
{
border-color: #7A0E5C;
}
.TagClassName
{
border-color: #7A0E5C;
}
</style>