Shades of Palatinate Purple #7D2662
Tints of Palatinate Purple #7D2662
RGB
CMYK
RGB Variations
Color information
#7D2662 (or 0x7D2662) is known color: Palatinate Purple. HEX triplet: 7D, 26 and 62. RGB value is (125,38,98). Sum of RGB (Red+Green+Blue) = 125+38+98=261 (34% of max value = 765). Red value is 125 (49.22% from 255 or 47.89% from 261); Green value is 38 (15.23% from 255 or 14.56% from 261); Blue value is 98 (38.67% from 255 or 37.55% from 261); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2662 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D2662 is #82D99D. Grayscale: #464646. Windows color (decimal): -8575390 or 6432381. OLE color: 6432381.
HSL color Cylindrical-coordinate representation of color #7D2662: hue angle of 318.62º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7D2662 is Cyan = 0, Magento = 0.70, Yellow = 0.22 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 38 | 98 | - |
| CMYK | 0 | 0.70 | 0.22 | 0.51 |
| HSL | 318.62º | 0.53% | 0.32% | - |
| HSV(B) | 318.62º | 0.7% | 0.49% | - |
| XYZ | 11.36 | 6.63 | 12.24 | - |
| YUV | 70.85 | 143.32 | 166.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 38 | 98 | 0 | 0.70 | 0.22 | 0.51 | 318.62 | 0.53 | 0.32 |
| Hex | 7D | 26 | 62 | 0 | 46 | 16 | 33 | 13F | 35 | 20 |
| Octal | 175 | 46 | 142 | 0 | 106 | 26 | 63 | 477 | 65 | 40 |
| Binary | 1111101 | 100110 | 1100010 | 0 | 1000110 | 10110 | 110011 | 100111111 | 110101 | 100000 |
Color Harmonies of #7D2662
Complementary color
Monochromatic Colors of #7D2662
Black with #7D2662
Text Example
Text Example
White with #7D2662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D2662; }
p { color: rgb(125,38,98); }
H1.HeaderClassName
{
color: #7D2662;
}
.AnyTagClassName
{
color: #7D2662;
}
</style>
background-color css
<style>
a { background-color: #7D2662; }
a { background-color: rgb(125,38,98); }
div.DivClassName
{
background-color: #7D2662;
}
.BgClassName
{
background-color: #7D2662;
}
</style>
border-color css
<style>
span { border-color: #7D2662; }
span { border-color: rgb(125,38,98); }
td.TdClassName
{
border-color: #7D2662;
}
.TagClassName
{
border-color: #7D2662;
}
</style>