Shades of Palatinate Purple #7C3569
Tints of Palatinate Purple #7C3569
RGB
CMYK
RGB Variations
Color information
#7C3569 (or 0x7C3569) is known color: Palatinate Purple. HEX triplet: 7C, 35 and 69. RGB value is (124,53,105). Sum of RGB (Red+Green+Blue) = 124+53+105=282 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.97% from 282); Green value is 53 (21.09% from 255 or 18.79% from 282); Blue value is 105 (41.41% from 255 or 37.23% from 282); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3569 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3569 is #83CA96. Grayscale: #505050. Windows color (decimal): -8637079 or 6894972. OLE color: 6894972.
HSL color Cylindrical-coordinate representation of color #7C3569: hue angle of 316.06º 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 #7C3569 is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 53 | 105 | - |
| CMYK | 0 | 0.57 | 0.15 | 0.51 |
| HSL | 316.06º | 0.4% | 0.35% | - |
| HSV(B) | 316.06º | 0.57% | 0.49% | - |
| XYZ | 12.14 | 7.85 | 14.24 | - |
| YUV | 80.16 | 142.02 | 159.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 53 | 105 | 0 | 0.57 | 0.15 | 0.51 | 316.06 | 0.4 | 0.35 |
| Hex | 7C | 35 | 69 | 0 | 39 | F | 33 | 13C | 28 | 23 |
| Octal | 174 | 65 | 151 | 0 | 71 | 17 | 63 | 474 | 50 | 43 |
| Binary | 1111100 | 110101 | 1101001 | 0 | 111001 | 1111 | 110011 | 100111100 | 101000 | 100011 |
Color Harmonies of #7C3569
Complementary color
Monochromatic Colors of #7C3569
Black with #7C3569
Text Example
Text Example
White with #7C3569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3569; }
p { color: rgb(124,53,105); }
H1.HeaderClassName
{
color: #7C3569;
}
.AnyTagClassName
{
color: #7C3569;
}
</style>
background-color css
<style>
a { background-color: #7C3569; }
a { background-color: rgb(124,53,105); }
div.DivClassName
{
background-color: #7C3569;
}
.BgClassName
{
background-color: #7C3569;
}
</style>
border-color css
<style>
span { border-color: #7C3569; }
span { border-color: rgb(124,53,105); }
td.TdClassName
{
border-color: #7C3569;
}
.TagClassName
{
border-color: #7C3569;
}
</style>