Shades of Palatinate Purple #7A235E
Tints of Palatinate Purple #7A235E
RGB
CMYK
RGB Variations
Color information
#7A235E (or 0x7A235E) is known color: Palatinate Purple. HEX triplet: 7A, 23 and 5E. RGB value is (122,35,94). Sum of RGB (Red+Green+Blue) = 122+35+94=251 (33% of max value = 765). Red value is 122 (48.05% from 255 or 48.61% from 251); Green value is 35 (14.06% from 255 or 13.94% from 251); Blue value is 94 (37.11% from 255 or 37.45% from 251); Max value from RGB is 122 - color contains mainly: red. Hex color #7A235E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A235E is #85DCA1. Grayscale: #434343. Windows color (decimal): -8772770 or 6169466. OLE color: 6169466.
HSL color Cylindrical-coordinate representation of color #7A235E: hue angle of 319.31º 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 #7A235E is Cyan = 0, Magento = 0.71, Yellow = 0.23 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 35 | 94 | - |
| CMYK | 0 | 0.71 | 0.23 | 0.52 |
| HSL | 319.31º | 0.55% | 0.31% | - |
| HSV(B) | 319.31º | 0.71% | 0.48% | - |
| XYZ | 10.65 | 6.15 | 11.22 | - |
| YUV | 67.74 | 142.82 | 166.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 35 | 94 | 0 | 0.71 | 0.23 | 0.52 | 319.31 | 0.55 | 0.31 |
| Hex | 7A | 23 | 5E | 0 | 47 | 17 | 34 | 13F | 37 | 1F |
| Octal | 172 | 43 | 136 | 0 | 107 | 27 | 64 | 477 | 67 | 37 |
| Binary | 1111010 | 100011 | 1011110 | 0 | 1000111 | 10111 | 110100 | 100111111 | 110111 | 11111 |
Color Harmonies of #7A235E
Complementary color
Monochromatic Colors of #7A235E
Black with #7A235E
Text Example
Text Example
White with #7A235E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A235E; }
p { color: rgb(122,35,94); }
H1.HeaderClassName
{
color: #7A235E;
}
.AnyTagClassName
{
color: #7A235E;
}
</style>
background-color css
<style>
a { background-color: #7A235E; }
a { background-color: rgb(122,35,94); }
div.DivClassName
{
background-color: #7A235E;
}
.BgClassName
{
background-color: #7A235E;
}
</style>
border-color css
<style>
span { border-color: #7A235E; }
span { border-color: rgb(122,35,94); }
td.TdClassName
{
border-color: #7A235E;
}
.TagClassName
{
border-color: #7A235E;
}
</style>