Shades of Palatinate Purple #7C3C6C
Tints of Palatinate Purple #7C3C6C
RGB
CMYK
RGB Variations
Color information
#7C3C6C (or 0x7C3C6C) is known color: Palatinate Purple. HEX triplet: 7C, 3C and 6C. RGB value is (124,60,108). Sum of RGB (Red+Green+Blue) = 124+60+108=292 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.47% from 292); Green value is 60 (23.83% from 255 or 20.55% from 292); Blue value is 108 (42.58% from 255 or 36.99% from 292); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3C6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3C6C is #83C393. Grayscale: #545454. Windows color (decimal): -8635284 or 7093372. OLE color: 7093372.
HSL color Cylindrical-coordinate representation of color #7C3C6C: hue angle of 315º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7C3C6C is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 60 | 108 | - |
| CMYK | 0 | 0.52 | 0.13 | 0.51 |
| HSL | 315º | 0.35% | 0.36% | - |
| HSV(B) | 315º | 0.52% | 0.49% | - |
| XYZ | 12.63 | 8.6 | 15.18 | - |
| YUV | 84.61 | 141.2 | 156.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 60 | 108 | 0 | 0.52 | 0.13 | 0.51 | 315 | 0.35 | 0.36 |
| Hex | 7C | 3C | 6C | 0 | 34 | D | 33 | 13B | 23 | 24 |
| Octal | 174 | 74 | 154 | 0 | 64 | 15 | 63 | 473 | 43 | 44 |
| Binary | 1111100 | 111100 | 1101100 | 0 | 110100 | 1101 | 110011 | 100111011 | 100011 | 100100 |
Color Harmonies of #7C3C6C
Complementary color
Monochromatic Colors of #7C3C6C
Black with #7C3C6C
Text Example
Text Example
White with #7C3C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3C6C; }
p { color: rgb(124,60,108); }
H1.HeaderClassName
{
color: #7C3C6C;
}
.AnyTagClassName
{
color: #7C3C6C;
}
</style>
background-color css
<style>
a { background-color: #7C3C6C; }
a { background-color: rgb(124,60,108); }
div.DivClassName
{
background-color: #7C3C6C;
}
.BgClassName
{
background-color: #7C3C6C;
}
</style>
border-color css
<style>
span { border-color: #7C3C6C; }
span { border-color: rgb(124,60,108); }
td.TdClassName
{
border-color: #7C3C6C;
}
.TagClassName
{
border-color: #7C3C6C;
}
</style>