Shades of Palatinate Purple #761E62
Tints of Palatinate Purple #761E62
RGB
CMYK
RGB Variations
Color information
#761E62 (or 0x761E62) is known color: Palatinate Purple. HEX triplet: 76, 1E and 62. RGB value is (118,30,98). Sum of RGB (Red+Green+Blue) = 118+30+98=246 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.97% from 246); Green value is 30 (12.11% from 255 or 12.20% from 246); Blue value is 98 (38.67% from 255 or 39.84% from 246); Max value from RGB is 118 - color contains mainly: red. Hex color #761E62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #761E62 is #89E19D. Grayscale: #3F3F3F. Windows color (decimal): -9036190 or 6430326. OLE color: 6430326.
HSL color Cylindrical-coordinate representation of color #761E62: hue angle of 313.64º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #761E62 is Cyan = 0, Magento = 0.75, Yellow = 0.17 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 30 | 98 | - |
| CMYK | 0 | 0.75 | 0.17 | 0.54 |
| HSL | 313.64º | 0.59% | 0.29% | - |
| HSV(B) | 313.64º | 0.75% | 0.46% | - |
| XYZ | 10.14 | 5.66 | 12.11 | - |
| YUV | 64.06 | 147.15 | 166.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 30 | 98 | 0 | 0.75 | 0.17 | 0.54 | 313.64 | 0.59 | 0.29 |
| Hex | 76 | 1E | 62 | 0 | 4B | 11 | 36 | 13A | 3B | 1D |
| Octal | 166 | 36 | 142 | 0 | 113 | 21 | 66 | 472 | 73 | 35 |
| Binary | 1110110 | 11110 | 1100010 | 0 | 1001011 | 10001 | 110110 | 100111010 | 111011 | 11101 |
Color Harmonies of #761E62
Complementary color
Monochromatic Colors of #761E62
Black with #761E62
Text Example
Text Example
White with #761E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761E62; }
p { color: rgb(118,30,98); }
H1.HeaderClassName
{
color: #761E62;
}
.AnyTagClassName
{
color: #761E62;
}
</style>
background-color css
<style>
a { background-color: #761E62; }
a { background-color: rgb(118,30,98); }
div.DivClassName
{
background-color: #761E62;
}
.BgClassName
{
background-color: #761E62;
}
</style>
border-color css
<style>
span { border-color: #761E62; }
span { border-color: rgb(118,30,98); }
td.TdClassName
{
border-color: #761E62;
}
.TagClassName
{
border-color: #761E62;
}
</style>