Shades of Palatinate Purple #7B2964
Tints of Palatinate Purple #7B2964
RGB
CMYK
RGB Variations
Color information
#7B2964 (or 0x7B2964) is known color: Palatinate Purple. HEX triplet: 7B, 29 and 64. RGB value is (123,41,100). Sum of RGB (Red+Green+Blue) = 123+41+100=264 (34% of max value = 765). Red value is 123 (48.44% from 255 or 46.59% from 264); Green value is 41 (16.41% from 255 or 15.53% from 264); Blue value is 100 (39.45% from 255 or 37.88% from 264); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2964 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B2964 is #84D69B. Grayscale: #484848. Windows color (decimal): -8705692 or 6564219. OLE color: 6564219.
HSL color Cylindrical-coordinate representation of color #7B2964: hue angle of 316.83º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7B2964 is Cyan = 0, Magento = 0.67, Yellow = 0.19 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 41 | 100 | - |
| CMYK | 0 | 0.67 | 0.19 | 0.52 |
| HSL | 316.83º | 0.5% | 0.32% | - |
| HSV(B) | 316.83º | 0.67% | 0.48% | - |
| XYZ | 11.26 | 6.72 | 12.76 | - |
| YUV | 72.24 | 143.67 | 164.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 41 | 100 | 0 | 0.67 | 0.19 | 0.52 | 316.83 | 0.5 | 0.32 |
| Hex | 7B | 29 | 64 | 0 | 43 | 13 | 34 | 13D | 32 | 20 |
| Octal | 173 | 51 | 144 | 0 | 103 | 23 | 64 | 475 | 62 | 40 |
| Binary | 1111011 | 101001 | 1100100 | 0 | 1000011 | 10011 | 110100 | 100111101 | 110010 | 100000 |
Color Harmonies of #7B2964
Complementary color
Monochromatic Colors of #7B2964
Black with #7B2964
Text Example
Text Example
White with #7B2964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2964; }
p { color: rgb(123,41,100); }
H1.HeaderClassName
{
color: #7B2964;
}
.AnyTagClassName
{
color: #7B2964;
}
</style>
background-color css
<style>
a { background-color: #7B2964; }
a { background-color: rgb(123,41,100); }
div.DivClassName
{
background-color: #7B2964;
}
.BgClassName
{
background-color: #7B2964;
}
</style>
border-color css
<style>
span { border-color: #7B2964; }
span { border-color: rgb(123,41,100); }
td.TdClassName
{
border-color: #7B2964;
}
.TagClassName
{
border-color: #7B2964;
}
</style>