Shades of Palatinate Purple #7C1A5A
Tints of Palatinate Purple #7C1A5A
RGB
CMYK
RGB Variations
Color information
#7C1A5A (or 0x7C1A5A) is known color: Palatinate Purple. HEX triplet: 7C, 1A and 5A. RGB value is (124,26,90). Sum of RGB (Red+Green+Blue) = 124+26+90=240 (31% of max value = 765). Red value is 124 (48.83% from 255 or 51.67% from 240); Green value is 26 (10.55% from 255 or 10.83% from 240); Blue value is 90 (35.55% from 255 or 37.5% from 240); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1A5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C1A5A is #83E5A5. Grayscale: #3E3E3E. Windows color (decimal): -8644006 or 5905020. OLE color: 5905020.
HSL color Cylindrical-coordinate representation of color #7C1A5A: hue angle of 320.82º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7C1A5A is Cyan = 0, Magento = 0.79, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 26 | 90 | - |
| CMYK | 0 | 0.79 | 0.27 | 0.51 |
| HSL | 320.82º | 0.65% | 0.29% | - |
| HSV(B) | 320.82º | 0.79% | 0.49% | - |
| XYZ | 10.53 | 5.76 | 10.23 | - |
| YUV | 62.6 | 143.47 | 171.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 26 | 90 | 0 | 0.79 | 0.27 | 0.51 | 320.82 | 0.65 | 0.29 |
| Hex | 7C | 1A | 5A | 0 | 4F | 1B | 33 | 141 | 41 | 1D |
| Octal | 174 | 32 | 132 | 0 | 117 | 33 | 63 | 501 | 101 | 35 |
| Binary | 1111100 | 11010 | 1011010 | 0 | 1001111 | 11011 | 110011 | 101000001 | 1000001 | 11101 |
Color Harmonies of #7C1A5A
Complementary color
Monochromatic Colors of #7C1A5A
Black with #7C1A5A
Text Example
Text Example
White with #7C1A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1A5A; }
p { color: rgb(124,26,90); }
H1.HeaderClassName
{
color: #7C1A5A;
}
.AnyTagClassName
{
color: #7C1A5A;
}
</style>
background-color css
<style>
a { background-color: #7C1A5A; }
a { background-color: rgb(124,26,90); }
div.DivClassName
{
background-color: #7C1A5A;
}
.BgClassName
{
background-color: #7C1A5A;
}
</style>
border-color css
<style>
span { border-color: #7C1A5A; }
span { border-color: rgb(124,26,90); }
td.TdClassName
{
border-color: #7C1A5A;
}
.TagClassName
{
border-color: #7C1A5A;
}
</style>