Shades of Palatinate Purple #7A195F
Tints of Palatinate Purple #7A195F
RGB
CMYK
RGB Variations
Color information
#7A195F (or 0x7A195F) is known color: Palatinate Purple. HEX triplet: 7A, 19 and 5F. RGB value is (122,25,95). Sum of RGB (Red+Green+Blue) = 122+25+95=242 (32% of max value = 765). Red value is 122 (48.05% from 255 or 50.41% from 242); Green value is 25 (10.16% from 255 or 10.33% from 242); Blue value is 95 (37.5% from 255 or 39.26% from 242); Max value from RGB is 122 - color contains mainly: red. Hex color #7A195F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A195F is #85E6A0. Grayscale: #3D3D3D. Windows color (decimal): -8775329 or 6232442. OLE color: 6232442.
HSL color Cylindrical-coordinate representation of color #7A195F: hue angle of 316.7º 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 #7A195F is Cyan = 0, Magento = 0.80, Yellow = 0.22 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 25 | 95 | - |
| CMYK | 0 | 0.80 | 0.22 | 0.52 |
| HSL | 316.7º | 0.66% | 0.29% | - |
| HSV(B) | 316.7º | 0.8% | 0.48% | - |
| XYZ | 10.44 | 5.66 | 11.37 | - |
| YUV | 61.98 | 146.64 | 170.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 25 | 95 | 0 | 0.80 | 0.22 | 0.52 | 316.7 | 0.66 | 0.29 |
| Hex | 7A | 19 | 5F | 0 | 50 | 16 | 34 | 13D | 42 | 1D |
| Octal | 172 | 31 | 137 | 0 | 120 | 26 | 64 | 475 | 102 | 35 |
| Binary | 1111010 | 11001 | 1011111 | 0 | 1010000 | 10110 | 110100 | 100111101 | 1000010 | 11101 |
Color Harmonies of #7A195F
Complementary color
Monochromatic Colors of #7A195F
Black with #7A195F
Text Example
Text Example
White with #7A195F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A195F; }
p { color: rgb(122,25,95); }
H1.HeaderClassName
{
color: #7A195F;
}
.AnyTagClassName
{
color: #7A195F;
}
</style>
background-color css
<style>
a { background-color: #7A195F; }
a { background-color: rgb(122,25,95); }
div.DivClassName
{
background-color: #7A195F;
}
.BgClassName
{
background-color: #7A195F;
}
</style>
border-color css
<style>
span { border-color: #7A195F; }
span { border-color: rgb(122,25,95); }
td.TdClassName
{
border-color: #7A195F;
}
.TagClassName
{
border-color: #7A195F;
}
</style>