Shades of Palatinate Purple #7A2262
Tints of Palatinate Purple #7A2262
RGB
CMYK
RGB Variations
Color information
#7A2262 (or 0x7A2262) is known color: Palatinate Purple. HEX triplet: 7A, 22 and 62. RGB value is (122,34,98). Sum of RGB (Red+Green+Blue) = 122+34+98=254 (33% of max value = 765). Red value is 122 (48.05% from 255 or 48.03% from 254); Green value is 34 (13.67% from 255 or 13.39% from 254); Blue value is 98 (38.67% from 255 or 38.58% from 254); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2262 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A2262 is #85DD9D. Grayscale: #434343. Windows color (decimal): -8773022 or 6431354. OLE color: 6431354.
HSL color Cylindrical-coordinate representation of color #7A2262: hue angle of 316.36º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7A2262 is Cyan = 0, Magento = 0.72, Yellow = 0.20 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 34 | 98 | - |
| CMYK | 0 | 0.72 | 0.20 | 0.52 |
| HSL | 316.36º | 0.56% | 0.31% | - |
| HSV(B) | 316.36º | 0.72% | 0.48% | - |
| XYZ | 10.8 | 6.16 | 12.18 | - |
| YUV | 67.61 | 145.15 | 166.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 34 | 98 | 0 | 0.72 | 0.20 | 0.52 | 316.36 | 0.56 | 0.31 |
| Hex | 7A | 22 | 62 | 0 | 48 | 14 | 34 | 13C | 38 | 1F |
| Octal | 172 | 42 | 142 | 0 | 110 | 24 | 64 | 474 | 70 | 37 |
| Binary | 1111010 | 100010 | 1100010 | 0 | 1001000 | 10100 | 110100 | 100111100 | 111000 | 11111 |
Color Harmonies of #7A2262
Complementary color
Monochromatic Colors of #7A2262
Black with #7A2262
Text Example
Text Example
White with #7A2262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2262; }
p { color: rgb(122,34,98); }
H1.HeaderClassName
{
color: #7A2262;
}
.AnyTagClassName
{
color: #7A2262;
}
</style>
background-color css
<style>
a { background-color: #7A2262; }
a { background-color: rgb(122,34,98); }
div.DivClassName
{
background-color: #7A2262;
}
.BgClassName
{
background-color: #7A2262;
}
</style>
border-color css
<style>
span { border-color: #7A2262; }
span { border-color: rgb(122,34,98); }
td.TdClassName
{
border-color: #7A2262;
}
.TagClassName
{
border-color: #7A2262;
}
</style>