Shades of Palatinate Purple #7C125A
Tints of Palatinate Purple #7C125A
RGB
CMYK
RGB Variations
Color information
#7C125A (or 0x7C125A) is known color: Palatinate Purple. HEX triplet: 7C, 12 and 5A. RGB value is (124,18,90). Sum of RGB (Red+Green+Blue) = 124+18+90=232 (30% of max value = 765). Red value is 124 (48.83% from 255 or 53.45% from 232); Green value is 18 (7.42% from 255 or 7.76% from 232); Blue value is 90 (35.55% from 255 or 38.79% from 232); Max value from RGB is 124 - color contains mainly: red. Hex color #7C125A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C125A is #83EDA5. Grayscale: #393939. Windows color (decimal): -8646054 or 5902972. OLE color: 5902972.
HSL color Cylindrical-coordinate representation of color #7C125A: hue angle of 319.25º 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 #7C125A is Cyan = 0, Magento = 0.85, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 18 | 90 | - |
| CMYK | 0 | 0.85 | 0.27 | 0.51 |
| HSL | 319.25º | 0.75% | 0.28% | - |
| HSV(B) | 319.25º | 0.85% | 0.49% | - |
| XYZ | 10.37 | 5.46 | 10.18 | - |
| YUV | 57.9 | 146.12 | 175.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 18 | 90 | 0 | 0.85 | 0.27 | 0.51 | 319.25 | 0.75 | 0.28 |
| Hex | 7C | 12 | 5A | 0 | 55 | 1B | 33 | 13F | 4B | 1C |
| Octal | 174 | 22 | 132 | 0 | 125 | 33 | 63 | 477 | 113 | 34 |
| Binary | 1111100 | 10010 | 1011010 | 0 | 1010101 | 11011 | 110011 | 100111111 | 1001011 | 11100 |
Color Harmonies of #7C125A
Complementary color
Monochromatic Colors of #7C125A
Black with #7C125A
Text Example
Text Example
White with #7C125A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C125A; }
p { color: rgb(124,18,90); }
H1.HeaderClassName
{
color: #7C125A;
}
.AnyTagClassName
{
color: #7C125A;
}
</style>
background-color css
<style>
a { background-color: #7C125A; }
a { background-color: rgb(124,18,90); }
div.DivClassName
{
background-color: #7C125A;
}
.BgClassName
{
background-color: #7C125A;
}
</style>
border-color css
<style>
span { border-color: #7C125A; }
span { border-color: rgb(124,18,90); }
td.TdClassName
{
border-color: #7C125A;
}
.TagClassName
{
border-color: #7C125A;
}
</style>