Shades of Palatinate Purple #7C2462
Tints of Palatinate Purple #7C2462
RGB
CMYK
RGB Variations
Color information
#7C2462 (or 0x7C2462) is known color: Palatinate Purple. HEX triplet: 7C, 24 and 62. RGB value is (124,36,98). Sum of RGB (Red+Green+Blue) = 124+36+98=258 (34% of max value = 765). Red value is 124 (48.83% from 255 or 48.06% from 258); Green value is 36 (14.45% from 255 or 13.95% from 258); Blue value is 98 (38.67% from 255 or 37.98% from 258); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2462 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C2462 is #83DB9D. Grayscale: #454545. Windows color (decimal): -8641438 or 6431868. OLE color: 6431868.
HSL color Cylindrical-coordinate representation of color #7C2462: hue angle of 317.73º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7C2462 is Cyan = 0, Magento = 0.71, Yellow = 0.21 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 36 | 98 | - |
| CMYK | 0 | 0.71 | 0.21 | 0.51 |
| HSL | 317.73º | 0.55% | 0.31% | - |
| HSV(B) | 317.73º | 0.71% | 0.49% | - |
| XYZ | 11.15 | 6.43 | 12.21 | - |
| YUV | 69.38 | 144.15 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 36 | 98 | 0 | 0.71 | 0.21 | 0.51 | 317.73 | 0.55 | 0.31 |
| Hex | 7C | 24 | 62 | 0 | 47 | 15 | 33 | 13E | 37 | 1F |
| Octal | 174 | 44 | 142 | 0 | 107 | 25 | 63 | 476 | 67 | 37 |
| Binary | 1111100 | 100100 | 1100010 | 0 | 1000111 | 10101 | 110011 | 100111110 | 110111 | 11111 |
Color Harmonies of #7C2462
Complementary color
Monochromatic Colors of #7C2462
Black with #7C2462
Text Example
Text Example
White with #7C2462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2462; }
p { color: rgb(124,36,98); }
H1.HeaderClassName
{
color: #7C2462;
}
.AnyTagClassName
{
color: #7C2462;
}
</style>
background-color css
<style>
a { background-color: #7C2462; }
a { background-color: rgb(124,36,98); }
div.DivClassName
{
background-color: #7C2462;
}
.BgClassName
{
background-color: #7C2462;
}
</style>
border-color css
<style>
span { border-color: #7C2462; }
span { border-color: rgb(124,36,98); }
td.TdClassName
{
border-color: #7C2462;
}
.TagClassName
{
border-color: #7C2462;
}
</style>