Shades of Palatinate Purple #7C3068
Tints of Palatinate Purple #7C3068
RGB
CMYK
RGB Variations
Color information
#7C3068 (or 0x7C3068) is known color: Palatinate Purple. HEX triplet: 7C, 30 and 68. RGB value is (124,48,104). Sum of RGB (Red+Green+Blue) = 124+48+104=276 (36% of max value = 765). Red value is 124 (48.83% from 255 or 44.93% from 276); Green value is 48 (19.14% from 255 or 17.39% from 276); Blue value is 104 (41.02% from 255 or 37.68% from 276); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3068 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3068 is #83CF97. Grayscale: #4C4C4C. Windows color (decimal): -8638360 or 6828156. OLE color: 6828156.
HSL color Cylindrical-coordinate representation of color #7C3068: hue angle of 315.79º 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 #7C3068 is Cyan = 0, Magento = 0.61, Yellow = 0.16 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 48 | 104 | - |
| CMYK | 0 | 0.61 | 0.16 | 0.51 |
| HSL | 315.79º | 0.44% | 0.34% | - |
| HSV(B) | 315.79º | 0.61% | 0.49% | - |
| XYZ | 11.87 | 7.4 | 13.9 | - |
| YUV | 77.11 | 143.18 | 161.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 48 | 104 | 0 | 0.61 | 0.16 | 0.51 | 315.79 | 0.44 | 0.34 |
| Hex | 7C | 30 | 68 | 0 | 3D | 10 | 33 | 13C | 2C | 22 |
| Octal | 174 | 60 | 150 | 0 | 75 | 20 | 63 | 474 | 54 | 42 |
| Binary | 1111100 | 110000 | 1101000 | 0 | 111101 | 10000 | 110011 | 100111100 | 101100 | 100010 |
Color Harmonies of #7C3068
Complementary color
Monochromatic Colors of #7C3068
Black with #7C3068
Text Example
Text Example
White with #7C3068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3068; }
p { color: rgb(124,48,104); }
H1.HeaderClassName
{
color: #7C3068;
}
.AnyTagClassName
{
color: #7C3068;
}
</style>
background-color css
<style>
a { background-color: #7C3068; }
a { background-color: rgb(124,48,104); }
div.DivClassName
{
background-color: #7C3068;
}
.BgClassName
{
background-color: #7C3068;
}
</style>
border-color css
<style>
span { border-color: #7C3068; }
span { border-color: rgb(124,48,104); }
td.TdClassName
{
border-color: #7C3068;
}
.TagClassName
{
border-color: #7C3068;
}
</style>