Shades of Palatinate Purple #7C155F
Tints of Palatinate Purple #7C155F
RGB
CMYK
RGB Variations
Color information
#7C155F (or 0x7C155F) is known color: Palatinate Purple. HEX triplet: 7C, 15 and 5F. RGB value is (124,21,95). Sum of RGB (Red+Green+Blue) = 124+21+95=240 (31% of max value = 765). Red value is 124 (48.83% from 255 or 51.67% from 240); Green value is 21 (8.59% from 255 or 8.75% from 240); Blue value is 95 (37.5% from 255 or 39.58% from 240); Max value from RGB is 124 - color contains mainly: red. Hex color #7C155F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C155F is #83EAA0. Grayscale: #3C3C3C. Windows color (decimal): -8645281 or 6231420. OLE color: 6231420.
HSL color Cylindrical-coordinate representation of color #7C155F: hue angle of 316.89º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7C155F is Cyan = 0, Magento = 0.83, Yellow = 0.23 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 21 | 95 | - |
| CMYK | 0 | 0.83 | 0.23 | 0.51 |
| HSL | 316.89º | 0.71% | 0.28% | - |
| HSV(B) | 316.89º | 0.83% | 0.49% | - |
| XYZ | 10.65 | 5.65 | 11.36 | - |
| YUV | 60.23 | 147.62 | 173.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 21 | 95 | 0 | 0.83 | 0.23 | 0.51 | 316.89 | 0.71 | 0.28 |
| Hex | 7C | 15 | 5F | 0 | 53 | 17 | 33 | 13D | 47 | 1C |
| Octal | 174 | 25 | 137 | 0 | 123 | 27 | 63 | 475 | 107 | 34 |
| Binary | 1111100 | 10101 | 1011111 | 0 | 1010011 | 10111 | 110011 | 100111101 | 1000111 | 11100 |
Color Harmonies of #7C155F
Complementary color
Monochromatic Colors of #7C155F
Black with #7C155F
Text Example
Text Example
White with #7C155F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C155F; }
p { color: rgb(124,21,95); }
H1.HeaderClassName
{
color: #7C155F;
}
.AnyTagClassName
{
color: #7C155F;
}
</style>
background-color css
<style>
a { background-color: #7C155F; }
a { background-color: rgb(124,21,95); }
div.DivClassName
{
background-color: #7C155F;
}
.BgClassName
{
background-color: #7C155F;
}
</style>
border-color css
<style>
span { border-color: #7C155F; }
span { border-color: rgb(124,21,95); }
td.TdClassName
{
border-color: #7C155F;
}
.TagClassName
{
border-color: #7C155F;
}
</style>