Shades of Palatinate Purple #7A3063
Tints of Palatinate Purple #7A3063
RGB
CMYK
RGB Variations
Color information
#7A3063 (or 0x7A3063) is known color: Palatinate Purple. HEX triplet: 7A, 30 and 63. RGB value is (122,48,99). Sum of RGB (Red+Green+Blue) = 122+48+99=269 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.35% from 269); Green value is 48 (19.14% from 255 or 17.84% from 269); Blue value is 99 (39.06% from 255 or 36.80% from 269); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3063 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A3063 is #85CF9C. Grayscale: #4B4B4B. Windows color (decimal): -8769437 or 6500474. OLE color: 6500474.
HSL color Cylindrical-coordinate representation of color #7A3063: hue angle of 318.65º 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 #7A3063 is Cyan = 0, Magento = 0.61, Yellow = 0.19 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 48 | 99 | - |
| CMYK | 0 | 0.61 | 0.19 | 0.52 |
| HSL | 318.65º | 0.44% | 0.33% | - |
| HSV(B) | 318.65º | 0.61% | 0.48% | - |
| XYZ | 11.34 | 7.15 | 12.59 | - |
| YUV | 75.94 | 141.02 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 48 | 99 | 0 | 0.61 | 0.19 | 0.52 | 318.65 | 0.44 | 0.33 |
| Hex | 7A | 30 | 63 | 0 | 3D | 13 | 34 | 13F | 2C | 21 |
| Octal | 172 | 60 | 143 | 0 | 75 | 23 | 64 | 477 | 54 | 41 |
| Binary | 1111010 | 110000 | 1100011 | 0 | 111101 | 10011 | 110100 | 100111111 | 101100 | 100001 |
Color Harmonies of #7A3063
Complementary color
Monochromatic Colors of #7A3063
Black with #7A3063
Text Example
Text Example
White with #7A3063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3063; }
p { color: rgb(122,48,99); }
H1.HeaderClassName
{
color: #7A3063;
}
.AnyTagClassName
{
color: #7A3063;
}
</style>
background-color css
<style>
a { background-color: #7A3063; }
a { background-color: rgb(122,48,99); }
div.DivClassName
{
background-color: #7A3063;
}
.BgClassName
{
background-color: #7A3063;
}
</style>
border-color css
<style>
span { border-color: #7A3063; }
span { border-color: rgb(122,48,99); }
td.TdClassName
{
border-color: #7A3063;
}
.TagClassName
{
border-color: #7A3063;
}
</style>