Shades of Palatinate Purple #7D2864
Tints of Palatinate Purple #7D2864
RGB
CMYK
RGB Variations
Color information
#7D2864 (or 0x7D2864) is known color: Palatinate Purple. HEX triplet: 7D, 28 and 64. RGB value is (125,40,100). Sum of RGB (Red+Green+Blue) = 125+40+100=265 (35% of max value = 765). Red value is 125 (49.22% from 255 or 47.17% from 265); Green value is 40 (16.02% from 255 or 15.09% from 265); Blue value is 100 (39.45% from 255 or 37.74% from 265); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2864 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D2864 is #82D79B. Grayscale: #484848. Windows color (decimal): -8574876 or 6563965. OLE color: 6563965.
HSL color Cylindrical-coordinate representation of color #7D2864: hue angle of 317.65º 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 #7D2864 is Cyan = 0, Magento = 0.68, Yellow = 0.2 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 40 | 100 | - |
| CMYK | 0 | 0.68 | 0.2 | 0.51 |
| HSL | 317.65º | 0.52% | 0.32% | - |
| HSV(B) | 317.65º | 0.68% | 0.49% | - |
| XYZ | 11.52 | 6.8 | 12.76 | - |
| YUV | 72.26 | 143.66 | 165.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 40 | 100 | 0 | 0.68 | 0.2 | 0.51 | 317.65 | 0.52 | 0.32 |
| Hex | 7D | 28 | 64 | 0 | 44 | 14 | 33 | 13E | 34 | 20 |
| Octal | 175 | 50 | 144 | 0 | 104 | 24 | 63 | 476 | 64 | 40 |
| Binary | 1111101 | 101000 | 1100100 | 0 | 1000100 | 10100 | 110011 | 100111110 | 110100 | 100000 |
Color Harmonies of #7D2864
Complementary color
Monochromatic Colors of #7D2864
Black with #7D2864
Text Example
Text Example
White with #7D2864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D2864; }
p { color: rgb(125,40,100); }
H1.HeaderClassName
{
color: #7D2864;
}
.AnyTagClassName
{
color: #7D2864;
}
</style>
background-color css
<style>
a { background-color: #7D2864; }
a { background-color: rgb(125,40,100); }
div.DivClassName
{
background-color: #7D2864;
}
.BgClassName
{
background-color: #7D2864;
}
</style>
border-color css
<style>
span { border-color: #7D2864; }
span { border-color: rgb(125,40,100); }
td.TdClassName
{
border-color: #7D2864;
}
.TagClassName
{
border-color: #7D2864;
}
</style>