Shades of Palatinate Purple #7C3A6D
Tints of Palatinate Purple #7C3A6D
RGB
CMYK
RGB Variations
Color information
#7C3A6D (or 0x7C3A6D) is known color: Palatinate Purple. HEX triplet: 7C, 3A and 6D. RGB value is (124,58,109). Sum of RGB (Red+Green+Blue) = 124+58+109=291 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.61% from 291); Green value is 58 (23.05% from 255 or 19.93% from 291); Blue value is 109 (42.97% from 255 or 37.46% from 291); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3A6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3A6D is #83C592. Grayscale: #535353. Windows color (decimal): -8635795 or 7158396. OLE color: 7158396.
HSL color Cylindrical-coordinate representation of color #7C3A6D: hue angle of 313.64º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7C3A6D is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 58 | 109 | - |
| CMYK | 0 | 0.53 | 0.12 | 0.51 |
| HSL | 313.64º | 0.36% | 0.36% | - |
| HSV(B) | 313.64º | 0.53% | 0.49% | - |
| XYZ | 12.59 | 8.42 | 15.43 | - |
| YUV | 83.55 | 142.37 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 58 | 109 | 0 | 0.53 | 0.12 | 0.51 | 313.64 | 0.36 | 0.36 |
| Hex | 7C | 3A | 6D | 0 | 35 | C | 33 | 13A | 24 | 24 |
| Octal | 174 | 72 | 155 | 0 | 65 | 14 | 63 | 472 | 44 | 44 |
| Binary | 1111100 | 111010 | 1101101 | 0 | 110101 | 1100 | 110011 | 100111010 | 100100 | 100100 |
Color Harmonies of #7C3A6D
Complementary color
Monochromatic Colors of #7C3A6D
Black with #7C3A6D
Text Example
Text Example
White with #7C3A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3A6D; }
p { color: rgb(124,58,109); }
H1.HeaderClassName
{
color: #7C3A6D;
}
.AnyTagClassName
{
color: #7C3A6D;
}
</style>
background-color css
<style>
a { background-color: #7C3A6D; }
a { background-color: rgb(124,58,109); }
div.DivClassName
{
background-color: #7C3A6D;
}
.BgClassName
{
background-color: #7C3A6D;
}
</style>
border-color css
<style>
span { border-color: #7C3A6D; }
span { border-color: rgb(124,58,109); }
td.TdClassName
{
border-color: #7C3A6D;
}
.TagClassName
{
border-color: #7C3A6D;
}
</style>