Shades of Palatinate Purple #7C185A
Tints of Palatinate Purple #7C185A
RGB
CMYK
RGB Variations
Color information
#7C185A (or 0x7C185A) is known color: Palatinate Purple. HEX triplet: 7C, 18 and 5A. RGB value is (124,24,90). Sum of RGB (Red+Green+Blue) = 124+24+90=238 (31% of max value = 765). Red value is 124 (48.83% from 255 or 52.10% from 238); Green value is 24 (9.77% from 255 or 10.08% from 238); Blue value is 90 (35.55% from 255 or 37.82% from 238); Max value from RGB is 124 - color contains mainly: red. Hex color #7C185A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C185A is #83E7A5. Grayscale: #3D3D3D. Windows color (decimal): -8644518 or 5904508. OLE color: 5904508.
HSL color Cylindrical-coordinate representation of color #7C185A: hue angle of 320.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 #7C185A is Cyan = 0, Magento = 0.81, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 24 | 90 | - |
| CMYK | 0 | 0.81 | 0.27 | 0.51 |
| HSL | 320.4º | 0.68% | 0.29% | - |
| HSV(B) | 320.4º | 0.81% | 0.49% | - |
| XYZ | 10.48 | 5.68 | 10.22 | - |
| YUV | 61.42 | 144.13 | 172.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 24 | 90 | 0 | 0.81 | 0.27 | 0.51 | 320.4 | 0.68 | 0.29 |
| Hex | 7C | 18 | 5A | 0 | 51 | 1B | 33 | 140 | 44 | 1D |
| Octal | 174 | 30 | 132 | 0 | 121 | 33 | 63 | 500 | 104 | 35 |
| Binary | 1111100 | 11000 | 1011010 | 0 | 1010001 | 11011 | 110011 | 101000000 | 1000100 | 11101 |
Color Harmonies of #7C185A
Complementary color
Monochromatic Colors of #7C185A
Black with #7C185A
Text Example
Text Example
White with #7C185A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C185A; }
p { color: rgb(124,24,90); }
H1.HeaderClassName
{
color: #7C185A;
}
.AnyTagClassName
{
color: #7C185A;
}
</style>
background-color css
<style>
a { background-color: #7C185A; }
a { background-color: rgb(124,24,90); }
div.DivClassName
{
background-color: #7C185A;
}
.BgClassName
{
background-color: #7C185A;
}
</style>
border-color css
<style>
span { border-color: #7C185A; }
span { border-color: rgb(124,24,90); }
td.TdClassName
{
border-color: #7C185A;
}
.TagClassName
{
border-color: #7C185A;
}
</style>