Shades of Palatinate Purple #7C2967
Tints of Palatinate Purple #7C2967
RGB
CMYK
RGB Variations
Color information
#7C2967 (or 0x7C2967) is known color: Palatinate Purple. HEX triplet: 7C, 29 and 67. RGB value is (124,41,103). Sum of RGB (Red+Green+Blue) = 124+41+103=268 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.27% from 268); Green value is 41 (16.41% from 255 or 15.30% from 268); Blue value is 103 (40.62% from 255 or 38.43% from 268); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2967 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C2967 is #83D698. Grayscale: #484848. Windows color (decimal): -8640153 or 6760828. OLE color: 6760828.
HSL color Cylindrical-coordinate representation of color #7C2967: hue angle of 315.18º 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 #7C2967 is Cyan = 0, Magento = 0.67, Yellow = 0.17 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 41 | 103 | - |
| CMYK | 0 | 0.67 | 0.17 | 0.51 |
| HSL | 315.18º | 0.5% | 0.32% | - |
| HSV(B) | 315.18º | 0.67% | 0.49% | - |
| XYZ | 11.55 | 6.85 | 13.55 | - |
| YUV | 72.89 | 145 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 41 | 103 | 0 | 0.67 | 0.17 | 0.51 | 315.18 | 0.5 | 0.32 |
| Hex | 7C | 29 | 67 | 0 | 43 | 11 | 33 | 13B | 32 | 20 |
| Octal | 174 | 51 | 147 | 0 | 103 | 21 | 63 | 473 | 62 | 40 |
| Binary | 1111100 | 101001 | 1100111 | 0 | 1000011 | 10001 | 110011 | 100111011 | 110010 | 100000 |
Color Harmonies of #7C2967
Complementary color
Monochromatic Colors of #7C2967
Black with #7C2967
Text Example
Text Example
White with #7C2967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2967; }
p { color: rgb(124,41,103); }
H1.HeaderClassName
{
color: #7C2967;
}
.AnyTagClassName
{
color: #7C2967;
}
</style>
background-color css
<style>
a { background-color: #7C2967; }
a { background-color: rgb(124,41,103); }
div.DivClassName
{
background-color: #7C2967;
}
.BgClassName
{
background-color: #7C2967;
}
</style>
border-color css
<style>
span { border-color: #7C2967; }
span { border-color: rgb(124,41,103); }
td.TdClassName
{
border-color: #7C2967;
}
.TagClassName
{
border-color: #7C2967;
}
</style>