Shades of Palatinate Purple #7C125B
Tints of Palatinate Purple #7C125B
RGB
CMYK
RGB Variations
Color information
#7C125B (or 0x7C125B) is known color: Palatinate Purple. HEX triplet: 7C, 12 and 5B. RGB value is (124,18,91). Sum of RGB (Red+Green+Blue) = 124+18+91=233 (30% of max value = 765). Red value is 124 (48.83% from 255 or 53.22% from 233); Green value is 18 (7.42% from 255 or 7.73% from 233); Blue value is 91 (35.94% from 255 or 39.06% from 233); Max value from RGB is 124 - color contains mainly: red. Hex color #7C125B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C125B is #83EDA4. Grayscale: #393939. Windows color (decimal): -8646053 or 5968508. OLE color: 5968508.
HSL color Cylindrical-coordinate representation of color #7C125B: hue angle of 318.68º degrees, saturation: 0.75, 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 #7C125B is Cyan = 0, Magento = 0.85, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 18 | 91 | - |
| CMYK | 0 | 0.85 | 0.27 | 0.51 |
| HSL | 318.68º | 0.75% | 0.28% | - |
| HSV(B) | 318.68º | 0.85% | 0.49% | - |
| XYZ | 10.42 | 5.47 | 10.4 | - |
| YUV | 58.02 | 146.62 | 175.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 18 | 91 | 0 | 0.85 | 0.27 | 0.51 | 318.68 | 0.75 | 0.28 |
| Hex | 7C | 12 | 5B | 0 | 55 | 1B | 33 | 13F | 4B | 1C |
| Octal | 174 | 22 | 133 | 0 | 125 | 33 | 63 | 477 | 113 | 34 |
| Binary | 1111100 | 10010 | 1011011 | 0 | 1010101 | 11011 | 110011 | 100111111 | 1001011 | 11100 |
Color Harmonies of #7C125B
Complementary color
Monochromatic Colors of #7C125B
Black with #7C125B
Text Example
Text Example
White with #7C125B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C125B; }
p { color: rgb(124,18,91); }
H1.HeaderClassName
{
color: #7C125B;
}
.AnyTagClassName
{
color: #7C125B;
}
</style>
background-color css
<style>
a { background-color: #7C125B; }
a { background-color: rgb(124,18,91); }
div.DivClassName
{
background-color: #7C125B;
}
.BgClassName
{
background-color: #7C125B;
}
</style>
border-color css
<style>
span { border-color: #7C125B; }
span { border-color: rgb(124,18,91); }
td.TdClassName
{
border-color: #7C125B;
}
.TagClassName
{
border-color: #7C125B;
}
</style>