Shades of Palatinate Purple #762C65
Tints of Palatinate Purple #762C65
RGB
CMYK
RGB Variations
Color information
#762C65 (or 0x762C65) is known color: Palatinate Purple. HEX triplet: 76, 2C and 65. RGB value is (118,44,101). Sum of RGB (Red+Green+Blue) = 118+44+101=263 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.87% from 263); Green value is 44 (17.58% from 255 or 16.73% from 263); Blue value is 101 (39.84% from 255 or 38.40% from 263); Max value from RGB is 118 - color contains mainly: red. Hex color #762C65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762C65 is #89D39A. Grayscale: #484848. Windows color (decimal): -9032603 or 6630518. OLE color: 6630518.
HSL color Cylindrical-coordinate representation of color #762C65: hue angle of 313.78º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #762C65 is Cyan = 0, Magento = 0.63, Yellow = 0.14 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 44 | 101 | - |
| CMYK | 0 | 0.63 | 0.14 | 0.54 |
| HSL | 313.78º | 0.46% | 0.32% | - |
| HSV(B) | 313.78º | 0.63% | 0.46% | - |
| XYZ | 10.72 | 6.59 | 13.02 | - |
| YUV | 72.62 | 144.02 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 44 | 101 | 0 | 0.63 | 0.14 | 0.54 | 313.78 | 0.46 | 0.32 |
| Hex | 76 | 2C | 65 | 0 | 3F | E | 36 | 13A | 2E | 20 |
| Octal | 166 | 54 | 145 | 0 | 77 | 16 | 66 | 472 | 56 | 40 |
| Binary | 1110110 | 101100 | 1100101 | 0 | 111111 | 1110 | 110110 | 100111010 | 101110 | 100000 |
Color Harmonies of #762C65
Complementary color
Monochromatic Colors of #762C65
Black with #762C65
Text Example
Text Example
White with #762C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762C65; }
p { color: rgb(118,44,101); }
H1.HeaderClassName
{
color: #762C65;
}
.AnyTagClassName
{
color: #762C65;
}
</style>
background-color css
<style>
a { background-color: #762C65; }
a { background-color: rgb(118,44,101); }
div.DivClassName
{
background-color: #762C65;
}
.BgClassName
{
background-color: #762C65;
}
</style>
border-color css
<style>
span { border-color: #762C65; }
span { border-color: rgb(118,44,101); }
td.TdClassName
{
border-color: #762C65;
}
.TagClassName
{
border-color: #762C65;
}
</style>