Shades of Palatinate Purple #7C185B
Tints of Palatinate Purple #7C185B
RGB
CMYK
RGB Variations
Color information
#7C185B (or 0x7C185B) is known color: Palatinate Purple. HEX triplet: 7C, 18 and 5B. RGB value is (124,24,91). Sum of RGB (Red+Green+Blue) = 124+24+91=239 (31% of max value = 765). Red value is 124 (48.83% from 255 or 51.88% from 239); Green value is 24 (9.77% from 255 or 10.04% from 239); Blue value is 91 (35.94% from 255 or 38.08% from 239); Max value from RGB is 124 - color contains mainly: red. Hex color #7C185B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C185B is #83E7A4. Grayscale: #3D3D3D. Windows color (decimal): -8644517 or 5970044. OLE color: 5970044.
HSL color Cylindrical-coordinate representation of color #7C185B: hue angle of 319.8º 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 #7C185B is Cyan = 0, Magento = 0.81, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 24 | 91 | - |
| CMYK | 0 | 0.81 | 0.27 | 0.51 |
| HSL | 319.8º | 0.68% | 0.29% | - |
| HSV(B) | 319.8º | 0.81% | 0.49% | - |
| XYZ | 10.53 | 5.69 | 10.44 | - |
| YUV | 61.54 | 144.63 | 172.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 24 | 91 | 0 | 0.81 | 0.27 | 0.51 | 319.8 | 0.68 | 0.29 |
| Hex | 7C | 18 | 5B | 0 | 51 | 1B | 33 | 140 | 44 | 1D |
| Octal | 174 | 30 | 133 | 0 | 121 | 33 | 63 | 500 | 104 | 35 |
| Binary | 1111100 | 11000 | 1011011 | 0 | 1010001 | 11011 | 110011 | 101000000 | 1000100 | 11101 |
Color Harmonies of #7C185B
Complementary color
Monochromatic Colors of #7C185B
Black with #7C185B
Text Example
Text Example
White with #7C185B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C185B; }
p { color: rgb(124,24,91); }
H1.HeaderClassName
{
color: #7C185B;
}
.AnyTagClassName
{
color: #7C185B;
}
</style>
background-color css
<style>
a { background-color: #7C185B; }
a { background-color: rgb(124,24,91); }
div.DivClassName
{
background-color: #7C185B;
}
.BgClassName
{
background-color: #7C185B;
}
</style>
border-color css
<style>
span { border-color: #7C185B; }
span { border-color: rgb(124,24,91); }
td.TdClassName
{
border-color: #7C185B;
}
.TagClassName
{
border-color: #7C185B;
}
</style>