Shades of Palatinate Purple #7A185E
Tints of Palatinate Purple #7A185E
RGB
CMYK
RGB Variations
Color information
#7A185E (or 0x7A185E) is known color: Palatinate Purple. HEX triplet: 7A, 18 and 5E. RGB value is (122,24,94). Sum of RGB (Red+Green+Blue) = 122+24+94=240 (31% of max value = 765). Red value is 122 (48.05% from 255 or 50.83% from 240); Green value is 24 (9.77% from 255 or 10% from 240); Blue value is 94 (37.11% from 255 or 39.17% from 240); Max value from RGB is 122 - color contains mainly: red. Hex color #7A185E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A185E is #85E7A1. Grayscale: #3D3D3D. Windows color (decimal): -8775586 or 6166650. OLE color: 6166650.
HSL color Cylindrical-coordinate representation of color #7A185E: hue angle of 317.14º degrees, saturation: 0.67, 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 #7A185E is Cyan = 0, Magento = 0.80, Yellow = 0.23 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 24 | 94 | - |
| CMYK | 0 | 0.80 | 0.23 | 0.52 |
| HSL | 317.14º | 0.67% | 0.29% | - |
| HSV(B) | 317.14º | 0.8% | 0.48% | - |
| XYZ | 10.37 | 5.6 | 11.12 | - |
| YUV | 61.28 | 146.47 | 171.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 24 | 94 | 0 | 0.80 | 0.23 | 0.52 | 317.14 | 0.67 | 0.29 |
| Hex | 7A | 18 | 5E | 0 | 50 | 17 | 34 | 13D | 43 | 1D |
| Octal | 172 | 30 | 136 | 0 | 120 | 27 | 64 | 475 | 103 | 35 |
| Binary | 1111010 | 11000 | 1011110 | 0 | 1010000 | 10111 | 110100 | 100111101 | 1000011 | 11101 |
Color Harmonies of #7A185E
Complementary color
Monochromatic Colors of #7A185E
Black with #7A185E
Text Example
Text Example
White with #7A185E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A185E; }
p { color: rgb(122,24,94); }
H1.HeaderClassName
{
color: #7A185E;
}
.AnyTagClassName
{
color: #7A185E;
}
</style>
background-color css
<style>
a { background-color: #7A185E; }
a { background-color: rgb(122,24,94); }
div.DivClassName
{
background-color: #7A185E;
}
.BgClassName
{
background-color: #7A185E;
}
</style>
border-color css
<style>
span { border-color: #7A185E; }
span { border-color: rgb(122,24,94); }
td.TdClassName
{
border-color: #7A185E;
}
.TagClassName
{
border-color: #7A185E;
}
</style>