Shades of Palatinate Purple #7D2B66
Tints of Palatinate Purple #7D2B66
RGB
CMYK
RGB Variations
Color information
#7D2B66 (or 0x7D2B66) is known color: Palatinate Purple. HEX triplet: 7D, 2B and 66. RGB value is (125,43,102). Sum of RGB (Red+Green+Blue) = 125+43+102=270 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.30% from 270); Green value is 43 (17.19% from 255 or 15.93% from 270); Blue value is 102 (40.23% from 255 or 37.78% from 270); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2B66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D2B66 is #82D499. Grayscale: #4A4A4A. Windows color (decimal): -8574106 or 6695805. OLE color: 6695805.
HSL color Cylindrical-coordinate representation of color #7D2B66: hue angle of 316.83º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7D2B66 is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 43 | 102 | - |
| CMYK | 0 | 0.66 | 0.18 | 0.51 |
| HSL | 316.83º | 0.49% | 0.33% | - |
| HSV(B) | 316.83º | 0.66% | 0.49% | - |
| XYZ | 11.72 | 7.05 | 13.31 | - |
| YUV | 74.24 | 143.67 | 164.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 43 | 102 | 0 | 0.66 | 0.18 | 0.51 | 316.83 | 0.49 | 0.33 |
| Hex | 7D | 2B | 66 | 0 | 42 | 12 | 33 | 13D | 31 | 21 |
| Octal | 175 | 53 | 146 | 0 | 102 | 22 | 63 | 475 | 61 | 41 |
| Binary | 1111101 | 101011 | 1100110 | 0 | 1000010 | 10010 | 110011 | 100111101 | 110001 | 100001 |
Color Harmonies of #7D2B66
Complementary color
Monochromatic Colors of #7D2B66
Black with #7D2B66
Text Example
Text Example
White with #7D2B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D2B66; }
p { color: rgb(125,43,102); }
H1.HeaderClassName
{
color: #7D2B66;
}
.AnyTagClassName
{
color: #7D2B66;
}
</style>
background-color css
<style>
a { background-color: #7D2B66; }
a { background-color: rgb(125,43,102); }
div.DivClassName
{
background-color: #7D2B66;
}
.BgClassName
{
background-color: #7D2B66;
}
</style>
border-color css
<style>
span { border-color: #7D2B66; }
span { border-color: rgb(125,43,102); }
td.TdClassName
{
border-color: #7D2B66;
}
.TagClassName
{
border-color: #7D2B66;
}
</style>