Shades of Palatinate Purple #7D2D61
Tints of Palatinate Purple #7D2D61
RGB
CMYK
RGB Variations
Color information
#7D2D61 (or 0x7D2D61) is known color: Palatinate Purple. HEX triplet: 7D, 2D and 61. RGB value is (125,45,97). Sum of RGB (Red+Green+Blue) = 125+45+97=267 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.82% from 267); Green value is 45 (17.97% from 255 or 16.85% from 267); Blue value is 97 (38.28% from 255 or 36.33% from 267); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2D61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D2D61 is #82D29E. Grayscale: #4A4A4A. Windows color (decimal): -8573599 or 6368637. OLE color: 6368637.
HSL color Cylindrical-coordinate representation of color #7D2D61: hue angle of 321º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7D2D61 is Cyan = 0, Magento = 0.64, Yellow = 0.22 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 45 | 97 | - |
| CMYK | 0 | 0.64 | 0.22 | 0.51 |
| HSL | 321º | 0.47% | 0.33% | - |
| HSV(B) | 321º | 0.64% | 0.49% | - |
| XYZ | 11.55 | 7.1 | 12.07 | - |
| YUV | 74.85 | 140.5 | 163.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 45 | 97 | 0 | 0.64 | 0.22 | 0.51 | 321 | 0.47 | 0.33 |
| Hex | 7D | 2D | 61 | 0 | 40 | 16 | 33 | 141 | 2F | 21 |
| Octal | 175 | 55 | 141 | 0 | 100 | 26 | 63 | 501 | 57 | 41 |
| Binary | 1111101 | 101101 | 1100001 | 0 | 1000000 | 10110 | 110011 | 101000001 | 101111 | 100001 |
Color Harmonies of #7D2D61
Complementary color
Monochromatic Colors of #7D2D61
Black with #7D2D61
Text Example
Text Example
White with #7D2D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D2D61; }
p { color: rgb(125,45,97); }
H1.HeaderClassName
{
color: #7D2D61;
}
.AnyTagClassName
{
color: #7D2D61;
}
</style>
background-color css
<style>
a { background-color: #7D2D61; }
a { background-color: rgb(125,45,97); }
div.DivClassName
{
background-color: #7D2D61;
}
.BgClassName
{
background-color: #7D2D61;
}
</style>
border-color css
<style>
span { border-color: #7D2D61; }
span { border-color: rgb(125,45,97); }
td.TdClassName
{
border-color: #7D2D61;
}
.TagClassName
{
border-color: #7D2D61;
}
</style>