Shades of Palatinate Purple #7C1861
Tints of Palatinate Purple #7C1861
RGB
CMYK
RGB Variations
Color information
#7C1861 (or 0x7C1861) is known color: Palatinate Purple. HEX triplet: 7C, 18 and 61. RGB value is (124,24,97). Sum of RGB (Red+Green+Blue) = 124+24+97=245 (32% of max value = 765). Red value is 124 (48.83% from 255 or 50.61% from 245); Green value is 24 (9.77% from 255 or 9.80% from 245); Blue value is 97 (38.28% from 255 or 39.59% from 245); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1861 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C1861 is #83E79E. Grayscale: #3E3E3E. Windows color (decimal): -8644511 or 6363260. OLE color: 6363260.
HSL color Cylindrical-coordinate representation of color #7C1861: hue angle of 316.2º 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 #7C1861 is Cyan = 0, Magento = 0.81, Yellow = 0.22 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 24 | 97 | - |
| CMYK | 0 | 0.81 | 0.22 | 0.51 |
| HSL | 316.2º | 0.68% | 0.29% | - |
| HSV(B) | 316.2º | 0.81% | 0.49% | - |
| XYZ | 10.8 | 5.8 | 11.86 | - |
| YUV | 62.22 | 147.63 | 172.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 24 | 97 | 0 | 0.81 | 0.22 | 0.51 | 316.2 | 0.68 | 0.29 |
| Hex | 7C | 18 | 61 | 0 | 51 | 16 | 33 | 13C | 44 | 1D |
| Octal | 174 | 30 | 141 | 0 | 121 | 26 | 63 | 474 | 104 | 35 |
| Binary | 1111100 | 11000 | 1100001 | 0 | 1010001 | 10110 | 110011 | 100111100 | 1000100 | 11101 |
Color Harmonies of #7C1861
Complementary color
Monochromatic Colors of #7C1861
Black with #7C1861
Text Example
Text Example
White with #7C1861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1861; }
p { color: rgb(124,24,97); }
H1.HeaderClassName
{
color: #7C1861;
}
.AnyTagClassName
{
color: #7C1861;
}
</style>
background-color css
<style>
a { background-color: #7C1861; }
a { background-color: rgb(124,24,97); }
div.DivClassName
{
background-color: #7C1861;
}
.BgClassName
{
background-color: #7C1861;
}
</style>
border-color css
<style>
span { border-color: #7C1861; }
span { border-color: rgb(124,24,97); }
td.TdClassName
{
border-color: #7C1861;
}
.TagClassName
{
border-color: #7C1861;
}
</style>