Shades of Palatinate Purple #7C2961
Tints of Palatinate Purple #7C2961
RGB
CMYK
RGB Variations
Color information
#7C2961 (or 0x7C2961) is known color: Palatinate Purple. HEX triplet: 7C, 29 and 61. RGB value is (124,41,97). Sum of RGB (Red+Green+Blue) = 124+41+97=262 (34% of max value = 765). Red value is 124 (48.83% from 255 or 47.33% from 262); Green value is 41 (16.41% from 255 or 15.65% from 262); Blue value is 97 (38.28% from 255 or 37.02% from 262); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2961 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C2961 is #83D69E. Grayscale: #484848. Windows color (decimal): -8640159 or 6367612. OLE color: 6367612.
HSL color Cylindrical-coordinate representation of color #7C2961: hue angle of 319.52º 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 #7C2961 is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 41 | 97 | - |
| CMYK | 0 | 0.67 | 0.22 | 0.51 |
| HSL | 319.52º | 0.5% | 0.32% | - |
| HSV(B) | 319.52º | 0.67% | 0.49% | - |
| XYZ | 11.26 | 6.73 | 12.02 | - |
| YUV | 72.2 | 142 | 164.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 41 | 97 | 0 | 0.67 | 0.22 | 0.51 | 319.52 | 0.5 | 0.32 |
| Hex | 7C | 29 | 61 | 0 | 43 | 16 | 33 | 140 | 32 | 20 |
| Octal | 174 | 51 | 141 | 0 | 103 | 26 | 63 | 500 | 62 | 40 |
| Binary | 1111100 | 101001 | 1100001 | 0 | 1000011 | 10110 | 110011 | 101000000 | 110010 | 100000 |
Color Harmonies of #7C2961
Complementary color
Monochromatic Colors of #7C2961
Black with #7C2961
Text Example
Text Example
White with #7C2961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2961; }
p { color: rgb(124,41,97); }
H1.HeaderClassName
{
color: #7C2961;
}
.AnyTagClassName
{
color: #7C2961;
}
</style>
background-color css
<style>
a { background-color: #7C2961; }
a { background-color: rgb(124,41,97); }
div.DivClassName
{
background-color: #7C2961;
}
.BgClassName
{
background-color: #7C2961;
}
</style>
border-color css
<style>
span { border-color: #7C2961; }
span { border-color: rgb(124,41,97); }
td.TdClassName
{
border-color: #7C2961;
}
.TagClassName
{
border-color: #7C2961;
}
</style>