Shades of Palatinate Purple #7C145F
Tints of Palatinate Purple #7C145F
RGB
CMYK
RGB Variations
Color information
#7C145F (or 0x7C145F) is known color: Palatinate Purple. HEX triplet: 7C, 14 and 5F. RGB value is (124,20,95). Sum of RGB (Red+Green+Blue) = 124+20+95=239 (31% of max value = 765). Red value is 124 (48.83% from 255 or 51.88% from 239); Green value is 20 (8.20% from 255 or 8.37% from 239); Blue value is 95 (37.5% from 255 or 39.75% from 239); Max value from RGB is 124 - color contains mainly: red. Hex color #7C145F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C145F is #83EBA0. Grayscale: #3B3B3B. Windows color (decimal): -8645537 or 6231164. OLE color: 6231164.
HSL color Cylindrical-coordinate representation of color #7C145F: hue angle of 316.73º 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 #7C145F is Cyan = 0, Magento = 0.84, Yellow = 0.23 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 20 | 95 | - |
| CMYK | 0 | 0.84 | 0.23 | 0.51 |
| HSL | 316.73º | 0.72% | 0.28% | - |
| HSV(B) | 316.73º | 0.84% | 0.49% | - |
| XYZ | 10.63 | 5.61 | 11.35 | - |
| YUV | 59.65 | 147.96 | 173.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 20 | 95 | 0 | 0.84 | 0.23 | 0.51 | 316.73 | 0.72 | 0.28 |
| Hex | 7C | 14 | 5F | 0 | 54 | 17 | 33 | 13D | 48 | 1C |
| Octal | 174 | 24 | 137 | 0 | 124 | 27 | 63 | 475 | 110 | 34 |
| Binary | 1111100 | 10100 | 1011111 | 0 | 1010100 | 10111 | 110011 | 100111101 | 1001000 | 11100 |
Color Harmonies of #7C145F
Complementary color
Monochromatic Colors of #7C145F
Black with #7C145F
Text Example
Text Example
White with #7C145F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C145F; }
p { color: rgb(124,20,95); }
H1.HeaderClassName
{
color: #7C145F;
}
.AnyTagClassName
{
color: #7C145F;
}
</style>
background-color css
<style>
a { background-color: #7C145F; }
a { background-color: rgb(124,20,95); }
div.DivClassName
{
background-color: #7C145F;
}
.BgClassName
{
background-color: #7C145F;
}
</style>
border-color css
<style>
span { border-color: #7C145F; }
span { border-color: rgb(124,20,95); }
td.TdClassName
{
border-color: #7C145F;
}
.TagClassName
{
border-color: #7C145F;
}
</style>