Shades of Palatinate Purple #7B2E60
Tints of Palatinate Purple #7B2E60
RGB
CMYK
RGB Variations
Color information
#7B2E60 (or 0x7B2E60) is known color: Palatinate Purple. HEX triplet: 7B, 2E and 60. RGB value is (123,46,96). Sum of RGB (Red+Green+Blue) = 123+46+96=265 (35% of max value = 765). Red value is 123 (48.44% from 255 or 46.42% from 265); Green value is 46 (18.36% from 255 or 17.36% from 265); Blue value is 96 (37.89% from 255 or 36.23% from 265); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2E60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B2E60 is #84D19F. Grayscale: #4A4A4A. Windows color (decimal): -8704416 or 6303355. OLE color: 6303355.
HSL color Cylindrical-coordinate representation of color #7B2E60: hue angle of 321.04º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7B2E60 is Cyan = 0, Magento = 0.63, Yellow = 0.22 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 46 | 96 | - |
| CMYK | 0 | 0.63 | 0.22 | 0.52 |
| HSL | 321.04º | 0.46% | 0.33% | - |
| HSV(B) | 321.04º | 0.63% | 0.48% | - |
| XYZ | 11.26 | 7.01 | 11.83 | - |
| YUV | 74.72 | 140.01 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 46 | 96 | 0 | 0.63 | 0.22 | 0.52 | 321.04 | 0.46 | 0.33 |
| Hex | 7B | 2E | 60 | 0 | 3F | 16 | 34 | 141 | 2E | 21 |
| Octal | 173 | 56 | 140 | 0 | 77 | 26 | 64 | 501 | 56 | 41 |
| Binary | 1111011 | 101110 | 1100000 | 0 | 111111 | 10110 | 110100 | 101000001 | 101110 | 100001 |
Color Harmonies of #7B2E60
Complementary color
Monochromatic Colors of #7B2E60
Black with #7B2E60
Text Example
Text Example
White with #7B2E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2E60; }
p { color: rgb(123,46,96); }
H1.HeaderClassName
{
color: #7B2E60;
}
.AnyTagClassName
{
color: #7B2E60;
}
</style>
background-color css
<style>
a { background-color: #7B2E60; }
a { background-color: rgb(123,46,96); }
div.DivClassName
{
background-color: #7B2E60;
}
.BgClassName
{
background-color: #7B2E60;
}
</style>
border-color css
<style>
span { border-color: #7B2E60; }
span { border-color: rgb(123,46,96); }
td.TdClassName
{
border-color: #7B2E60;
}
.TagClassName
{
border-color: #7B2E60;
}
</style>