Shades of Palatinate Purple #7A165E
Tints of Palatinate Purple #7A165E
RGB
CMYK
RGB Variations
Color information
#7A165E (or 0x7A165E) is known color: Palatinate Purple. HEX triplet: 7A, 16 and 5E. RGB value is (122,22,94). Sum of RGB (Red+Green+Blue) = 122+22+94=238 (31% of max value = 765). Red value is 122 (48.05% from 255 or 51.26% from 238); Green value is 22 (8.98% from 255 or 9.24% from 238); Blue value is 94 (37.11% from 255 or 39.50% from 238); Max value from RGB is 122 - color contains mainly: red. Hex color #7A165E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A165E is #85E9A1. Grayscale: #3B3B3B. Windows color (decimal): -8776098 or 6166138. OLE color: 6166138.
HSL color Cylindrical-coordinate representation of color #7A165E: hue angle of 316.8º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7A165E is Cyan = 0, Magento = 0.82, Yellow = 0.23 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 22 | 94 | - |
| CMYK | 0 | 0.82 | 0.23 | 0.52 |
| HSL | 316.8º | 0.69% | 0.28% | - |
| HSV(B) | 316.8º | 0.82% | 0.48% | - |
| XYZ | 10.33 | 5.52 | 11.11 | - |
| YUV | 60.11 | 147.13 | 172.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 22 | 94 | 0 | 0.82 | 0.23 | 0.52 | 316.8 | 0.69 | 0.28 |
| Hex | 7A | 16 | 5E | 0 | 52 | 17 | 34 | 13D | 45 | 1C |
| Octal | 172 | 26 | 136 | 0 | 122 | 27 | 64 | 475 | 105 | 34 |
| Binary | 1111010 | 10110 | 1011110 | 0 | 1010010 | 10111 | 110100 | 100111101 | 1000101 | 11100 |
Color Harmonies of #7A165E
Complementary color
Monochromatic Colors of #7A165E
Black with #7A165E
Text Example
Text Example
White with #7A165E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A165E; }
p { color: rgb(122,22,94); }
H1.HeaderClassName
{
color: #7A165E;
}
.AnyTagClassName
{
color: #7A165E;
}
</style>
background-color css
<style>
a { background-color: #7A165E; }
a { background-color: rgb(122,22,94); }
div.DivClassName
{
background-color: #7A165E;
}
.BgClassName
{
background-color: #7A165E;
}
</style>
border-color css
<style>
span { border-color: #7A165E; }
span { border-color: rgb(122,22,94); }
td.TdClassName
{
border-color: #7A165E;
}
.TagClassName
{
border-color: #7A165E;
}
</style>