Shades of Palatinate Purple #7C3B6A
Tints of Palatinate Purple #7C3B6A
RGB
CMYK
RGB Variations
Color information
#7C3B6A (or 0x7C3B6A) is known color: Palatinate Purple. HEX triplet: 7C, 3B and 6A. RGB value is (124,59,106). Sum of RGB (Red+Green+Blue) = 124+59+106=289 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.91% from 289); Green value is 59 (23.44% from 255 or 20.42% from 289); Blue value is 106 (41.80% from 255 or 36.68% from 289); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3B6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3B6A is #83C495. Grayscale: #535353. Windows color (decimal): -8635542 or 6962044. OLE color: 6962044.
HSL color Cylindrical-coordinate representation of color #7C3B6A: hue angle of 316.62º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7C3B6A is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 59 | 106 | - |
| CMYK | 0 | 0.52 | 0.15 | 0.51 |
| HSL | 316.62º | 0.36% | 0.36% | - |
| HSV(B) | 316.62º | 0.52% | 0.49% | - |
| XYZ | 12.48 | 8.45 | 14.61 | - |
| YUV | 83.79 | 140.53 | 156.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 59 | 106 | 0 | 0.52 | 0.15 | 0.51 | 316.62 | 0.36 | 0.36 |
| Hex | 7C | 3B | 6A | 0 | 34 | F | 33 | 13D | 24 | 24 |
| Octal | 174 | 73 | 152 | 0 | 64 | 17 | 63 | 475 | 44 | 44 |
| Binary | 1111100 | 111011 | 1101010 | 0 | 110100 | 1111 | 110011 | 100111101 | 100100 | 100100 |
Color Harmonies of #7C3B6A
Complementary color
Monochromatic Colors of #7C3B6A
Black with #7C3B6A
Text Example
Text Example
White with #7C3B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3B6A; }
p { color: rgb(124,59,106); }
H1.HeaderClassName
{
color: #7C3B6A;
}
.AnyTagClassName
{
color: #7C3B6A;
}
</style>
background-color css
<style>
a { background-color: #7C3B6A; }
a { background-color: rgb(124,59,106); }
div.DivClassName
{
background-color: #7C3B6A;
}
.BgClassName
{
background-color: #7C3B6A;
}
</style>
border-color css
<style>
span { border-color: #7C3B6A; }
span { border-color: rgb(124,59,106); }
td.TdClassName
{
border-color: #7C3B6A;
}
.TagClassName
{
border-color: #7C3B6A;
}
</style>