Shades of Palatinate Purple #7C356A
Tints of Palatinate Purple #7C356A
RGB
CMYK
RGB Variations
Color information
#7C356A (or 0x7C356A) is known color: Palatinate Purple. HEX triplet: 7C, 35 and 6A. RGB value is (124,53,106). Sum of RGB (Red+Green+Blue) = 124+53+106=283 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.82% from 283); Green value is 53 (21.09% from 255 or 18.73% from 283); Blue value is 106 (41.80% from 255 or 37.46% from 283); Max value from RGB is 124 - color contains mainly: red. Hex color #7C356A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C356A is #83CA95. Grayscale: #505050. Windows color (decimal): -8637078 or 6960508. OLE color: 6960508.
HSL color Cylindrical-coordinate representation of color #7C356A: hue angle of 315.21º 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 #7C356A is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 53 | 106 | - |
| CMYK | 0 | 0.57 | 0.15 | 0.51 |
| HSL | 315.21º | 0.4% | 0.35% | - |
| HSV(B) | 315.21º | 0.57% | 0.49% | - |
| XYZ | 12.19 | 7.87 | 14.51 | - |
| YUV | 80.27 | 142.52 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 53 | 106 | 0 | 0.57 | 0.15 | 0.51 | 315.21 | 0.4 | 0.35 |
| Hex | 7C | 35 | 6A | 0 | 39 | F | 33 | 13B | 28 | 23 |
| Octal | 174 | 65 | 152 | 0 | 71 | 17 | 63 | 473 | 50 | 43 |
| Binary | 1111100 | 110101 | 1101010 | 0 | 111001 | 1111 | 110011 | 100111011 | 101000 | 100011 |
Color Harmonies of #7C356A
Complementary color
Monochromatic Colors of #7C356A
Black with #7C356A
Text Example
Text Example
White with #7C356A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C356A; }
p { color: rgb(124,53,106); }
H1.HeaderClassName
{
color: #7C356A;
}
.AnyTagClassName
{
color: #7C356A;
}
</style>
background-color css
<style>
a { background-color: #7C356A; }
a { background-color: rgb(124,53,106); }
div.DivClassName
{
background-color: #7C356A;
}
.BgClassName
{
background-color: #7C356A;
}
</style>
border-color css
<style>
span { border-color: #7C356A; }
span { border-color: rgb(124,53,106); }
td.TdClassName
{
border-color: #7C356A;
}
.TagClassName
{
border-color: #7C356A;
}
</style>