Shades of Palatinate Purple #7C356C
Tints of Palatinate Purple #7C356C
RGB
CMYK
RGB Variations
Color information
#7C356C (or 0x7C356C) is known color: Palatinate Purple. HEX triplet: 7C, 35 and 6C. RGB value is (124,53,108). Sum of RGB (Red+Green+Blue) = 124+53+108=285 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.51% from 285); Green value is 53 (21.09% from 255 or 18.60% from 285); Blue value is 108 (42.58% from 255 or 37.89% from 285); Max value from RGB is 124 - color contains mainly: red. Hex color #7C356C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C356C is #83CA93. Grayscale: #505050. Windows color (decimal): -8637076 or 7091580. OLE color: 7091580.
HSL color Cylindrical-coordinate representation of color #7C356C: hue angle of 313.52º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7C356C is Cyan = 0, Magento = 0.57, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 53 | 108 | - |
| CMYK | 0 | 0.57 | 0.13 | 0.51 |
| HSL | 313.52º | 0.4% | 0.35% | - |
| HSV(B) | 313.52º | 0.57% | 0.49% | - |
| XYZ | 12.29 | 7.91 | 15.07 | - |
| YUV | 80.5 | 143.52 | 159.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 53 | 108 | 0 | 0.57 | 0.13 | 0.51 | 313.52 | 0.4 | 0.35 |
| Hex | 7C | 35 | 6C | 0 | 39 | D | 33 | 13A | 28 | 23 |
| Octal | 174 | 65 | 154 | 0 | 71 | 15 | 63 | 472 | 50 | 43 |
| Binary | 1111100 | 110101 | 1101100 | 0 | 111001 | 1101 | 110011 | 100111010 | 101000 | 100011 |
Color Harmonies of #7C356C
Complementary color
Monochromatic Colors of #7C356C
Black with #7C356C
Text Example
Text Example
White with #7C356C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C356C; }
p { color: rgb(124,53,108); }
H1.HeaderClassName
{
color: #7C356C;
}
.AnyTagClassName
{
color: #7C356C;
}
</style>
background-color css
<style>
a { background-color: #7C356C; }
a { background-color: rgb(124,53,108); }
div.DivClassName
{
background-color: #7C356C;
}
.BgClassName
{
background-color: #7C356C;
}
</style>
border-color css
<style>
span { border-color: #7C356C; }
span { border-color: rgb(124,53,108); }
td.TdClassName
{
border-color: #7C356C;
}
.TagClassName
{
border-color: #7C356C;
}
</style>