Shades of Palatinate Purple #7D2963
Tints of Palatinate Purple #7D2963
RGB
CMYK
RGB Variations
Color information
#7D2963 (or 0x7D2963) is known color: Palatinate Purple. HEX triplet: 7D, 29 and 63. RGB value is (125,41,99). Sum of RGB (Red+Green+Blue) = 125+41+99=265 (35% of max value = 765). Red value is 125 (49.22% from 255 or 47.17% from 265); Green value is 41 (16.41% from 255 or 15.47% from 265); Blue value is 99 (39.06% from 255 or 37.36% from 265); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2963 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D2963 is #82D69C. Grayscale: #484848. Windows color (decimal): -8574621 or 6498685. OLE color: 6498685.
HSL color Cylindrical-coordinate representation of color #7D2963: hue angle of 318.57º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7D2963 is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 41 | 99 | - |
| CMYK | 0 | 0.67 | 0.21 | 0.51 |
| HSL | 318.57º | 0.51% | 0.33% | - |
| HSV(B) | 318.57º | 0.67% | 0.49% | - |
| XYZ | 11.5 | 6.85 | 12.52 | - |
| YUV | 72.73 | 142.83 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 41 | 99 | 0 | 0.67 | 0.21 | 0.51 | 318.57 | 0.51 | 0.33 |
| Hex | 7D | 29 | 63 | 0 | 43 | 15 | 33 | 13F | 33 | 21 |
| Octal | 175 | 51 | 143 | 0 | 103 | 25 | 63 | 477 | 63 | 41 |
| Binary | 1111101 | 101001 | 1100011 | 0 | 1000011 | 10101 | 110011 | 100111111 | 110011 | 100001 |
Color Harmonies of #7D2963
Complementary color
Monochromatic Colors of #7D2963
Black with #7D2963
Text Example
Text Example
White with #7D2963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D2963; }
p { color: rgb(125,41,99); }
H1.HeaderClassName
{
color: #7D2963;
}
.AnyTagClassName
{
color: #7D2963;
}
</style>
background-color css
<style>
a { background-color: #7D2963; }
a { background-color: rgb(125,41,99); }
div.DivClassName
{
background-color: #7D2963;
}
.BgClassName
{
background-color: #7D2963;
}
</style>
border-color css
<style>
span { border-color: #7D2963; }
span { border-color: rgb(125,41,99); }
td.TdClassName
{
border-color: #7D2963;
}
.TagClassName
{
border-color: #7D2963;
}
</style>