Shades of Palatinate Purple #7A336C
Tints of Palatinate Purple #7A336C
RGB
CMYK
RGB Variations
Color information
#7A336C (or 0x7A336C) is known color: Palatinate Purple. HEX triplet: 7A, 33 and 6C. RGB value is (122,51,108). Sum of RGB (Red+Green+Blue) = 122+51+108=281 (37% of max value = 765). Red value is 122 (48.05% from 255 or 43.42% from 281); Green value is 51 (20.31% from 255 or 18.15% from 281); Blue value is 108 (42.58% from 255 or 38.43% from 281); Max value from RGB is 122 - color contains mainly: red. Hex color #7A336C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A336C is #85CC93. Grayscale: #4E4E4E. Windows color (decimal): -8768660 or 7091066. OLE color: 7091066.
HSL color Cylindrical-coordinate representation of color #7A336C: hue angle of 311.83º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7A336C is Cyan = 0, Magento = 0.58, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 51 | 108 | - |
| CMYK | 0 | 0.58 | 0.11 | 0.52 |
| HSL | 311.83º | 0.41% | 0.34% | - |
| HSV(B) | 311.83º | 0.58% | 0.48% | - |
| XYZ | 11.92 | 7.59 | 15.02 | - |
| YUV | 78.73 | 144.52 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 51 | 108 | 0 | 0.58 | 0.11 | 0.52 | 311.83 | 0.41 | 0.34 |
| Hex | 7A | 33 | 6C | 0 | 3A | B | 34 | 138 | 29 | 22 |
| Octal | 172 | 63 | 154 | 0 | 72 | 13 | 64 | 470 | 51 | 42 |
| Binary | 1111010 | 110011 | 1101100 | 0 | 111010 | 1011 | 110100 | 100111000 | 101001 | 100010 |
Color Harmonies of #7A336C
Complementary color
Monochromatic Colors of #7A336C
Black with #7A336C
Text Example
Text Example
White with #7A336C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A336C; }
p { color: rgb(122,51,108); }
H1.HeaderClassName
{
color: #7A336C;
}
.AnyTagClassName
{
color: #7A336C;
}
</style>
background-color css
<style>
a { background-color: #7A336C; }
a { background-color: rgb(122,51,108); }
div.DivClassName
{
background-color: #7A336C;
}
.BgClassName
{
background-color: #7A336C;
}
</style>
border-color css
<style>
span { border-color: #7A336C; }
span { border-color: rgb(122,51,108); }
td.TdClassName
{
border-color: #7A336C;
}
.TagClassName
{
border-color: #7A336C;
}
</style>