Shades of Palatinate Purple #7B1360
Tints of Palatinate Purple #7B1360
RGB
CMYK
RGB Variations
Color information
#7B1360 (or 0x7B1360) is known color: Palatinate Purple. HEX triplet: 7B, 13 and 60. RGB value is (123,19,96). Sum of RGB (Red+Green+Blue) = 123+19+96=238 (31% of max value = 765). Red value is 123 (48.44% from 255 or 51.68% from 238); Green value is 19 (7.81% from 255 or 7.98% from 238); Blue value is 96 (37.89% from 255 or 40.34% from 238); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1360 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B1360 is #84EC9F. Grayscale: #3A3A3A. Windows color (decimal): -8711328 or 6296443. OLE color: 6296443.
HSL color Cylindrical-coordinate representation of color #7B1360: hue angle of 315.58º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7B1360 is Cyan = 0, Magento = 0.85, Yellow = 0.22 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 19 | 96 | - |
| CMYK | 0 | 0.85 | 0.22 | 0.52 |
| HSL | 315.58º | 0.73% | 0.28% | - |
| HSV(B) | 315.58º | 0.85% | 0.48% | - |
| XYZ | 10.51 | 5.52 | 11.58 | - |
| YUV | 58.87 | 148.96 | 173.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 19 | 96 | 0 | 0.85 | 0.22 | 0.52 | 315.58 | 0.73 | 0.28 |
| Hex | 7B | 13 | 60 | 0 | 55 | 16 | 34 | 13C | 49 | 1C |
| Octal | 173 | 23 | 140 | 0 | 125 | 26 | 64 | 474 | 111 | 34 |
| Binary | 1111011 | 10011 | 1100000 | 0 | 1010101 | 10110 | 110100 | 100111100 | 1001001 | 11100 |
Color Harmonies of #7B1360
Complementary color
Monochromatic Colors of #7B1360
Black with #7B1360
Text Example
Text Example
White with #7B1360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B1360; }
p { color: rgb(123,19,96); }
H1.HeaderClassName
{
color: #7B1360;
}
.AnyTagClassName
{
color: #7B1360;
}
</style>
background-color css
<style>
a { background-color: #7B1360; }
a { background-color: rgb(123,19,96); }
div.DivClassName
{
background-color: #7B1360;
}
.BgClassName
{
background-color: #7B1360;
}
</style>
border-color css
<style>
span { border-color: #7B1360; }
span { border-color: rgb(123,19,96); }
td.TdClassName
{
border-color: #7B1360;
}
.TagClassName
{
border-color: #7B1360;
}
</style>