Shades of Palatinate Purple #7A2663
Tints of Palatinate Purple #7A2663
RGB
CMYK
RGB Variations
Color information
#7A2663 (or 0x7A2663) is known color: Palatinate Purple. HEX triplet: 7A, 26 and 63. RGB value is (122,38,99). Sum of RGB (Red+Green+Blue) = 122+38+99=259 (34% of max value = 765). Red value is 122 (48.05% from 255 or 47.10% from 259); Green value is 38 (15.23% from 255 or 14.67% from 259); Blue value is 99 (39.06% from 255 or 38.22% from 259); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2663 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A2663 is #85D99C. Grayscale: #454545. Windows color (decimal): -8771997 or 6497914. OLE color: 6497914.
HSL color Cylindrical-coordinate representation of color #7A2663: hue angle of 316.43º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7A2663 is Cyan = 0, Magento = 0.69, Yellow = 0.19 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 38 | 99 | - |
| CMYK | 0 | 0.69 | 0.19 | 0.52 |
| HSL | 316.43º | 0.53% | 0.31% | - |
| HSV(B) | 316.43º | 0.69% | 0.48% | - |
| XYZ | 10.97 | 6.42 | 12.47 | - |
| YUV | 70.07 | 144.33 | 165.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 38 | 99 | 0 | 0.69 | 0.19 | 0.52 | 316.43 | 0.53 | 0.31 |
| Hex | 7A | 26 | 63 | 0 | 45 | 13 | 34 | 13C | 34 | 1F |
| Octal | 172 | 46 | 143 | 0 | 105 | 23 | 64 | 474 | 64 | 37 |
| Binary | 1111010 | 100110 | 1100011 | 0 | 1000101 | 10011 | 110100 | 100111100 | 110100 | 11111 |
Color Harmonies of #7A2663
Complementary color
Monochromatic Colors of #7A2663
Black with #7A2663
Text Example
Text Example
White with #7A2663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2663; }
p { color: rgb(122,38,99); }
H1.HeaderClassName
{
color: #7A2663;
}
.AnyTagClassName
{
color: #7A2663;
}
</style>
background-color css
<style>
a { background-color: #7A2663; }
a { background-color: rgb(122,38,99); }
div.DivClassName
{
background-color: #7A2663;
}
.BgClassName
{
background-color: #7A2663;
}
</style>
border-color css
<style>
span { border-color: #7A2663; }
span { border-color: rgb(122,38,99); }
td.TdClassName
{
border-color: #7A2663;
}
.TagClassName
{
border-color: #7A2663;
}
</style>