Shades of Palatinate Purple #7A2667
Tints of Palatinate Purple #7A2667
RGB
CMYK
RGB Variations
Color information
#7A2667 (or 0x7A2667) is known color: Palatinate Purple. HEX triplet: 7A, 26 and 67. RGB value is (122,38,103). Sum of RGB (Red+Green+Blue) = 122+38+103=263 (34% of max value = 765). Red value is 122 (48.05% from 255 or 46.39% from 263); Green value is 38 (15.23% from 255 or 14.45% from 263); Blue value is 103 (40.62% from 255 or 39.16% from 263); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2667 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A2667 is #85D998. Grayscale: #464646. Windows color (decimal): -8771993 or 6760058. OLE color: 6760058.
HSL color Cylindrical-coordinate representation of color #7A2667: hue angle of 313.57º 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 #7A2667 is Cyan = 0, Magento = 0.69, Yellow = 0.16 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 38 | 103 | - |
| CMYK | 0 | 0.69 | 0.16 | 0.52 |
| HSL | 313.57º | 0.53% | 0.31% | - |
| HSV(B) | 313.57º | 0.69% | 0.48% | - |
| XYZ | 11.17 | 6.5 | 13.5 | - |
| YUV | 70.53 | 146.33 | 164.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 38 | 103 | 0 | 0.69 | 0.16 | 0.52 | 313.57 | 0.53 | 0.31 |
| Hex | 7A | 26 | 67 | 0 | 45 | 10 | 34 | 13A | 34 | 1F |
| Octal | 172 | 46 | 147 | 0 | 105 | 20 | 64 | 472 | 64 | 37 |
| Binary | 1111010 | 100110 | 1100111 | 0 | 1000101 | 10000 | 110100 | 100111010 | 110100 | 11111 |
Color Harmonies of #7A2667
Complementary color
Monochromatic Colors of #7A2667
Black with #7A2667
Text Example
Text Example
White with #7A2667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2667; }
p { color: rgb(122,38,103); }
H1.HeaderClassName
{
color: #7A2667;
}
.AnyTagClassName
{
color: #7A2667;
}
</style>
background-color css
<style>
a { background-color: #7A2667; }
a { background-color: rgb(122,38,103); }
div.DivClassName
{
background-color: #7A2667;
}
.BgClassName
{
background-color: #7A2667;
}
</style>
border-color css
<style>
span { border-color: #7A2667; }
span { border-color: rgb(122,38,103); }
td.TdClassName
{
border-color: #7A2667;
}
.TagClassName
{
border-color: #7A2667;
}
</style>