Shades of Palatinate Purple #7D2E65
Tints of Palatinate Purple #7D2E65
RGB
CMYK
RGB Variations
Color information
#7D2E65 (or 0x7D2E65) is known color: Palatinate Purple. HEX triplet: 7D, 2E and 65. RGB value is (125,46,101). Sum of RGB (Red+Green+Blue) = 125+46+101=272 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.96% from 272); Green value is 46 (18.36% from 255 or 16.91% from 272); Blue value is 101 (39.84% from 255 or 37.13% from 272); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2E65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D2E65 is #82D19A. Grayscale: #4B4B4B. Windows color (decimal): -8573339 or 6631037. OLE color: 6631037.
HSL color Cylindrical-coordinate representation of color #7D2E65: hue angle of 318.23º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7D2E65 is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 46 | 101 | - |
| CMYK | 0 | 0.63 | 0.19 | 0.51 |
| HSL | 318.23º | 0.46% | 0.34% | - |
| HSV(B) | 318.23º | 0.63% | 0.49% | - |
| XYZ | 11.78 | 7.25 | 13.09 | - |
| YUV | 75.89 | 142.17 | 163.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 46 | 101 | 0 | 0.63 | 0.19 | 0.51 | 318.23 | 0.46 | 0.34 |
| Hex | 7D | 2E | 65 | 0 | 3F | 13 | 33 | 13E | 2E | 22 |
| Octal | 175 | 56 | 145 | 0 | 77 | 23 | 63 | 476 | 56 | 42 |
| Binary | 1111101 | 101110 | 1100101 | 0 | 111111 | 10011 | 110011 | 100111110 | 101110 | 100010 |
Color Harmonies of #7D2E65
Complementary color
Monochromatic Colors of #7D2E65
Black with #7D2E65
Text Example
Text Example
White with #7D2E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D2E65; }
p { color: rgb(125,46,101); }
H1.HeaderClassName
{
color: #7D2E65;
}
.AnyTagClassName
{
color: #7D2E65;
}
</style>
background-color css
<style>
a { background-color: #7D2E65; }
a { background-color: rgb(125,46,101); }
div.DivClassName
{
background-color: #7D2E65;
}
.BgClassName
{
background-color: #7D2E65;
}
</style>
border-color css
<style>
span { border-color: #7D2E65; }
span { border-color: rgb(125,46,101); }
td.TdClassName
{
border-color: #7D2E65;
}
.TagClassName
{
border-color: #7D2E65;
}
</style>