Shades of Palatinate Purple #7A175A
Tints of Palatinate Purple #7A175A
RGB
CMYK
RGB Variations
Color information
#7A175A (or 0x7A175A) is known color: Palatinate Purple. HEX triplet: 7A, 17 and 5A. RGB value is (122,23,90). Sum of RGB (Red+Green+Blue) = 122+23+90=235 (31% of max value = 765). Red value is 122 (48.05% from 255 or 51.91% from 235); Green value is 23 (9.38% from 255 or 9.79% from 235); Blue value is 90 (35.55% from 255 or 38.30% from 235); Max value from RGB is 122 - color contains mainly: red. Hex color #7A175A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A175A is #85E8A5. Grayscale: #3C3C3C. Windows color (decimal): -8775846 or 5904250. OLE color: 5904250.
HSL color Cylindrical-coordinate representation of color #7A175A: hue angle of 319.39º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7A175A is Cyan = 0, Magento = 0.81, Yellow = 0.26 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 23 | 90 | - |
| CMYK | 0 | 0.81 | 0.26 | 0.52 |
| HSL | 319.39º | 0.68% | 0.28% | - |
| HSV(B) | 319.39º | 0.81% | 0.48% | - |
| XYZ | 10.18 | 5.49 | 10.2 | - |
| YUV | 60.24 | 144.8 | 172.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 23 | 90 | 0 | 0.81 | 0.26 | 0.52 | 319.39 | 0.68 | 0.28 |
| Hex | 7A | 17 | 5A | 0 | 51 | 1A | 34 | 13F | 44 | 1C |
| Octal | 172 | 27 | 132 | 0 | 121 | 32 | 64 | 477 | 104 | 34 |
| Binary | 1111010 | 10111 | 1011010 | 0 | 1010001 | 11010 | 110100 | 100111111 | 1000100 | 11100 |
Color Harmonies of #7A175A
Complementary color
Monochromatic Colors of #7A175A
Black with #7A175A
Text Example
Text Example
White with #7A175A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A175A; }
p { color: rgb(122,23,90); }
H1.HeaderClassName
{
color: #7A175A;
}
.AnyTagClassName
{
color: #7A175A;
}
</style>
background-color css
<style>
a { background-color: #7A175A; }
a { background-color: rgb(122,23,90); }
div.DivClassName
{
background-color: #7A175A;
}
.BgClassName
{
background-color: #7A175A;
}
</style>
border-color css
<style>
span { border-color: #7A175A; }
span { border-color: rgb(122,23,90); }
td.TdClassName
{
border-color: #7A175A;
}
.TagClassName
{
border-color: #7A175A;
}
</style>