Shades of Palatinate Purple #7C185F
Tints of Palatinate Purple #7C185F
RGB
CMYK
RGB Variations
Color information
#7C185F (or 0x7C185F) is known color: Palatinate Purple. HEX triplet: 7C, 18 and 5F. RGB value is (124,24,95). Sum of RGB (Red+Green+Blue) = 124+24+95=243 (32% of max value = 765). Red value is 124 (48.83% from 255 or 51.03% from 243); Green value is 24 (9.77% from 255 or 9.88% from 243); Blue value is 95 (37.5% from 255 or 39.09% from 243); Max value from RGB is 124 - color contains mainly: red. Hex color #7C185F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C185F is #83E7A0. Grayscale: #3D3D3D. Windows color (decimal): -8644513 or 6232188. OLE color: 6232188.
HSL color Cylindrical-coordinate representation of color #7C185F: hue angle of 317.4º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7C185F is Cyan = 0, Magento = 0.81, Yellow = 0.23 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 24 | 95 | - |
| CMYK | 0 | 0.81 | 0.23 | 0.51 |
| HSL | 317.4º | 0.68% | 0.29% | - |
| HSV(B) | 317.4º | 0.81% | 0.49% | - |
| XYZ | 10.7 | 5.76 | 11.37 | - |
| YUV | 61.99 | 146.63 | 172.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 24 | 95 | 0 | 0.81 | 0.23 | 0.51 | 317.4 | 0.68 | 0.29 |
| Hex | 7C | 18 | 5F | 0 | 51 | 17 | 33 | 13D | 44 | 1D |
| Octal | 174 | 30 | 137 | 0 | 121 | 27 | 63 | 475 | 104 | 35 |
| Binary | 1111100 | 11000 | 1011111 | 0 | 1010001 | 10111 | 110011 | 100111101 | 1000100 | 11101 |
Color Harmonies of #7C185F
Complementary color
Monochromatic Colors of #7C185F
Black with #7C185F
Text Example
Text Example
White with #7C185F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C185F; }
p { color: rgb(124,24,95); }
H1.HeaderClassName
{
color: #7C185F;
}
.AnyTagClassName
{
color: #7C185F;
}
</style>
background-color css
<style>
a { background-color: #7C185F; }
a { background-color: rgb(124,24,95); }
div.DivClassName
{
background-color: #7C185F;
}
.BgClassName
{
background-color: #7C185F;
}
</style>
border-color css
<style>
span { border-color: #7C185F; }
span { border-color: rgb(124,24,95); }
td.TdClassName
{
border-color: #7C185F;
}
.TagClassName
{
border-color: #7C185F;
}
</style>