Shades of Palatinate Purple #7C3065
Tints of Palatinate Purple #7C3065
RGB
CMYK
RGB Variations
Color information
#7C3065 (or 0x7C3065) is known color: Palatinate Purple. HEX triplet: 7C, 30 and 65. RGB value is (124,48,101). Sum of RGB (Red+Green+Blue) = 124+48+101=273 (36% of max value = 765). Red value is 124 (48.83% from 255 or 45.42% from 273); Green value is 48 (19.14% from 255 or 17.58% from 273); Blue value is 101 (39.84% from 255 or 37.00% from 273); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3065 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3065 is #83CF9A. Grayscale: #4C4C4C. Windows color (decimal): -8638363 or 6631548. OLE color: 6631548.
HSL color Cylindrical-coordinate representation of color #7C3065: hue angle of 318.16º 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 #7C3065 is Cyan = 0, Magento = 0.61, Yellow = 0.19 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 48 | 101 | - |
| CMYK | 0 | 0.61 | 0.19 | 0.51 |
| HSL | 318.16º | 0.44% | 0.34% | - |
| HSV(B) | 318.16º | 0.61% | 0.49% | - |
| XYZ | 11.72 | 7.34 | 13.11 | - |
| YUV | 76.77 | 141.68 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 48 | 101 | 0 | 0.61 | 0.19 | 0.51 | 318.16 | 0.44 | 0.34 |
| Hex | 7C | 30 | 65 | 0 | 3D | 13 | 33 | 13E | 2C | 22 |
| Octal | 174 | 60 | 145 | 0 | 75 | 23 | 63 | 476 | 54 | 42 |
| Binary | 1111100 | 110000 | 1100101 | 0 | 111101 | 10011 | 110011 | 100111110 | 101100 | 100010 |
Color Harmonies of #7C3065
Complementary color
Monochromatic Colors of #7C3065
Black with #7C3065
Text Example
Text Example
White with #7C3065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3065; }
p { color: rgb(124,48,101); }
H1.HeaderClassName
{
color: #7C3065;
}
.AnyTagClassName
{
color: #7C3065;
}
</style>
background-color css
<style>
a { background-color: #7C3065; }
a { background-color: rgb(124,48,101); }
div.DivClassName
{
background-color: #7C3065;
}
.BgClassName
{
background-color: #7C3065;
}
</style>
border-color css
<style>
span { border-color: #7C3065; }
span { border-color: rgb(124,48,101); }
td.TdClassName
{
border-color: #7C3065;
}
.TagClassName
{
border-color: #7C3065;
}
</style>