Shades of Palatinate Purple #7C135E
Tints of Palatinate Purple #7C135E
RGB
CMYK
RGB Variations
Color information
#7C135E (or 0x7C135E) is known color: Palatinate Purple. HEX triplet: 7C, 13 and 5E. RGB value is (124,19,94). Sum of RGB (Red+Green+Blue) = 124+19+94=237 (31% of max value = 765). Red value is 124 (48.83% from 255 or 52.32% from 237); Green value is 19 (7.81% from 255 or 8.02% from 237); Blue value is 94 (37.11% from 255 or 39.66% from 237); Max value from RGB is 124 - color contains mainly: red. Hex color #7C135E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C135E is #83ECA1. Grayscale: #3A3A3A. Windows color (decimal): -8645794 or 6165372. OLE color: 6165372.
HSL color Cylindrical-coordinate representation of color #7C135E: hue angle of 317.14º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7C135E is Cyan = 0, Magento = 0.85, Yellow = 0.24 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 19 | 94 | - |
| CMYK | 0 | 0.85 | 0.24 | 0.51 |
| HSL | 317.14º | 0.73% | 0.28% | - |
| HSV(B) | 317.14º | 0.85% | 0.49% | - |
| XYZ | 10.57 | 5.56 | 11.11 | - |
| YUV | 58.95 | 147.79 | 174.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 19 | 94 | 0 | 0.85 | 0.24 | 0.51 | 317.14 | 0.73 | 0.28 |
| Hex | 7C | 13 | 5E | 0 | 55 | 18 | 33 | 13D | 49 | 1C |
| Octal | 174 | 23 | 136 | 0 | 125 | 30 | 63 | 475 | 111 | 34 |
| Binary | 1111100 | 10011 | 1011110 | 0 | 1010101 | 11000 | 110011 | 100111101 | 1001001 | 11100 |
Color Harmonies of #7C135E
Complementary color
Monochromatic Colors of #7C135E
Black with #7C135E
Text Example
Text Example
White with #7C135E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C135E; }
p { color: rgb(124,19,94); }
H1.HeaderClassName
{
color: #7C135E;
}
.AnyTagClassName
{
color: #7C135E;
}
</style>
background-color css
<style>
a { background-color: #7C135E; }
a { background-color: rgb(124,19,94); }
div.DivClassName
{
background-color: #7C135E;
}
.BgClassName
{
background-color: #7C135E;
}
</style>
border-color css
<style>
span { border-color: #7C135E; }
span { border-color: rgb(124,19,94); }
td.TdClassName
{
border-color: #7C135E;
}
.TagClassName
{
border-color: #7C135E;
}
</style>