Shades of Palatinate Purple #7D3565
Tints of Palatinate Purple #7D3565
RGB
CMYK
RGB Variations
Color information
#7D3565 (or 0x7D3565) is known color: Palatinate Purple. HEX triplet: 7D, 35 and 65. RGB value is (125,53,101). Sum of RGB (Red+Green+Blue) = 125+53+101=279 (36% of max value = 765). Red value is 125 (49.22% from 255 or 44.80% from 279); Green value is 53 (21.09% from 255 or 19.00% from 279); Blue value is 101 (39.84% from 255 or 36.20% from 279); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3565 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D3565 is #82CA9A. Grayscale: #4F4F4F. Windows color (decimal): -8571547 or 6632829. OLE color: 6632829.
HSL color Cylindrical-coordinate representation of color #7D3565: hue angle of 320º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7D3565 is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 53 | 101 | - |
| CMYK | 0 | 0.58 | 0.19 | 0.51 |
| HSL | 320º | 0.4% | 0.35% | - |
| HSV(B) | 320º | 0.58% | 0.49% | - |
| XYZ | 12.08 | 7.85 | 13.19 | - |
| YUV | 80 | 139.85 | 160.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 53 | 101 | 0 | 0.58 | 0.19 | 0.51 | 320 | 0.4 | 0.35 |
| Hex | 7D | 35 | 65 | 0 | 3A | 13 | 33 | 140 | 28 | 23 |
| Octal | 175 | 65 | 145 | 0 | 72 | 23 | 63 | 500 | 50 | 43 |
| Binary | 1111101 | 110101 | 1100101 | 0 | 111010 | 10011 | 110011 | 101000000 | 101000 | 100011 |
Color Harmonies of #7D3565
Complementary color
Monochromatic Colors of #7D3565
Black with #7D3565
Text Example
Text Example
White with #7D3565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3565; }
p { color: rgb(125,53,101); }
H1.HeaderClassName
{
color: #7D3565;
}
.AnyTagClassName
{
color: #7D3565;
}
</style>
background-color css
<style>
a { background-color: #7D3565; }
a { background-color: rgb(125,53,101); }
div.DivClassName
{
background-color: #7D3565;
}
.BgClassName
{
background-color: #7D3565;
}
</style>
border-color css
<style>
span { border-color: #7D3565; }
span { border-color: rgb(125,53,101); }
td.TdClassName
{
border-color: #7D3565;
}
.TagClassName
{
border-color: #7D3565;
}
</style>