Shades of Palatinate Purple #7A0D5D
Tints of Palatinate Purple #7A0D5D
RGB
CMYK
RGB Variations
Color information
#7A0D5D (or 0x7A0D5D) is known color: Palatinate Purple. HEX triplet: 7A, 0D and 5D. RGB value is (122,13,93). Sum of RGB (Red+Green+Blue) = 122+13+93=228 (30% of max value = 765). Red value is 122 (48.05% from 255 or 53.51% from 228); Green value is 13 (5.47% from 255 or 5.70% from 228); Blue value is 93 (36.72% from 255 or 40.79% from 228); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0D5D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0D5D is #85F2A2. Grayscale: #363636. Windows color (decimal): -8778403 or 6098298. OLE color: 6098298.
HSL color Cylindrical-coordinate representation of color #7A0D5D: hue angle of 315.96º 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 #7A0D5D is Cyan = 0, Magento = 0.89, Yellow = 0.24 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 13 | 93 | - |
| CMYK | 0 | 0.89 | 0.24 | 0.52 |
| HSL | 315.96º | 0.81% | 0.26% | - |
| HSV(B) | 315.96º | 0.89% | 0.48% | - |
| XYZ | 10.15 | 5.22 | 10.83 | - |
| YUV | 54.71 | 149.61 | 176 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 13 | 93 | 0 | 0.89 | 0.24 | 0.52 | 315.96 | 0.81 | 0.26 |
| Hex | 7A | D | 5D | 0 | 59 | 18 | 34 | 13C | 51 | 1A |
| Octal | 172 | 15 | 135 | 0 | 131 | 30 | 64 | 474 | 121 | 32 |
| Binary | 1111010 | 1101 | 1011101 | 0 | 1011001 | 11000 | 110100 | 100111100 | 1010001 | 11010 |
Color Harmonies of #7A0D5D
Complementary color
Monochromatic Colors of #7A0D5D
Black with #7A0D5D
Text Example
Text Example
White with #7A0D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0D5D; }
p { color: rgb(122,13,93); }
H1.HeaderClassName
{
color: #7A0D5D;
}
.AnyTagClassName
{
color: #7A0D5D;
}
</style>
background-color css
<style>
a { background-color: #7A0D5D; }
a { background-color: rgb(122,13,93); }
div.DivClassName
{
background-color: #7A0D5D;
}
.BgClassName
{
background-color: #7A0D5D;
}
</style>
border-color css
<style>
span { border-color: #7A0D5D; }
span { border-color: rgb(122,13,93); }
td.TdClassName
{
border-color: #7A0D5D;
}
.TagClassName
{
border-color: #7A0D5D;
}
</style>