Shades of Palatinate Purple #7C2F63
Tints of Palatinate Purple #7C2F63
RGB
CMYK
RGB Variations
Color information
#7C2F63 (or 0x7C2F63) is known color: Palatinate Purple. HEX triplet: 7C, 2F and 63. RGB value is (124,47,99). Sum of RGB (Red+Green+Blue) = 124+47+99=270 (35% of max value = 765). Red value is 124 (48.83% from 255 or 45.93% from 270); Green value is 47 (18.75% from 255 or 17.41% from 270); Blue value is 99 (39.06% from 255 or 36.67% from 270); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2F63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C2F63 is #83D09C. Grayscale: #4B4B4B. Windows color (decimal): -8638621 or 6500220. OLE color: 6500220.
HSL color Cylindrical-coordinate representation of color #7C2F63: hue angle of 319.48º 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 #7C2F63 is Cyan = 0, Magento = 0.62, Yellow = 0.20 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 47 | 99 | - |
| CMYK | 0 | 0.62 | 0.20 | 0.51 |
| HSL | 319.48º | 0.45% | 0.34% | - |
| HSV(B) | 319.48º | 0.62% | 0.49% | - |
| XYZ | 11.58 | 7.22 | 12.59 | - |
| YUV | 75.95 | 141.01 | 162.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 47 | 99 | 0 | 0.62 | 0.20 | 0.51 | 319.48 | 0.45 | 0.34 |
| Hex | 7C | 2F | 63 | 0 | 3E | 14 | 33 | 13F | 2D | 22 |
| Octal | 174 | 57 | 143 | 0 | 76 | 24 | 63 | 477 | 55 | 42 |
| Binary | 1111100 | 101111 | 1100011 | 0 | 111110 | 10100 | 110011 | 100111111 | 101101 | 100010 |
Color Harmonies of #7C2F63
Complementary color
Monochromatic Colors of #7C2F63
Black with #7C2F63
Text Example
Text Example
White with #7C2F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2F63; }
p { color: rgb(124,47,99); }
H1.HeaderClassName
{
color: #7C2F63;
}
.AnyTagClassName
{
color: #7C2F63;
}
</style>
background-color css
<style>
a { background-color: #7C2F63; }
a { background-color: rgb(124,47,99); }
div.DivClassName
{
background-color: #7C2F63;
}
.BgClassName
{
background-color: #7C2F63;
}
</style>
border-color css
<style>
span { border-color: #7C2F63; }
span { border-color: rgb(124,47,99); }
td.TdClassName
{
border-color: #7C2F63;
}
.TagClassName
{
border-color: #7C2F63;
}
</style>