Shades of Palatinate Purple #7C3A6B
Tints of Palatinate Purple #7C3A6B
RGB
CMYK
RGB Variations
Color information
#7C3A6B (or 0x7C3A6B) is known color: Palatinate Purple. HEX triplet: 7C, 3A and 6B. RGB value is (124,58,107). Sum of RGB (Red+Green+Blue) = 124+58+107=289 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.91% from 289); Green value is 58 (23.05% from 255 or 20.07% from 289); Blue value is 107 (42.19% from 255 or 37.02% from 289); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3A6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3A6B is #83C594. Grayscale: #535353. Windows color (decimal): -8635797 or 7027324. OLE color: 7027324.
HSL color Cylindrical-coordinate representation of color #7C3A6B: hue angle of 315.45º 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 #7C3A6B is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 58 | 107 | - |
| CMYK | 0 | 0.53 | 0.14 | 0.51 |
| HSL | 315.45º | 0.36% | 0.36% | - |
| HSV(B) | 315.45º | 0.53% | 0.49% | - |
| XYZ | 12.48 | 8.37 | 14.87 | - |
| YUV | 83.32 | 141.37 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 58 | 107 | 0 | 0.53 | 0.14 | 0.51 | 315.45 | 0.36 | 0.36 |
| Hex | 7C | 3A | 6B | 0 | 35 | E | 33 | 13B | 24 | 24 |
| Octal | 174 | 72 | 153 | 0 | 65 | 16 | 63 | 473 | 44 | 44 |
| Binary | 1111100 | 111010 | 1101011 | 0 | 110101 | 1110 | 110011 | 100111011 | 100100 | 100100 |
Color Harmonies of #7C3A6B
Complementary color
Monochromatic Colors of #7C3A6B
Black with #7C3A6B
Text Example
Text Example
White with #7C3A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3A6B; }
p { color: rgb(124,58,107); }
H1.HeaderClassName
{
color: #7C3A6B;
}
.AnyTagClassName
{
color: #7C3A6B;
}
</style>
background-color css
<style>
a { background-color: #7C3A6B; }
a { background-color: rgb(124,58,107); }
div.DivClassName
{
background-color: #7C3A6B;
}
.BgClassName
{
background-color: #7C3A6B;
}
</style>
border-color css
<style>
span { border-color: #7C3A6B; }
span { border-color: rgb(124,58,107); }
td.TdClassName
{
border-color: #7C3A6B;
}
.TagClassName
{
border-color: #7C3A6B;
}
</style>