Shades of Palatinate Purple #7A2363
Tints of Palatinate Purple #7A2363
RGB
CMYK
RGB Variations
Color information
#7A2363 (or 0x7A2363) is known color: Palatinate Purple. HEX triplet: 7A, 23 and 63. RGB value is (122,35,99). Sum of RGB (Red+Green+Blue) = 122+35+99=256 (33% of max value = 765). Red value is 122 (48.05% from 255 or 47.66% from 256); Green value is 35 (14.06% from 255 or 13.67% from 256); Blue value is 99 (39.06% from 255 or 38.67% from 256); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2363 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A2363 is #85DC9C. Grayscale: #444444. Windows color (decimal): -8772765 or 6497146. OLE color: 6497146.
HSL color Cylindrical-coordinate representation of color #7A2363: hue angle of 315.86º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7A2363 is Cyan = 0, Magento = 0.71, Yellow = 0.19 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 35 | 99 | - |
| CMYK | 0 | 0.71 | 0.19 | 0.52 |
| HSL | 315.86º | 0.55% | 0.31% | - |
| HSV(B) | 315.86º | 0.71% | 0.48% | - |
| XYZ | 10.88 | 6.24 | 12.44 | - |
| YUV | 68.31 | 145.32 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 35 | 99 | 0 | 0.71 | 0.19 | 0.52 | 315.86 | 0.55 | 0.31 |
| Hex | 7A | 23 | 63 | 0 | 47 | 13 | 34 | 13C | 37 | 1F |
| Octal | 172 | 43 | 143 | 0 | 107 | 23 | 64 | 474 | 67 | 37 |
| Binary | 1111010 | 100011 | 1100011 | 0 | 1000111 | 10011 | 110100 | 100111100 | 110111 | 11111 |
Color Harmonies of #7A2363
Complementary color
Monochromatic Colors of #7A2363
Black with #7A2363
Text Example
Text Example
White with #7A2363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2363; }
p { color: rgb(122,35,99); }
H1.HeaderClassName
{
color: #7A2363;
}
.AnyTagClassName
{
color: #7A2363;
}
</style>
background-color css
<style>
a { background-color: #7A2363; }
a { background-color: rgb(122,35,99); }
div.DivClassName
{
background-color: #7A2363;
}
.BgClassName
{
background-color: #7A2363;
}
</style>
border-color css
<style>
span { border-color: #7A2363; }
span { border-color: rgb(122,35,99); }
td.TdClassName
{
border-color: #7A2363;
}
.TagClassName
{
border-color: #7A2363;
}
</style>