Shades of Palatinate Purple #7A205C
Tints of Palatinate Purple #7A205C
RGB
CMYK
RGB Variations
Color information
#7A205C (or 0x7A205C) is known color: Palatinate Purple. HEX triplet: 7A, 20 and 5C. RGB value is (122,32,92). Sum of RGB (Red+Green+Blue) = 122+32+92=246 (32% of max value = 765). Red value is 122 (48.05% from 255 or 49.59% from 246); Green value is 32 (12.89% from 255 or 13.01% from 246); Blue value is 92 (36.33% from 255 or 37.40% from 246); Max value from RGB is 122 - color contains mainly: red. Hex color #7A205C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A205C is #85DFA3. Grayscale: #414141. Windows color (decimal): -8773540 or 6037626. OLE color: 6037626.
HSL color Cylindrical-coordinate representation of color #7A205C: hue angle of 320º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7A205C is Cyan = 0, Magento = 0.74, Yellow = 0.25 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 32 | 92 | - |
| CMYK | 0 | 0.74 | 0.25 | 0.52 |
| HSL | 320º | 0.58% | 0.3% | - |
| HSV(B) | 320º | 0.74% | 0.48% | - |
| XYZ | 10.47 | 5.94 | 10.72 | - |
| YUV | 65.75 | 142.82 | 168.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 32 | 92 | 0 | 0.74 | 0.25 | 0.52 | 320 | 0.58 | 0.3 |
| Hex | 7A | 20 | 5C | 0 | 4A | 19 | 34 | 140 | 3A | 1E |
| Octal | 172 | 40 | 134 | 0 | 112 | 31 | 64 | 500 | 72 | 36 |
| Binary | 1111010 | 100000 | 1011100 | 0 | 1001010 | 11001 | 110100 | 101000000 | 111010 | 11110 |
Color Harmonies of #7A205C
Complementary color
Monochromatic Colors of #7A205C
Black with #7A205C
Text Example
Text Example
White with #7A205C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A205C; }
p { color: rgb(122,32,92); }
H1.HeaderClassName
{
color: #7A205C;
}
.AnyTagClassName
{
color: #7A205C;
}
</style>
background-color css
<style>
a { background-color: #7A205C; }
a { background-color: rgb(122,32,92); }
div.DivClassName
{
background-color: #7A205C;
}
.BgClassName
{
background-color: #7A205C;
}
</style>
border-color css
<style>
span { border-color: #7A205C; }
span { border-color: rgb(122,32,92); }
td.TdClassName
{
border-color: #7A205C;
}
.TagClassName
{
border-color: #7A205C;
}
</style>