Shades of Palatinate Purple #761C62
Tints of Palatinate Purple #761C62
RGB
CMYK
RGB Variations
Color information
#761C62 (or 0x761C62) is known color: Palatinate Purple. HEX triplet: 76, 1C and 62. RGB value is (118,28,98). Sum of RGB (Red+Green+Blue) = 118+28+98=244 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.36% from 244); Green value is 28 (11.33% from 255 or 11.48% from 244); Blue value is 98 (38.67% from 255 or 40.16% from 244); Max value from RGB is 118 - color contains mainly: red. Hex color #761C62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #761C62 is #89E39D. Grayscale: #3E3E3E. Windows color (decimal): -9036702 or 6429814. OLE color: 6429814.
HSL color Cylindrical-coordinate representation of color #761C62: hue angle of 313.33º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #761C62 is Cyan = 0, Magento = 0.76, Yellow = 0.17 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 28 | 98 | - |
| CMYK | 0 | 0.76 | 0.17 | 0.54 |
| HSL | 313.33º | 0.62% | 0.29% | - |
| HSV(B) | 313.33º | 0.76% | 0.46% | - |
| XYZ | 10.09 | 5.56 | 12.1 | - |
| YUV | 62.89 | 147.82 | 167.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 28 | 98 | 0 | 0.76 | 0.17 | 0.54 | 313.33 | 0.62 | 0.29 |
| Hex | 76 | 1C | 62 | 0 | 4C | 11 | 36 | 139 | 3E | 1D |
| Octal | 166 | 34 | 142 | 0 | 114 | 21 | 66 | 471 | 76 | 35 |
| Binary | 1110110 | 11100 | 1100010 | 0 | 1001100 | 10001 | 110110 | 100111001 | 111110 | 11101 |
Color Harmonies of #761C62
Complementary color
Monochromatic Colors of #761C62
Black with #761C62
Text Example
Text Example
White with #761C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761C62; }
p { color: rgb(118,28,98); }
H1.HeaderClassName
{
color: #761C62;
}
.AnyTagClassName
{
color: #761C62;
}
</style>
background-color css
<style>
a { background-color: #761C62; }
a { background-color: rgb(118,28,98); }
div.DivClassName
{
background-color: #761C62;
}
.BgClassName
{
background-color: #761C62;
}
</style>
border-color css
<style>
span { border-color: #761C62; }
span { border-color: rgb(118,28,98); }
td.TdClassName
{
border-color: #761C62;
}
.TagClassName
{
border-color: #761C62;
}
</style>