Shades of Palatinate Purple #7C115B
Tints of Palatinate Purple #7C115B
RGB
CMYK
RGB Variations
Color information
#7C115B (or 0x7C115B) is known color: Palatinate Purple. HEX triplet: 7C, 11 and 5B. RGB value is (124,17,91). Sum of RGB (Red+Green+Blue) = 124+17+91=232 (30% of max value = 765). Red value is 124 (48.83% from 255 or 53.45% from 232); Green value is 17 (7.03% from 255 or 7.33% from 232); Blue value is 91 (35.94% from 255 or 39.22% from 232); Max value from RGB is 124 - color contains mainly: red. Hex color #7C115B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C115B is #83EEA4. Grayscale: #393939. Windows color (decimal): -8646309 or 5968252. OLE color: 5968252.
HSL color Cylindrical-coordinate representation of color #7C115B: hue angle of 318.5º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7C115B is Cyan = 0, Magento = 0.86, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 17 | 91 | - |
| CMYK | 0 | 0.86 | 0.27 | 0.51 |
| HSL | 318.5º | 0.76% | 0.28% | - |
| HSV(B) | 318.5º | 0.86% | 0.49% | - |
| XYZ | 10.4 | 5.44 | 10.4 | - |
| YUV | 57.43 | 146.95 | 175.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 17 | 91 | 0 | 0.86 | 0.27 | 0.51 | 318.5 | 0.76 | 0.28 |
| Hex | 7C | 11 | 5B | 0 | 56 | 1B | 33 | 13F | 4C | 1C |
| Octal | 174 | 21 | 133 | 0 | 126 | 33 | 63 | 477 | 114 | 34 |
| Binary | 1111100 | 10001 | 1011011 | 0 | 1010110 | 11011 | 110011 | 100111111 | 1001100 | 11100 |
Color Harmonies of #7C115B
Complementary color
Monochromatic Colors of #7C115B
Black with #7C115B
Text Example
Text Example
White with #7C115B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C115B; }
p { color: rgb(124,17,91); }
H1.HeaderClassName
{
color: #7C115B;
}
.AnyTagClassName
{
color: #7C115B;
}
</style>
background-color css
<style>
a { background-color: #7C115B; }
a { background-color: rgb(124,17,91); }
div.DivClassName
{
background-color: #7C115B;
}
.BgClassName
{
background-color: #7C115B;
}
</style>
border-color css
<style>
span { border-color: #7C115B; }
span { border-color: rgb(124,17,91); }
td.TdClassName
{
border-color: #7C115B;
}
.TagClassName
{
border-color: #7C115B;
}
</style>