Shades of Palatinate Purple #7C396C
Tints of Palatinate Purple #7C396C
RGB
CMYK
RGB Variations
Color information
#7C396C (or 0x7C396C) is known color: Palatinate Purple. HEX triplet: 7C, 39 and 6C. RGB value is (124,57,108). Sum of RGB (Red+Green+Blue) = 124+57+108=289 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.91% from 289); Green value is 57 (22.66% from 255 or 19.72% from 289); Blue value is 108 (42.58% from 255 or 37.37% from 289); Max value from RGB is 124 - color contains mainly: red. Hex color #7C396C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C396C is #83C693. Grayscale: #525252. Windows color (decimal): -8636052 or 7092604. OLE color: 7092604.
HSL color Cylindrical-coordinate representation of color #7C396C: hue angle of 314.33º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7C396C is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 57 | 108 | - |
| CMYK | 0 | 0.54 | 0.13 | 0.51 |
| HSL | 314.33º | 0.37% | 0.35% | - |
| HSV(B) | 314.33º | 0.54% | 0.49% | - |
| XYZ | 12.48 | 8.29 | 15.13 | - |
| YUV | 82.85 | 142.2 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 57 | 108 | 0 | 0.54 | 0.13 | 0.51 | 314.33 | 0.37 | 0.35 |
| Hex | 7C | 39 | 6C | 0 | 36 | D | 33 | 13A | 25 | 23 |
| Octal | 174 | 71 | 154 | 0 | 66 | 15 | 63 | 472 | 45 | 43 |
| Binary | 1111100 | 111001 | 1101100 | 0 | 110110 | 1101 | 110011 | 100111010 | 100101 | 100011 |
Color Harmonies of #7C396C
Complementary color
Monochromatic Colors of #7C396C
Black with #7C396C
Text Example
Text Example
White with #7C396C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C396C; }
p { color: rgb(124,57,108); }
H1.HeaderClassName
{
color: #7C396C;
}
.AnyTagClassName
{
color: #7C396C;
}
</style>
background-color css
<style>
a { background-color: #7C396C; }
a { background-color: rgb(124,57,108); }
div.DivClassName
{
background-color: #7C396C;
}
.BgClassName
{
background-color: #7C396C;
}
</style>
border-color css
<style>
span { border-color: #7C396C; }
span { border-color: rgb(124,57,108); }
td.TdClassName
{
border-color: #7C396C;
}
.TagClassName
{
border-color: #7C396C;
}
</style>