Shades of Palatinate Purple #7A3666
Tints of Palatinate Purple #7A3666
RGB
CMYK
RGB Variations
Color information
#7A3666 (or 0x7A3666) is known color: Palatinate Purple. HEX triplet: 7A, 36 and 66. RGB value is (122,54,102). Sum of RGB (Red+Green+Blue) = 122+54+102=278 (36% of max value = 765). Red value is 122 (48.05% from 255 or 43.88% from 278); Green value is 54 (21.48% from 255 or 19.42% from 278); Blue value is 102 (40.23% from 255 or 36.69% from 278); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3666 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A3666 is #85C999. Grayscale: #4F4F4F. Windows color (decimal): -8767898 or 6698618. OLE color: 6698618.
HSL color Cylindrical-coordinate representation of color #7A3666: hue angle of 317.65º 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 #7A3666 is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 54 | 102 | - |
| CMYK | 0 | 0.56 | 0.16 | 0.52 |
| HSL | 317.65º | 0.39% | 0.35% | - |
| HSV(B) | 317.65º | 0.56% | 0.48% | - |
| XYZ | 11.74 | 7.74 | 13.44 | - |
| YUV | 79.8 | 140.53 | 158.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 54 | 102 | 0 | 0.56 | 0.16 | 0.52 | 317.65 | 0.39 | 0.35 |
| Hex | 7A | 36 | 66 | 0 | 38 | 10 | 34 | 13E | 27 | 23 |
| Octal | 172 | 66 | 146 | 0 | 70 | 20 | 64 | 476 | 47 | 43 |
| Binary | 1111010 | 110110 | 1100110 | 0 | 111000 | 10000 | 110100 | 100111110 | 100111 | 100011 |
Color Harmonies of #7A3666
Complementary color
Monochromatic Colors of #7A3666
Black with #7A3666
Text Example
Text Example
White with #7A3666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3666; }
p { color: rgb(122,54,102); }
H1.HeaderClassName
{
color: #7A3666;
}
.AnyTagClassName
{
color: #7A3666;
}
</style>
background-color css
<style>
a { background-color: #7A3666; }
a { background-color: rgb(122,54,102); }
div.DivClassName
{
background-color: #7A3666;
}
.BgClassName
{
background-color: #7A3666;
}
</style>
border-color css
<style>
span { border-color: #7A3666; }
span { border-color: rgb(122,54,102); }
td.TdClassName
{
border-color: #7A3666;
}
.TagClassName
{
border-color: #7A3666;
}
</style>