Shades of Palatinate Purple #7D2463
Tints of Palatinate Purple #7D2463
RGB
CMYK
RGB Variations
Color information
#7D2463 (or 0x7D2463) is known color: Palatinate Purple. HEX triplet: 7D, 24 and 63. RGB value is (125,36,99). Sum of RGB (Red+Green+Blue) = 125+36+99=260 (34% of max value = 765). Red value is 125 (49.22% from 255 or 48.08% from 260); Green value is 36 (14.45% from 255 or 13.85% from 260); Blue value is 99 (39.06% from 255 or 38.08% from 260); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2463 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D2463 is #82DB9C. Grayscale: #454545. Windows color (decimal): -8575901 or 6497405. OLE color: 6497405.
HSL color Cylindrical-coordinate representation of color #7D2463: hue angle of 317.53º 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 #7D2463 is Cyan = 0, Magento = 0.71, Yellow = 0.21 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 36 | 99 | - |
| CMYK | 0 | 0.71 | 0.21 | 0.51 |
| HSL | 317.53º | 0.55% | 0.32% | - |
| HSV(B) | 317.53º | 0.71% | 0.49% | - |
| XYZ | 11.34 | 6.52 | 12.47 | - |
| YUV | 69.79 | 144.49 | 167.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 36 | 99 | 0 | 0.71 | 0.21 | 0.51 | 317.53 | 0.55 | 0.32 |
| Hex | 7D | 24 | 63 | 0 | 47 | 15 | 33 | 13E | 37 | 20 |
| Octal | 175 | 44 | 143 | 0 | 107 | 25 | 63 | 476 | 67 | 40 |
| Binary | 1111101 | 100100 | 1100011 | 0 | 1000111 | 10101 | 110011 | 100111110 | 110111 | 100000 |
Color Harmonies of #7D2463
Complementary color
Monochromatic Colors of #7D2463
Black with #7D2463
Text Example
Text Example
White with #7D2463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D2463; }
p { color: rgb(125,36,99); }
H1.HeaderClassName
{
color: #7D2463;
}
.AnyTagClassName
{
color: #7D2463;
}
</style>
background-color css
<style>
a { background-color: #7D2463; }
a { background-color: rgb(125,36,99); }
div.DivClassName
{
background-color: #7D2463;
}
.BgClassName
{
background-color: #7D2463;
}
</style>
border-color css
<style>
span { border-color: #7D2463; }
span { border-color: rgb(125,36,99); }
td.TdClassName
{
border-color: #7D2463;
}
.TagClassName
{
border-color: #7D2463;
}
</style>