Shades of Palatinate Purple #7A195E
Tints of Palatinate Purple #7A195E
RGB
CMYK
RGB Variations
Color information
#7A195E (or 0x7A195E) is known color: Palatinate Purple. HEX triplet: 7A, 19 and 5E. RGB value is (122,25,94). Sum of RGB (Red+Green+Blue) = 122+25+94=241 (31% of max value = 765). Red value is 122 (48.05% from 255 or 50.62% from 241); Green value is 25 (10.16% from 255 or 10.37% from 241); Blue value is 94 (37.11% from 255 or 39.00% from 241); Max value from RGB is 122 - color contains mainly: red. Hex color #7A195E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A195E is #85E6A1. Grayscale: #3D3D3D. Windows color (decimal): -8775330 or 6166906. OLE color: 6166906.
HSL color Cylindrical-coordinate representation of color #7A195E: hue angle of 317.32º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7A195E is Cyan = 0, Magento = 0.80, Yellow = 0.23 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 25 | 94 | - |
| CMYK | 0 | 0.80 | 0.23 | 0.52 |
| HSL | 317.32º | 0.66% | 0.29% | - |
| HSV(B) | 317.32º | 0.8% | 0.48% | - |
| XYZ | 10.39 | 5.64 | 11.13 | - |
| YUV | 61.87 | 146.14 | 170.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 25 | 94 | 0 | 0.80 | 0.23 | 0.52 | 317.32 | 0.66 | 0.29 |
| Hex | 7A | 19 | 5E | 0 | 50 | 17 | 34 | 13D | 42 | 1D |
| Octal | 172 | 31 | 136 | 0 | 120 | 27 | 64 | 475 | 102 | 35 |
| Binary | 1111010 | 11001 | 1011110 | 0 | 1010000 | 10111 | 110100 | 100111101 | 1000010 | 11101 |
Color Harmonies of #7A195E
Complementary color
Monochromatic Colors of #7A195E
Black with #7A195E
Text Example
Text Example
White with #7A195E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A195E; }
p { color: rgb(122,25,94); }
H1.HeaderClassName
{
color: #7A195E;
}
.AnyTagClassName
{
color: #7A195E;
}
</style>
background-color css
<style>
a { background-color: #7A195E; }
a { background-color: rgb(122,25,94); }
div.DivClassName
{
background-color: #7A195E;
}
.BgClassName
{
background-color: #7A195E;
}
</style>
border-color css
<style>
span { border-color: #7A195E; }
span { border-color: rgb(122,25,94); }
td.TdClassName
{
border-color: #7A195E;
}
.TagClassName
{
border-color: #7A195E;
}
</style>