Shades of Palatinate Purple #7C165F
Tints of Palatinate Purple #7C165F
RGB
CMYK
RGB Variations
Color information
#7C165F (or 0x7C165F) is known color: Palatinate Purple. HEX triplet: 7C, 16 and 5F. RGB value is (124,22,95). Sum of RGB (Red+Green+Blue) = 124+22+95=241 (31% of max value = 765). Red value is 124 (48.83% from 255 or 51.45% from 241); Green value is 22 (8.98% from 255 or 9.13% from 241); Blue value is 95 (37.5% from 255 or 39.42% from 241); Max value from RGB is 124 - color contains mainly: red. Hex color #7C165F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C165F is #83E9A0. Grayscale: #3C3C3C. Windows color (decimal): -8645025 or 6231676. OLE color: 6231676.
HSL color Cylindrical-coordinate representation of color #7C165F: hue angle of 317.06º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7C165F is Cyan = 0, Magento = 0.82, Yellow = 0.23 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 22 | 95 | - |
| CMYK | 0 | 0.82 | 0.23 | 0.51 |
| HSL | 317.06º | 0.7% | 0.29% | - |
| HSV(B) | 317.06º | 0.82% | 0.49% | - |
| XYZ | 10.66 | 5.69 | 11.36 | - |
| YUV | 60.82 | 147.29 | 173.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 22 | 95 | 0 | 0.82 | 0.23 | 0.51 | 317.06 | 0.7 | 0.29 |
| Hex | 7C | 16 | 5F | 0 | 52 | 17 | 33 | 13D | 46 | 1D |
| Octal | 174 | 26 | 137 | 0 | 122 | 27 | 63 | 475 | 106 | 35 |
| Binary | 1111100 | 10110 | 1011111 | 0 | 1010010 | 10111 | 110011 | 100111101 | 1000110 | 11101 |
Color Harmonies of #7C165F
Complementary color
Monochromatic Colors of #7C165F
Black with #7C165F
Text Example
Text Example
White with #7C165F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C165F; }
p { color: rgb(124,22,95); }
H1.HeaderClassName
{
color: #7C165F;
}
.AnyTagClassName
{
color: #7C165F;
}
</style>
background-color css
<style>
a { background-color: #7C165F; }
a { background-color: rgb(124,22,95); }
div.DivClassName
{
background-color: #7C165F;
}
.BgClassName
{
background-color: #7C165F;
}
</style>
border-color css
<style>
span { border-color: #7C165F; }
span { border-color: rgb(124,22,95); }
td.TdClassName
{
border-color: #7C165F;
}
.TagClassName
{
border-color: #7C165F;
}
</style>