Shades of Palatinate Purple #7B2562
Tints of Palatinate Purple #7B2562
RGB
CMYK
RGB Variations
Color information
#7B2562 (or 0x7B2562) is known color: Palatinate Purple. HEX triplet: 7B, 25 and 62. RGB value is (123,37,98). Sum of RGB (Red+Green+Blue) = 123+37+98=258 (34% of max value = 765). Red value is 123 (48.44% from 255 or 47.67% from 258); Green value is 37 (14.84% from 255 or 14.34% from 258); Blue value is 98 (38.67% from 255 or 37.98% from 258); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2562 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B2562 is #84DA9D. Grayscale: #454545. Windows color (decimal): -8706718 or 6432123. OLE color: 6432123.
HSL color Cylindrical-coordinate representation of color #7B2562: hue angle of 317.44º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7B2562 is Cyan = 0, Magento = 0.70, Yellow = 0.20 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 37 | 98 | - |
| CMYK | 0 | 0.70 | 0.20 | 0.52 |
| HSL | 317.44º | 0.54% | 0.31% | - |
| HSV(B) | 317.44º | 0.7% | 0.48% | - |
| XYZ | 11.03 | 6.42 | 12.21 | - |
| YUV | 69.67 | 143.99 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 37 | 98 | 0 | 0.70 | 0.20 | 0.52 | 317.44 | 0.54 | 0.31 |
| Hex | 7B | 25 | 62 | 0 | 46 | 14 | 34 | 13D | 36 | 1F |
| Octal | 173 | 45 | 142 | 0 | 106 | 24 | 64 | 475 | 66 | 37 |
| Binary | 1111011 | 100101 | 1100010 | 0 | 1000110 | 10100 | 110100 | 100111101 | 110110 | 11111 |
Color Harmonies of #7B2562
Complementary color
Monochromatic Colors of #7B2562
Black with #7B2562
Text Example
Text Example
White with #7B2562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2562; }
p { color: rgb(123,37,98); }
H1.HeaderClassName
{
color: #7B2562;
}
.AnyTagClassName
{
color: #7B2562;
}
</style>
background-color css
<style>
a { background-color: #7B2562; }
a { background-color: rgb(123,37,98); }
div.DivClassName
{
background-color: #7B2562;
}
.BgClassName
{
background-color: #7B2562;
}
</style>
border-color css
<style>
span { border-color: #7B2562; }
span { border-color: rgb(123,37,98); }
td.TdClassName
{
border-color: #7B2562;
}
.TagClassName
{
border-color: #7B2562;
}
</style>