Shades of Palatinate Purple #7B2B64
Tints of Palatinate Purple #7B2B64
RGB
CMYK
RGB Variations
Color information
#7B2B64 (or 0x7B2B64) is known color: Palatinate Purple. HEX triplet: 7B, 2B and 64. RGB value is (123,43,100). Sum of RGB (Red+Green+Blue) = 123+43+100=266 (35% of max value = 765). Red value is 123 (48.44% from 255 or 46.24% from 266); Green value is 43 (17.19% from 255 or 16.17% from 266); Blue value is 100 (39.45% from 255 or 37.59% from 266); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2B64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B2B64 is #84D49B. Grayscale: #494949. Windows color (decimal): -8705180 or 6564731. OLE color: 6564731.
HSL color Cylindrical-coordinate representation of color #7B2B64: hue angle of 317.25º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7B2B64 is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 43 | 100 | - |
| CMYK | 0 | 0.65 | 0.19 | 0.52 |
| HSL | 317.25º | 0.48% | 0.33% | - |
| HSV(B) | 317.25º | 0.65% | 0.48% | - |
| XYZ | 11.33 | 6.86 | 12.78 | - |
| YUV | 73.42 | 143 | 163.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 43 | 100 | 0 | 0.65 | 0.19 | 0.52 | 317.25 | 0.48 | 0.33 |
| Hex | 7B | 2B | 64 | 0 | 41 | 13 | 34 | 13D | 30 | 21 |
| Octal | 173 | 53 | 144 | 0 | 101 | 23 | 64 | 475 | 60 | 41 |
| Binary | 1111011 | 101011 | 1100100 | 0 | 1000001 | 10011 | 110100 | 100111101 | 110000 | 100001 |
Color Harmonies of #7B2B64
Complementary color
Monochromatic Colors of #7B2B64
Black with #7B2B64
Text Example
Text Example
White with #7B2B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2B64; }
p { color: rgb(123,43,100); }
H1.HeaderClassName
{
color: #7B2B64;
}
.AnyTagClassName
{
color: #7B2B64;
}
</style>
background-color css
<style>
a { background-color: #7B2B64; }
a { background-color: rgb(123,43,100); }
div.DivClassName
{
background-color: #7B2B64;
}
.BgClassName
{
background-color: #7B2B64;
}
</style>
border-color css
<style>
span { border-color: #7B2B64; }
span { border-color: rgb(123,43,100); }
td.TdClassName
{
border-color: #7B2B64;
}
.TagClassName
{
border-color: #7B2B64;
}
</style>