Shades of Palatinate Purple #7C145C
Tints of Palatinate Purple #7C145C
RGB
CMYK
RGB Variations
Color information
#7C145C (or 0x7C145C) is known color: Palatinate Purple. HEX triplet: 7C, 14 and 5C. RGB value is (124,20,92). Sum of RGB (Red+Green+Blue) = 124+20+92=236 (31% of max value = 765). Red value is 124 (48.83% from 255 or 52.54% from 236); Green value is 20 (8.20% from 255 or 8.47% from 236); Blue value is 92 (36.33% from 255 or 38.98% from 236); Max value from RGB is 124 - color contains mainly: red. Hex color #7C145C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C145C is #83EBA3. Grayscale: #3B3B3B. Windows color (decimal): -8645540 or 6034556. OLE color: 6034556.
HSL color Cylindrical-coordinate representation of color #7C145C: hue angle of 318.46º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7C145C is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 20 | 92 | - |
| CMYK | 0 | 0.84 | 0.26 | 0.51 |
| HSL | 318.46º | 0.72% | 0.28% | - |
| HSV(B) | 318.46º | 0.84% | 0.49% | - |
| XYZ | 10.49 | 5.56 | 10.64 | - |
| YUV | 59.3 | 146.46 | 174.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 20 | 92 | 0 | 0.84 | 0.26 | 0.51 | 318.46 | 0.72 | 0.28 |
| Hex | 7C | 14 | 5C | 0 | 54 | 1A | 33 | 13E | 48 | 1C |
| Octal | 174 | 24 | 134 | 0 | 124 | 32 | 63 | 476 | 110 | 34 |
| Binary | 1111100 | 10100 | 1011100 | 0 | 1010100 | 11010 | 110011 | 100111110 | 1001000 | 11100 |
Color Harmonies of #7C145C
Complementary color
Monochromatic Colors of #7C145C
Black with #7C145C
Text Example
Text Example
White with #7C145C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C145C; }
p { color: rgb(124,20,92); }
H1.HeaderClassName
{
color: #7C145C;
}
.AnyTagClassName
{
color: #7C145C;
}
</style>
background-color css
<style>
a { background-color: #7C145C; }
a { background-color: rgb(124,20,92); }
div.DivClassName
{
background-color: #7C145C;
}
.BgClassName
{
background-color: #7C145C;
}
</style>
border-color css
<style>
span { border-color: #7C145C; }
span { border-color: rgb(124,20,92); }
td.TdClassName
{
border-color: #7C145C;
}
.TagClassName
{
border-color: #7C145C;
}
</style>