Shades of Palatinate Purple #7C205D
Tints of Palatinate Purple #7C205D
RGB
CMYK
RGB Variations
Color information
#7C205D (or 0x7C205D) is known color: Palatinate Purple. HEX triplet: 7C, 20 and 5D. RGB value is (124,32,93). Sum of RGB (Red+Green+Blue) = 124+32+93=249 (32% of max value = 765). Red value is 124 (48.83% from 255 or 49.80% from 249); Green value is 32 (12.89% from 255 or 12.85% from 249); Blue value is 93 (36.72% from 255 or 37.35% from 249); Max value from RGB is 124 - color contains mainly: red. Hex color #7C205D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C205D is #83DFA2. Grayscale: #424242. Windows color (decimal): -8642467 or 6103164. OLE color: 6103164.
HSL color Cylindrical-coordinate representation of color #7C205D: hue angle of 320.22º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7C205D is Cyan = 0, Magento = 0.74, Yellow = 0.25 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 32 | 93 | - |
| CMYK | 0 | 0.74 | 0.25 | 0.51 |
| HSL | 320.22º | 0.59% | 0.31% | - |
| HSV(B) | 320.22º | 0.74% | 0.49% | - |
| XYZ | 10.8 | 6.11 | 10.97 | - |
| YUV | 66.46 | 142.98 | 169.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 32 | 93 | 0 | 0.74 | 0.25 | 0.51 | 320.22 | 0.59 | 0.31 |
| Hex | 7C | 20 | 5D | 0 | 4A | 19 | 33 | 140 | 3B | 1F |
| Octal | 174 | 40 | 135 | 0 | 112 | 31 | 63 | 500 | 73 | 37 |
| Binary | 1111100 | 100000 | 1011101 | 0 | 1001010 | 11001 | 110011 | 101000000 | 111011 | 11111 |
Color Harmonies of #7C205D
Complementary color
Monochromatic Colors of #7C205D
Black with #7C205D
Text Example
Text Example
White with #7C205D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C205D; }
p { color: rgb(124,32,93); }
H1.HeaderClassName
{
color: #7C205D;
}
.AnyTagClassName
{
color: #7C205D;
}
</style>
background-color css
<style>
a { background-color: #7C205D; }
a { background-color: rgb(124,32,93); }
div.DivClassName
{
background-color: #7C205D;
}
.BgClassName
{
background-color: #7C205D;
}
</style>
border-color css
<style>
span { border-color: #7C205D; }
span { border-color: rgb(124,32,93); }
td.TdClassName
{
border-color: #7C205D;
}
.TagClassName
{
border-color: #7C205D;
}
</style>