Shades of Palatinate Purple #7A175B
Tints of Palatinate Purple #7A175B
RGB
CMYK
RGB Variations
Color information
#7A175B (or 0x7A175B) is known color: Palatinate Purple. HEX triplet: 7A, 17 and 5B. RGB value is (122,23,91). Sum of RGB (Red+Green+Blue) = 122+23+91=236 (31% of max value = 765). Red value is 122 (48.05% from 255 or 51.69% from 236); Green value is 23 (9.38% from 255 or 9.75% from 236); Blue value is 91 (35.94% from 255 or 38.56% from 236); Max value from RGB is 122 - color contains mainly: red. Hex color #7A175B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A175B is #85E8A4. Grayscale: #3C3C3C. Windows color (decimal): -8775845 or 5969786. OLE color: 5969786.
HSL color Cylindrical-coordinate representation of color #7A175B: hue angle of 318.79º 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 #7A175B is Cyan = 0, Magento = 0.81, Yellow = 0.25 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 23 | 91 | - |
| CMYK | 0 | 0.81 | 0.25 | 0.52 |
| HSL | 318.79º | 0.68% | 0.28% | - |
| HSV(B) | 318.79º | 0.81% | 0.48% | - |
| XYZ | 10.22 | 5.51 | 10.42 | - |
| YUV | 60.35 | 145.3 | 171.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 23 | 91 | 0 | 0.81 | 0.25 | 0.52 | 318.79 | 0.68 | 0.28 |
| Hex | 7A | 17 | 5B | 0 | 51 | 19 | 34 | 13F | 44 | 1C |
| Octal | 172 | 27 | 133 | 0 | 121 | 31 | 64 | 477 | 104 | 34 |
| Binary | 1111010 | 10111 | 1011011 | 0 | 1010001 | 11001 | 110100 | 100111111 | 1000100 | 11100 |
Color Harmonies of #7A175B
Complementary color
Monochromatic Colors of #7A175B
Black with #7A175B
Text Example
Text Example
White with #7A175B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A175B; }
p { color: rgb(122,23,91); }
H1.HeaderClassName
{
color: #7A175B;
}
.AnyTagClassName
{
color: #7A175B;
}
</style>
background-color css
<style>
a { background-color: #7A175B; }
a { background-color: rgb(122,23,91); }
div.DivClassName
{
background-color: #7A175B;
}
.BgClassName
{
background-color: #7A175B;
}
</style>
border-color css
<style>
span { border-color: #7A175B; }
span { border-color: rgb(122,23,91); }
td.TdClassName
{
border-color: #7A175B;
}
.TagClassName
{
border-color: #7A175B;
}
</style>