Shades of Palatinate Purple #7C2F61
Tints of Palatinate Purple #7C2F61
RGB
CMYK
RGB Variations
Color information
#7C2F61 (or 0x7C2F61) is known color: Palatinate Purple. HEX triplet: 7C, 2F and 61. RGB value is (124,47,97). Sum of RGB (Red+Green+Blue) = 124+47+97=268 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.27% from 268); Green value is 47 (18.75% from 255 or 17.54% from 268); Blue value is 97 (38.28% from 255 or 36.19% from 268); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2F61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C2F61 is #83D09E. Grayscale: #4B4B4B. Windows color (decimal): -8638623 or 6369148. OLE color: 6369148.
HSL color Cylindrical-coordinate representation of color #7C2F61: hue angle of 321.04º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7C2F61 is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 47 | 97 | - |
| CMYK | 0 | 0.62 | 0.22 | 0.51 |
| HSL | 321.04º | 0.45% | 0.34% | - |
| HSV(B) | 321.04º | 0.62% | 0.49% | - |
| XYZ | 11.49 | 7.18 | 12.09 | - |
| YUV | 75.72 | 140.01 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 47 | 97 | 0 | 0.62 | 0.22 | 0.51 | 321.04 | 0.45 | 0.34 |
| Hex | 7C | 2F | 61 | 0 | 3E | 16 | 33 | 141 | 2D | 22 |
| Octal | 174 | 57 | 141 | 0 | 76 | 26 | 63 | 501 | 55 | 42 |
| Binary | 1111100 | 101111 | 1100001 | 0 | 111110 | 10110 | 110011 | 101000001 | 101101 | 100010 |
Color Harmonies of #7C2F61
Complementary color
Monochromatic Colors of #7C2F61
Black with #7C2F61
Text Example
Text Example
White with #7C2F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2F61; }
p { color: rgb(124,47,97); }
H1.HeaderClassName
{
color: #7C2F61;
}
.AnyTagClassName
{
color: #7C2F61;
}
</style>
background-color css
<style>
a { background-color: #7C2F61; }
a { background-color: rgb(124,47,97); }
div.DivClassName
{
background-color: #7C2F61;
}
.BgClassName
{
background-color: #7C2F61;
}
</style>
border-color css
<style>
span { border-color: #7C2F61; }
span { border-color: rgb(124,47,97); }
td.TdClassName
{
border-color: #7C2F61;
}
.TagClassName
{
border-color: #7C2F61;
}
</style>