Shades of Palatinate Purple #762C5F
Tints of Palatinate Purple #762C5F
RGB
CMYK
RGB Variations
Color information
#762C5F (or 0x762C5F) is known color: Palatinate Purple. HEX triplet: 76, 2C and 5F. RGB value is (118,44,95). Sum of RGB (Red+Green+Blue) = 118+44+95=257 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.91% from 257); Green value is 44 (17.58% from 255 or 17.12% from 257); Blue value is 95 (37.5% from 255 or 36.96% from 257); Max value from RGB is 118 - color contains mainly: red. Hex color #762C5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762C5F is #89D3A0. Grayscale: #474747. Windows color (decimal): -9032609 or 6237302. OLE color: 6237302.
HSL color Cylindrical-coordinate representation of color #762C5F: hue angle of 318.65º 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 #762C5F is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 44 | 95 | - |
| CMYK | 0 | 0.63 | 0.19 | 0.54 |
| HSL | 318.65º | 0.46% | 0.32% | - |
| HSV(B) | 318.65º | 0.63% | 0.46% | - |
| XYZ | 10.44 | 6.48 | 11.53 | - |
| YUV | 71.94 | 141.02 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 44 | 95 | 0 | 0.63 | 0.19 | 0.54 | 318.65 | 0.46 | 0.32 |
| Hex | 76 | 2C | 5F | 0 | 3F | 13 | 36 | 13F | 2E | 20 |
| Octal | 166 | 54 | 137 | 0 | 77 | 23 | 66 | 477 | 56 | 40 |
| Binary | 1110110 | 101100 | 1011111 | 0 | 111111 | 10011 | 110110 | 100111111 | 101110 | 100000 |
Color Harmonies of #762C5F
Complementary color
Monochromatic Colors of #762C5F
Black with #762C5F
Text Example
Text Example
White with #762C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762C5F; }
p { color: rgb(118,44,95); }
H1.HeaderClassName
{
color: #762C5F;
}
.AnyTagClassName
{
color: #762C5F;
}
</style>
background-color css
<style>
a { background-color: #762C5F; }
a { background-color: rgb(118,44,95); }
div.DivClassName
{
background-color: #762C5F;
}
.BgClassName
{
background-color: #762C5F;
}
</style>
border-color css
<style>
span { border-color: #762C5F; }
span { border-color: rgb(118,44,95); }
td.TdClassName
{
border-color: #762C5F;
}
.TagClassName
{
border-color: #762C5F;
}
</style>