Shades of Palatinate Purple #7B1C60
Tints of Palatinate Purple #7B1C60
RGB
CMYK
RGB Variations
Color information
#7B1C60 (or 0x7B1C60) is known color: Palatinate Purple. HEX triplet: 7B, 1C and 60. RGB value is (123,28,96). Sum of RGB (Red+Green+Blue) = 123+28+96=247 (32% of max value = 765). Red value is 123 (48.44% from 255 or 49.80% from 247); Green value is 28 (11.33% from 255 or 11.34% from 247); Blue value is 96 (37.89% from 255 or 38.87% from 247); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1C60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B1C60 is #84E39F. Grayscale: #3F3F3F. Windows color (decimal): -8709024 or 6298747. OLE color: 6298747.
HSL color Cylindrical-coordinate representation of color #7B1C60: hue angle of 317.05º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7B1C60 is Cyan = 0, Magento = 0.77, Yellow = 0.22 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 28 | 96 | - |
| CMYK | 0 | 0.77 | 0.22 | 0.52 |
| HSL | 317.05º | 0.63% | 0.3% | - |
| HSV(B) | 317.05º | 0.77% | 0.48% | - |
| XYZ | 10.69 | 5.89 | 11.64 | - |
| YUV | 64.16 | 145.97 | 169.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 28 | 96 | 0 | 0.77 | 0.22 | 0.52 | 317.05 | 0.63 | 0.3 |
| Hex | 7B | 1C | 60 | 0 | 4D | 16 | 34 | 13D | 3F | 1E |
| Octal | 173 | 34 | 140 | 0 | 115 | 26 | 64 | 475 | 77 | 36 |
| Binary | 1111011 | 11100 | 1100000 | 0 | 1001101 | 10110 | 110100 | 100111101 | 111111 | 11110 |
Color Harmonies of #7B1C60
Complementary color
Monochromatic Colors of #7B1C60
Black with #7B1C60
Text Example
Text Example
White with #7B1C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B1C60; }
p { color: rgb(123,28,96); }
H1.HeaderClassName
{
color: #7B1C60;
}
.AnyTagClassName
{
color: #7B1C60;
}
</style>
background-color css
<style>
a { background-color: #7B1C60; }
a { background-color: rgb(123,28,96); }
div.DivClassName
{
background-color: #7B1C60;
}
.BgClassName
{
background-color: #7B1C60;
}
</style>
border-color css
<style>
span { border-color: #7B1C60; }
span { border-color: rgb(123,28,96); }
td.TdClassName
{
border-color: #7B1C60;
}
.TagClassName
{
border-color: #7B1C60;
}
</style>