Shades of Palatinate Purple #7D2860
Tints of Palatinate Purple #7D2860
RGB
CMYK
RGB Variations
Color information
#7D2860 (or 0x7D2860) is known color: Palatinate Purple. HEX triplet: 7D, 28 and 60. RGB value is (125,40,96). Sum of RGB (Red+Green+Blue) = 125+40+96=261 (34% of max value = 765). Red value is 125 (49.22% from 255 or 47.89% from 261); Green value is 40 (16.02% from 255 or 15.33% from 261); Blue value is 96 (37.89% from 255 or 36.78% from 261); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2860 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D2860 is #82D79F. Grayscale: #474747. Windows color (decimal): -8574880 or 6301821. OLE color: 6301821.
HSL color Cylindrical-coordinate representation of color #7D2860: hue angle of 320.47º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7D2860 is Cyan = 0, Magento = 0.68, Yellow = 0.23 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 40 | 96 | - |
| CMYK | 0 | 0.68 | 0.23 | 0.51 |
| HSL | 320.47º | 0.52% | 0.32% | - |
| HSV(B) | 320.47º | 0.68% | 0.49% | - |
| XYZ | 11.33 | 6.72 | 11.77 | - |
| YUV | 71.8 | 141.66 | 165.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 40 | 96 | 0 | 0.68 | 0.23 | 0.51 | 320.47 | 0.52 | 0.32 |
| Hex | 7D | 28 | 60 | 0 | 44 | 17 | 33 | 140 | 34 | 20 |
| Octal | 175 | 50 | 140 | 0 | 104 | 27 | 63 | 500 | 64 | 40 |
| Binary | 1111101 | 101000 | 1100000 | 0 | 1000100 | 10111 | 110011 | 101000000 | 110100 | 100000 |
Color Harmonies of #7D2860
Complementary color
Monochromatic Colors of #7D2860
Black with #7D2860
Text Example
Text Example
White with #7D2860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D2860; }
p { color: rgb(125,40,96); }
H1.HeaderClassName
{
color: #7D2860;
}
.AnyTagClassName
{
color: #7D2860;
}
</style>
background-color css
<style>
a { background-color: #7D2860; }
a { background-color: rgb(125,40,96); }
div.DivClassName
{
background-color: #7D2860;
}
.BgClassName
{
background-color: #7D2860;
}
</style>
border-color css
<style>
span { border-color: #7D2860; }
span { border-color: rgb(125,40,96); }
td.TdClassName
{
border-color: #7D2860;
}
.TagClassName
{
border-color: #7D2860;
}
</style>