Shades of Palatinate Purple #7D2460
Tints of Palatinate Purple #7D2460
RGB
CMYK
RGB Variations
Color information
#7D2460 (or 0x7D2460) is known color: Palatinate Purple. HEX triplet: 7D, 24 and 60. RGB value is (125,36,96). Sum of RGB (Red+Green+Blue) = 125+36+96=257 (34% of max value = 765). Red value is 125 (49.22% from 255 or 48.64% from 257); Green value is 36 (14.45% from 255 or 14.01% from 257); Blue value is 96 (37.89% from 255 or 37.35% from 257); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2460 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D2460 is #82DB9F. Grayscale: #454545. Windows color (decimal): -8575904 or 6300797. OLE color: 6300797.
HSL color Cylindrical-coordinate representation of color #7D2460: hue angle of 319.55º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7D2460 is Cyan = 0, Magento = 0.71, Yellow = 0.23 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 36 | 96 | - |
| CMYK | 0 | 0.71 | 0.23 | 0.51 |
| HSL | 319.55º | 0.55% | 0.32% | - |
| HSV(B) | 319.55º | 0.71% | 0.49% | - |
| XYZ | 11.2 | 6.47 | 11.72 | - |
| YUV | 69.45 | 142.99 | 167.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 36 | 96 | 0 | 0.71 | 0.23 | 0.51 | 319.55 | 0.55 | 0.32 |
| Hex | 7D | 24 | 60 | 0 | 47 | 17 | 33 | 140 | 37 | 20 |
| Octal | 175 | 44 | 140 | 0 | 107 | 27 | 63 | 500 | 67 | 40 |
| Binary | 1111101 | 100100 | 1100000 | 0 | 1000111 | 10111 | 110011 | 101000000 | 110111 | 100000 |
Color Harmonies of #7D2460
Complementary color
Monochromatic Colors of #7D2460
Black with #7D2460
Text Example
Text Example
White with #7D2460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D2460; }
p { color: rgb(125,36,96); }
H1.HeaderClassName
{
color: #7D2460;
}
.AnyTagClassName
{
color: #7D2460;
}
</style>
background-color css
<style>
a { background-color: #7D2460; }
a { background-color: rgb(125,36,96); }
div.DivClassName
{
background-color: #7D2460;
}
.BgClassName
{
background-color: #7D2460;
}
</style>
border-color css
<style>
span { border-color: #7D2460; }
span { border-color: rgb(125,36,96); }
td.TdClassName
{
border-color: #7D2460;
}
.TagClassName
{
border-color: #7D2460;
}
</style>