Shades of Palatinate Purple #7D205D
Tints of Palatinate Purple #7D205D
RGB
CMYK
RGB Variations
Color information
#7D205D (or 0x7D205D) is known color: Palatinate Purple. HEX triplet: 7D, 20 and 5D. RGB value is (125,32,93). Sum of RGB (Red+Green+Blue) = 125+32+93=250 (33% of max value = 765). Red value is 125 (49.22% from 255 or 50% from 250); Green value is 32 (12.89% from 255 or 12.8% from 250); Blue value is 93 (36.72% from 255 or 37.2% from 250); Max value from RGB is 125 - color contains mainly: red. Hex color #7D205D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D205D is #82DFA2. Grayscale: #424242. Windows color (decimal): -8576931 or 6103165. OLE color: 6103165.
HSL color Cylindrical-coordinate representation of color #7D205D: hue angle of 320.65º 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 #7D205D is Cyan = 0, Magento = 0.74, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 32 | 93 | - |
| CMYK | 0 | 0.74 | 0.26 | 0.51 |
| HSL | 320.65º | 0.59% | 0.31% | - |
| HSV(B) | 320.65º | 0.74% | 0.49% | - |
| XYZ | 10.95 | 6.18 | 10.97 | - |
| YUV | 66.76 | 142.81 | 169.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 32 | 93 | 0 | 0.74 | 0.26 | 0.51 | 320.65 | 0.59 | 0.31 |
| Hex | 7D | 20 | 5D | 0 | 4A | 1A | 33 | 141 | 3B | 1F |
| Octal | 175 | 40 | 135 | 0 | 112 | 32 | 63 | 501 | 73 | 37 |
| Binary | 1111101 | 100000 | 1011101 | 0 | 1001010 | 11010 | 110011 | 101000001 | 111011 | 11111 |
Color Harmonies of #7D205D
Complementary color
Monochromatic Colors of #7D205D
Black with #7D205D
Text Example
Text Example
White with #7D205D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D205D; }
p { color: rgb(125,32,93); }
H1.HeaderClassName
{
color: #7D205D;
}
.AnyTagClassName
{
color: #7D205D;
}
</style>
background-color css
<style>
a { background-color: #7D205D; }
a { background-color: rgb(125,32,93); }
div.DivClassName
{
background-color: #7D205D;
}
.BgClassName
{
background-color: #7D205D;
}
</style>
border-color css
<style>
span { border-color: #7D205D; }
span { border-color: rgb(125,32,93); }
td.TdClassName
{
border-color: #7D205D;
}
.TagClassName
{
border-color: #7D205D;
}
</style>