Shades of Palatinate Purple #7C2962
Tints of Palatinate Purple #7C2962
RGB
CMYK
RGB Variations
Color information
#7C2962 (or 0x7C2962) is known color: Palatinate Purple. HEX triplet: 7C, 29 and 62. RGB value is (124,41,98). Sum of RGB (Red+Green+Blue) = 124+41+98=263 (34% of max value = 765). Red value is 124 (48.83% from 255 or 47.15% from 263); Green value is 41 (16.41% from 255 or 15.59% from 263); Blue value is 98 (38.67% from 255 or 37.26% from 263); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2962 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C2962 is #83D69D. Grayscale: #484848. Windows color (decimal): -8640158 or 6433148. OLE color: 6433148.
HSL color Cylindrical-coordinate representation of color #7C2962: hue angle of 318.8º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7C2962 is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 41 | 98 | - |
| CMYK | 0 | 0.67 | 0.21 | 0.51 |
| HSL | 318.8º | 0.5% | 0.32% | - |
| HSV(B) | 318.8º | 0.67% | 0.49% | - |
| XYZ | 11.31 | 6.75 | 12.26 | - |
| YUV | 72.32 | 142.5 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 41 | 98 | 0 | 0.67 | 0.21 | 0.51 | 318.8 | 0.5 | 0.32 |
| Hex | 7C | 29 | 62 | 0 | 43 | 15 | 33 | 13F | 32 | 20 |
| Octal | 174 | 51 | 142 | 0 | 103 | 25 | 63 | 477 | 62 | 40 |
| Binary | 1111100 | 101001 | 1100010 | 0 | 1000011 | 10101 | 110011 | 100111111 | 110010 | 100000 |
Color Harmonies of #7C2962
Complementary color
Monochromatic Colors of #7C2962
Black with #7C2962
Text Example
Text Example
White with #7C2962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2962; }
p { color: rgb(124,41,98); }
H1.HeaderClassName
{
color: #7C2962;
}
.AnyTagClassName
{
color: #7C2962;
}
</style>
background-color css
<style>
a { background-color: #7C2962; }
a { background-color: rgb(124,41,98); }
div.DivClassName
{
background-color: #7C2962;
}
.BgClassName
{
background-color: #7C2962;
}
</style>
border-color css
<style>
span { border-color: #7C2962; }
span { border-color: rgb(124,41,98); }
td.TdClassName
{
border-color: #7C2962;
}
.TagClassName
{
border-color: #7C2962;
}
</style>