Shades of Palatinate Purple #7A2F67
Tints of Palatinate Purple #7A2F67
RGB
CMYK
RGB Variations
Color information
#7A2F67 (or 0x7A2F67) is known color: Palatinate Purple. HEX triplet: 7A, 2F and 67. RGB value is (122,47,103). Sum of RGB (Red+Green+Blue) = 122+47+103=272 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.85% from 272); Green value is 47 (18.75% from 255 or 17.28% from 272); Blue value is 103 (40.62% from 255 or 37.87% from 272); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2F67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A2F67 is #85D098. Grayscale: #4B4B4B. Windows color (decimal): -8769689 or 6762362. OLE color: 6762362.
HSL color Cylindrical-coordinate representation of color #7A2F67: hue angle of 315.2º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7A2F67 is Cyan = 0, Magento = 0.61, Yellow = 0.16 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 47 | 103 | - |
| CMYK | 0 | 0.61 | 0.16 | 0.52 |
| HSL | 315.2º | 0.44% | 0.33% | - |
| HSV(B) | 315.2º | 0.61% | 0.48% | - |
| XYZ | 11.49 | 7.15 | 13.61 | - |
| YUV | 75.81 | 143.35 | 160.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 47 | 103 | 0 | 0.61 | 0.16 | 0.52 | 315.2 | 0.44 | 0.33 |
| Hex | 7A | 2F | 67 | 0 | 3D | 10 | 34 | 13B | 2C | 21 |
| Octal | 172 | 57 | 147 | 0 | 75 | 20 | 64 | 473 | 54 | 41 |
| Binary | 1111010 | 101111 | 1100111 | 0 | 111101 | 10000 | 110100 | 100111011 | 101100 | 100001 |
Color Harmonies of #7A2F67
Complementary color
Monochromatic Colors of #7A2F67
Black with #7A2F67
Text Example
Text Example
White with #7A2F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2F67; }
p { color: rgb(122,47,103); }
H1.HeaderClassName
{
color: #7A2F67;
}
.AnyTagClassName
{
color: #7A2F67;
}
</style>
background-color css
<style>
a { background-color: #7A2F67; }
a { background-color: rgb(122,47,103); }
div.DivClassName
{
background-color: #7A2F67;
}
.BgClassName
{
background-color: #7A2F67;
}
</style>
border-color css
<style>
span { border-color: #7A2F67; }
span { border-color: rgb(122,47,103); }
td.TdClassName
{
border-color: #7A2F67;
}
.TagClassName
{
border-color: #7A2F67;
}
</style>