Shades of Palatinate Purple #7A2666
Tints of Palatinate Purple #7A2666
RGB
CMYK
RGB Variations
Color information
#7A2666 (or 0x7A2666) is known color: Palatinate Purple. HEX triplet: 7A, 26 and 66. RGB value is (122,38,102). Sum of RGB (Red+Green+Blue) = 122+38+102=262 (34% of max value = 765). Red value is 122 (48.05% from 255 or 46.56% from 262); Green value is 38 (15.23% from 255 or 14.50% from 262); Blue value is 102 (40.23% from 255 or 38.93% from 262); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2666 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A2666 is #85D999. Grayscale: #464646. Windows color (decimal): -8771994 or 6694522. OLE color: 6694522.
HSL color Cylindrical-coordinate representation of color #7A2666: hue angle of 314.29º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7A2666 is Cyan = 0, Magento = 0.69, Yellow = 0.16 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 38 | 102 | - |
| CMYK | 0 | 0.69 | 0.16 | 0.52 |
| HSL | 314.29º | 0.53% | 0.31% | - |
| HSV(B) | 314.29º | 0.69% | 0.48% | - |
| XYZ | 11.12 | 6.48 | 13.24 | - |
| YUV | 70.41 | 145.83 | 164.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 38 | 102 | 0 | 0.69 | 0.16 | 0.52 | 314.29 | 0.53 | 0.31 |
| Hex | 7A | 26 | 66 | 0 | 45 | 10 | 34 | 13A | 34 | 1F |
| Octal | 172 | 46 | 146 | 0 | 105 | 20 | 64 | 472 | 64 | 37 |
| Binary | 1111010 | 100110 | 1100110 | 0 | 1000101 | 10000 | 110100 | 100111010 | 110100 | 11111 |
Color Harmonies of #7A2666
Complementary color
Monochromatic Colors of #7A2666
Black with #7A2666
Text Example
Text Example
White with #7A2666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2666; }
p { color: rgb(122,38,102); }
H1.HeaderClassName
{
color: #7A2666;
}
.AnyTagClassName
{
color: #7A2666;
}
</style>
background-color css
<style>
a { background-color: #7A2666; }
a { background-color: rgb(122,38,102); }
div.DivClassName
{
background-color: #7A2666;
}
.BgClassName
{
background-color: #7A2666;
}
</style>
border-color css
<style>
span { border-color: #7A2666; }
span { border-color: rgb(122,38,102); }
td.TdClassName
{
border-color: #7A2666;
}
.TagClassName
{
border-color: #7A2666;
}
</style>