Shades of Palatinate Purple #7A0F5E
Tints of Palatinate Purple #7A0F5E
RGB
CMYK
RGB Variations
Color information
#7A0F5E (or 0x7A0F5E) is known color: Palatinate Purple. HEX triplet: 7A, 0F and 5E. RGB value is (122,15,94). Sum of RGB (Red+Green+Blue) = 122+15+94=231 (30% of max value = 765). Red value is 122 (48.05% from 255 or 52.81% from 231); Green value is 15 (6.25% from 255 or 6.49% from 231); Blue value is 94 (37.11% from 255 or 40.69% from 231); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0F5E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0F5E is #85F0A1. Grayscale: #373737. Windows color (decimal): -8777890 or 6164346. OLE color: 6164346.
HSL color Cylindrical-coordinate representation of color #7A0F5E: hue angle of 315.7º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7A0F5E is Cyan = 0, Magento = 0.88, Yellow = 0.23 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 15 | 94 | - |
| CMYK | 0 | 0.88 | 0.23 | 0.52 |
| HSL | 315.7º | 0.78% | 0.27% | - |
| HSV(B) | 315.7º | 0.88% | 0.48% | - |
| XYZ | 10.22 | 5.29 | 11.07 | - |
| YUV | 56 | 149.45 | 175.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 15 | 94 | 0 | 0.88 | 0.23 | 0.52 | 315.7 | 0.78 | 0.27 |
| Hex | 7A | F | 5E | 0 | 58 | 17 | 34 | 13C | 4E | 1B |
| Octal | 172 | 17 | 136 | 0 | 130 | 27 | 64 | 474 | 116 | 33 |
| Binary | 1111010 | 1111 | 1011110 | 0 | 1011000 | 10111 | 110100 | 100111100 | 1001110 | 11011 |
Color Harmonies of #7A0F5E
Complementary color
Monochromatic Colors of #7A0F5E
Black with #7A0F5E
Text Example
Text Example
White with #7A0F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0F5E; }
p { color: rgb(122,15,94); }
H1.HeaderClassName
{
color: #7A0F5E;
}
.AnyTagClassName
{
color: #7A0F5E;
}
</style>
background-color css
<style>
a { background-color: #7A0F5E; }
a { background-color: rgb(122,15,94); }
div.DivClassName
{
background-color: #7A0F5E;
}
.BgClassName
{
background-color: #7A0F5E;
}
</style>
border-color css
<style>
span { border-color: #7A0F5E; }
span { border-color: rgb(122,15,94); }
td.TdClassName
{
border-color: #7A0F5E;
}
.TagClassName
{
border-color: #7A0F5E;
}
</style>