Shades of Palatinate Purple #7A3663
Tints of Palatinate Purple #7A3663
RGB
CMYK
RGB Variations
Color information
#7A3663 (or 0x7A3663) is known color: Palatinate Purple. HEX triplet: 7A, 36 and 63. RGB value is (122,54,99). Sum of RGB (Red+Green+Blue) = 122+54+99=275 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.36% from 275); Green value is 54 (21.48% from 255 or 19.64% from 275); Blue value is 99 (39.06% from 255 or 36% from 275); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3663 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A3663 is #85C99C. Grayscale: #4F4F4F. Windows color (decimal): -8767901 or 6502010. OLE color: 6502010.
HSL color Cylindrical-coordinate representation of color #7A3663: hue angle of 320.29º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7A3663 is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 54 | 99 | - |
| CMYK | 0 | 0.56 | 0.19 | 0.52 |
| HSL | 320.29º | 0.39% | 0.35% | - |
| HSV(B) | 320.29º | 0.56% | 0.48% | - |
| XYZ | 11.6 | 7.68 | 12.67 | - |
| YUV | 79.46 | 139.03 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 54 | 99 | 0 | 0.56 | 0.19 | 0.52 | 320.29 | 0.39 | 0.35 |
| Hex | 7A | 36 | 63 | 0 | 38 | 13 | 34 | 140 | 27 | 23 |
| Octal | 172 | 66 | 143 | 0 | 70 | 23 | 64 | 500 | 47 | 43 |
| Binary | 1111010 | 110110 | 1100011 | 0 | 111000 | 10011 | 110100 | 101000000 | 100111 | 100011 |
Color Harmonies of #7A3663
Complementary color
Monochromatic Colors of #7A3663
Black with #7A3663
Text Example
Text Example
White with #7A3663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3663; }
p { color: rgb(122,54,99); }
H1.HeaderClassName
{
color: #7A3663;
}
.AnyTagClassName
{
color: #7A3663;
}
</style>
background-color css
<style>
a { background-color: #7A3663; }
a { background-color: rgb(122,54,99); }
div.DivClassName
{
background-color: #7A3663;
}
.BgClassName
{
background-color: #7A3663;
}
</style>
border-color css
<style>
span { border-color: #7A3663; }
span { border-color: rgb(122,54,99); }
td.TdClassName
{
border-color: #7A3663;
}
.TagClassName
{
border-color: #7A3663;
}
</style>