Shades of Palatinate Purple #7A0D5C
Tints of Palatinate Purple #7A0D5C
RGB
CMYK
RGB Variations
Color information
#7A0D5C (or 0x7A0D5C) is known color: Palatinate Purple. HEX triplet: 7A, 0D and 5C. RGB value is (122,13,92). Sum of RGB (Red+Green+Blue) = 122+13+92=227 (30% of max value = 765). Red value is 122 (48.05% from 255 or 53.74% from 227); Green value is 13 (5.47% from 255 or 5.73% from 227); Blue value is 92 (36.33% from 255 or 40.53% from 227); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0D5C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0D5C is #85F2A3. Grayscale: #363636. Windows color (decimal): -8778404 or 6032762. OLE color: 6032762.
HSL color Cylindrical-coordinate representation of color #7A0D5C: hue angle of 316.51º degrees, saturation: 0.81, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7A0D5C is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 13 | 92 | - |
| CMYK | 0 | 0.89 | 0.25 | 0.52 |
| HSL | 316.51º | 0.81% | 0.26% | - |
| HSV(B) | 316.51º | 0.89% | 0.48% | - |
| XYZ | 10.1 | 5.2 | 10.6 | - |
| YUV | 54.6 | 149.11 | 176.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 13 | 92 | 0 | 0.89 | 0.25 | 0.52 | 316.51 | 0.81 | 0.26 |
| Hex | 7A | D | 5C | 0 | 59 | 19 | 34 | 13D | 51 | 1A |
| Octal | 172 | 15 | 134 | 0 | 131 | 31 | 64 | 475 | 121 | 32 |
| Binary | 1111010 | 1101 | 1011100 | 0 | 1011001 | 11001 | 110100 | 100111101 | 1010001 | 11010 |
Color Harmonies of #7A0D5C
Complementary color
Monochromatic Colors of #7A0D5C
Black with #7A0D5C
Text Example
Text Example
White with #7A0D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0D5C; }
p { color: rgb(122,13,92); }
H1.HeaderClassName
{
color: #7A0D5C;
}
.AnyTagClassName
{
color: #7A0D5C;
}
</style>
background-color css
<style>
a { background-color: #7A0D5C; }
a { background-color: rgb(122,13,92); }
div.DivClassName
{
background-color: #7A0D5C;
}
.BgClassName
{
background-color: #7A0D5C;
}
</style>
border-color css
<style>
span { border-color: #7A0D5C; }
span { border-color: rgb(122,13,92); }
td.TdClassName
{
border-color: #7A0D5C;
}
.TagClassName
{
border-color: #7A0D5C;
}
</style>