Shades of Palatinate Purple #7A135A
Tints of Palatinate Purple #7A135A
RGB
CMYK
RGB Variations
Color information
#7A135A (or 0x7A135A) is known color: Palatinate Purple. HEX triplet: 7A, 13 and 5A. RGB value is (122,19,90). Sum of RGB (Red+Green+Blue) = 122+19+90=231 (30% of max value = 765). Red value is 122 (48.05% from 255 or 52.81% from 231); Green value is 19 (7.81% from 255 or 8.23% from 231); Blue value is 90 (35.55% from 255 or 38.96% from 231); Max value from RGB is 122 - color contains mainly: red. Hex color #7A135A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A135A is #85ECA5. Grayscale: #393939. Windows color (decimal): -8776870 or 5903226. OLE color: 5903226.
HSL color Cylindrical-coordinate representation of color #7A135A: hue angle of 318.64º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7A135A is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 19 | 90 | - |
| CMYK | 0 | 0.84 | 0.26 | 0.52 |
| HSL | 318.64º | 0.73% | 0.28% | - |
| HSV(B) | 318.64º | 0.84% | 0.48% | - |
| XYZ | 10.1 | 5.34 | 10.17 | - |
| YUV | 57.89 | 146.12 | 173.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 19 | 90 | 0 | 0.84 | 0.26 | 0.52 | 318.64 | 0.73 | 0.28 |
| Hex | 7A | 13 | 5A | 0 | 54 | 1A | 34 | 13F | 49 | 1C |
| Octal | 172 | 23 | 132 | 0 | 124 | 32 | 64 | 477 | 111 | 34 |
| Binary | 1111010 | 10011 | 1011010 | 0 | 1010100 | 11010 | 110100 | 100111111 | 1001001 | 11100 |
Color Harmonies of #7A135A
Complementary color
Monochromatic Colors of #7A135A
Black with #7A135A
Text Example
Text Example
White with #7A135A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A135A; }
p { color: rgb(122,19,90); }
H1.HeaderClassName
{
color: #7A135A;
}
.AnyTagClassName
{
color: #7A135A;
}
</style>
background-color css
<style>
a { background-color: #7A135A; }
a { background-color: rgb(122,19,90); }
div.DivClassName
{
background-color: #7A135A;
}
.BgClassName
{
background-color: #7A135A;
}
</style>
border-color css
<style>
span { border-color: #7A135A; }
span { border-color: rgb(122,19,90); }
td.TdClassName
{
border-color: #7A135A;
}
.TagClassName
{
border-color: #7A135A;
}
</style>