Shades of Palatinate Purple #7B2462
Tints of Palatinate Purple #7B2462
RGB
CMYK
RGB Variations
Color information
#7B2462 (or 0x7B2462) is known color: Palatinate Purple. HEX triplet: 7B, 24 and 62. RGB value is (123,36,98). Sum of RGB (Red+Green+Blue) = 123+36+98=257 (34% of max value = 765). Red value is 123 (48.44% from 255 or 47.86% from 257); Green value is 36 (14.45% from 255 or 14.01% from 257); Blue value is 98 (38.67% from 255 or 38.13% from 257); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2462 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B2462 is #84DB9D. Grayscale: #444444. Windows color (decimal): -8706974 or 6431867. OLE color: 6431867.
HSL color Cylindrical-coordinate representation of color #7B2462: hue angle of 317.24º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7B2462 is Cyan = 0, Magento = 0.71, Yellow = 0.20 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 36 | 98 | - |
| CMYK | 0 | 0.71 | 0.20 | 0.52 |
| HSL | 317.24º | 0.55% | 0.31% | - |
| HSV(B) | 317.24º | 0.71% | 0.48% | - |
| XYZ | 11 | 6.35 | 12.2 | - |
| YUV | 69.08 | 144.32 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 36 | 98 | 0 | 0.71 | 0.20 | 0.52 | 317.24 | 0.55 | 0.31 |
| Hex | 7B | 24 | 62 | 0 | 47 | 14 | 34 | 13D | 37 | 1F |
| Octal | 173 | 44 | 142 | 0 | 107 | 24 | 64 | 475 | 67 | 37 |
| Binary | 1111011 | 100100 | 1100010 | 0 | 1000111 | 10100 | 110100 | 100111101 | 110111 | 11111 |
Color Harmonies of #7B2462
Complementary color
Monochromatic Colors of #7B2462
Black with #7B2462
Text Example
Text Example
White with #7B2462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2462; }
p { color: rgb(123,36,98); }
H1.HeaderClassName
{
color: #7B2462;
}
.AnyTagClassName
{
color: #7B2462;
}
</style>
background-color css
<style>
a { background-color: #7B2462; }
a { background-color: rgb(123,36,98); }
div.DivClassName
{
background-color: #7B2462;
}
.BgClassName
{
background-color: #7B2462;
}
</style>
border-color css
<style>
span { border-color: #7B2462; }
span { border-color: rgb(123,36,98); }
td.TdClassName
{
border-color: #7B2462;
}
.TagClassName
{
border-color: #7B2462;
}
</style>