Shades of Palatinate Purple #7A366D
Tints of Palatinate Purple #7A366D
RGB
CMYK
RGB Variations
Color information
#7A366D (or 0x7A366D) is known color: Palatinate Purple. HEX triplet: 7A, 36 and 6D. RGB value is (122,54,109). Sum of RGB (Red+Green+Blue) = 122+54+109=285 (37% of max value = 765). Red value is 122 (48.05% from 255 or 42.81% from 285); Green value is 54 (21.48% from 255 or 18.95% from 285); Blue value is 109 (42.97% from 255 or 38.25% from 285); Max value from RGB is 122 - color contains mainly: red. Hex color #7A366D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A366D is #85C992. Grayscale: #505050. Windows color (decimal): -8767891 or 7157370. OLE color: 7157370.
HSL color Cylindrical-coordinate representation of color #7A366D: hue angle of 311.47º 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 #7A366D is Cyan = 0, Magento = 0.56, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 54 | 109 | - |
| CMYK | 0 | 0.56 | 0.11 | 0.52 |
| HSL | 311.47º | 0.39% | 0.35% | - |
| HSV(B) | 311.47º | 0.56% | 0.48% | - |
| XYZ | 12.11 | 7.88 | 15.35 | - |
| YUV | 80.6 | 144.03 | 157.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 54 | 109 | 0 | 0.56 | 0.11 | 0.52 | 311.47 | 0.39 | 0.35 |
| Hex | 7A | 36 | 6D | 0 | 38 | B | 34 | 137 | 27 | 23 |
| Octal | 172 | 66 | 155 | 0 | 70 | 13 | 64 | 467 | 47 | 43 |
| Binary | 1111010 | 110110 | 1101101 | 0 | 111000 | 1011 | 110100 | 100110111 | 100111 | 100011 |
Color Harmonies of #7A366D
Complementary color
Monochromatic Colors of #7A366D
Black with #7A366D
Text Example
Text Example
White with #7A366D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A366D; }
p { color: rgb(122,54,109); }
H1.HeaderClassName
{
color: #7A366D;
}
.AnyTagClassName
{
color: #7A366D;
}
</style>
background-color css
<style>
a { background-color: #7A366D; }
a { background-color: rgb(122,54,109); }
div.DivClassName
{
background-color: #7A366D;
}
.BgClassName
{
background-color: #7A366D;
}
</style>
border-color css
<style>
span { border-color: #7A366D; }
span { border-color: rgb(122,54,109); }
td.TdClassName
{
border-color: #7A366D;
}
.TagClassName
{
border-color: #7A366D;
}
</style>