Shades of Palatinate Purple #7C3064
Tints of Palatinate Purple #7C3064
RGB
CMYK
RGB Variations
Color information
#7C3064 (or 0x7C3064) is known color: Palatinate Purple. HEX triplet: 7C, 30 and 64. RGB value is (124,48,100). Sum of RGB (Red+Green+Blue) = 124+48+100=272 (36% of max value = 765). Red value is 124 (48.83% from 255 or 45.59% from 272); Green value is 48 (19.14% from 255 or 17.65% from 272); Blue value is 100 (39.45% from 255 or 36.76% from 272); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3064 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3064 is #83CF9B. Grayscale: #4C4C4C. Windows color (decimal): -8638364 or 6566012. OLE color: 6566012.
HSL color Cylindrical-coordinate representation of color #7C3064: hue angle of 318.95º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7C3064 is Cyan = 0, Magento = 0.61, Yellow = 0.19 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 48 | 100 | - |
| CMYK | 0 | 0.61 | 0.19 | 0.51 |
| HSL | 318.95º | 0.44% | 0.34% | - |
| HSV(B) | 318.95º | 0.61% | 0.49% | - |
| XYZ | 11.67 | 7.32 | 12.85 | - |
| YUV | 76.65 | 141.18 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 48 | 100 | 0 | 0.61 | 0.19 | 0.51 | 318.95 | 0.44 | 0.34 |
| Hex | 7C | 30 | 64 | 0 | 3D | 13 | 33 | 13F | 2C | 22 |
| Octal | 174 | 60 | 144 | 0 | 75 | 23 | 63 | 477 | 54 | 42 |
| Binary | 1111100 | 110000 | 1100100 | 0 | 111101 | 10011 | 110011 | 100111111 | 101100 | 100010 |
Color Harmonies of #7C3064
Complementary color
Monochromatic Colors of #7C3064
Black with #7C3064
Text Example
Text Example
White with #7C3064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3064; }
p { color: rgb(124,48,100); }
H1.HeaderClassName
{
color: #7C3064;
}
.AnyTagClassName
{
color: #7C3064;
}
</style>
background-color css
<style>
a { background-color: #7C3064; }
a { background-color: rgb(124,48,100); }
div.DivClassName
{
background-color: #7C3064;
}
.BgClassName
{
background-color: #7C3064;
}
</style>
border-color css
<style>
span { border-color: #7C3064; }
span { border-color: rgb(124,48,100); }
td.TdClassName
{
border-color: #7C3064;
}
.TagClassName
{
border-color: #7C3064;
}
</style>