Shades of Palatinate Purple #762060
Tints of Palatinate Purple #762060
RGB
CMYK
RGB Variations
Color information
#762060 (or 0x762060) is known color: Palatinate Purple. HEX triplet: 76, 20 and 60. RGB value is (118,32,96). Sum of RGB (Red+Green+Blue) = 118+32+96=246 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.97% from 246); Green value is 32 (12.89% from 255 or 13.01% from 246); Blue value is 96 (37.89% from 255 or 39.02% from 246); Max value from RGB is 118 - color contains mainly: red. Hex color #762060 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762060 is #89DF9F. Grayscale: #404040. Windows color (decimal): -9035680 or 6299766. OLE color: 6299766.
HSL color Cylindrical-coordinate representation of color #762060: hue angle of 315.35º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #762060 is Cyan = 0, Magento = 0.73, Yellow = 0.19 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 32 | 96 | - |
| CMYK | 0 | 0.73 | 0.19 | 0.54 |
| HSL | 315.35º | 0.57% | 0.29% | - |
| HSV(B) | 315.35º | 0.73% | 0.46% | - |
| XYZ | 10.1 | 5.73 | 11.64 | - |
| YUV | 65.01 | 145.49 | 165.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 32 | 96 | 0 | 0.73 | 0.19 | 0.54 | 315.35 | 0.57 | 0.29 |
| Hex | 76 | 20 | 60 | 0 | 49 | 13 | 36 | 13B | 39 | 1D |
| Octal | 166 | 40 | 140 | 0 | 111 | 23 | 66 | 473 | 71 | 35 |
| Binary | 1110110 | 100000 | 1100000 | 0 | 1001001 | 10011 | 110110 | 100111011 | 111001 | 11101 |
Color Harmonies of #762060
Complementary color
Monochromatic Colors of #762060
Black with #762060
Text Example
Text Example
White with #762060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762060; }
p { color: rgb(118,32,96); }
H1.HeaderClassName
{
color: #762060;
}
.AnyTagClassName
{
color: #762060;
}
</style>
background-color css
<style>
a { background-color: #762060; }
a { background-color: rgb(118,32,96); }
div.DivClassName
{
background-color: #762060;
}
.BgClassName
{
background-color: #762060;
}
</style>
border-color css
<style>
span { border-color: #762060; }
span { border-color: rgb(118,32,96); }
td.TdClassName
{
border-color: #762060;
}
.TagClassName
{
border-color: #762060;
}
</style>