Shades of Palatinate Purple #7A175C
Tints of Palatinate Purple #7A175C
RGB
CMYK
RGB Variations
Color information
#7A175C (or 0x7A175C) is known color: Palatinate Purple. HEX triplet: 7A, 17 and 5C. RGB value is (122,23,92). Sum of RGB (Red+Green+Blue) = 122+23+92=237 (31% of max value = 765). Red value is 122 (48.05% from 255 or 51.48% from 237); Green value is 23 (9.38% from 255 or 9.70% from 237); Blue value is 92 (36.33% from 255 or 38.82% from 237); Max value from RGB is 122 - color contains mainly: red. Hex color #7A175C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A175C is #85E8A3. Grayscale: #3C3C3C. Windows color (decimal): -8775844 or 6035322. OLE color: 6035322.
HSL color Cylindrical-coordinate representation of color #7A175C: hue angle of 318.18º 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 #7A175C is Cyan = 0, Magento = 0.81, Yellow = 0.25 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 23 | 92 | - |
| CMYK | 0 | 0.81 | 0.25 | 0.52 |
| HSL | 318.18º | 0.68% | 0.28% | - |
| HSV(B) | 318.18º | 0.81% | 0.48% | - |
| XYZ | 10.26 | 5.52 | 10.65 | - |
| YUV | 60.47 | 145.8 | 171.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 23 | 92 | 0 | 0.81 | 0.25 | 0.52 | 318.18 | 0.68 | 0.28 |
| Hex | 7A | 17 | 5C | 0 | 51 | 19 | 34 | 13E | 44 | 1C |
| Octal | 172 | 27 | 134 | 0 | 121 | 31 | 64 | 476 | 104 | 34 |
| Binary | 1111010 | 10111 | 1011100 | 0 | 1010001 | 11001 | 110100 | 100111110 | 1000100 | 11100 |
Color Harmonies of #7A175C
Complementary color
Monochromatic Colors of #7A175C
Black with #7A175C
Text Example
Text Example
White with #7A175C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A175C; }
p { color: rgb(122,23,92); }
H1.HeaderClassName
{
color: #7A175C;
}
.AnyTagClassName
{
color: #7A175C;
}
</style>
background-color css
<style>
a { background-color: #7A175C; }
a { background-color: rgb(122,23,92); }
div.DivClassName
{
background-color: #7A175C;
}
.BgClassName
{
background-color: #7A175C;
}
</style>
border-color css
<style>
span { border-color: #7A175C; }
span { border-color: rgb(122,23,92); }
td.TdClassName
{
border-color: #7A175C;
}
.TagClassName
{
border-color: #7A175C;
}
</style>