Shades of Palatinate Purple #761D62
Tints of Palatinate Purple #761D62
RGB
CMYK
RGB Variations
Color information
#761D62 (or 0x761D62) is known color: Palatinate Purple. HEX triplet: 76, 1D and 62. RGB value is (118,29,98). Sum of RGB (Red+Green+Blue) = 118+29+98=245 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.16% from 245); Green value is 29 (11.72% from 255 or 11.84% from 245); Blue value is 98 (38.67% from 255 or 40% from 245); Max value from RGB is 118 - color contains mainly: red. Hex color #761D62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #761D62 is #89E29D. Grayscale: #3F3F3F. Windows color (decimal): -9036446 or 6430070. OLE color: 6430070.
HSL color Cylindrical-coordinate representation of color #761D62: hue angle of 313.48º degrees, saturation: 0.61, 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 #761D62 is Cyan = 0, Magento = 0.75, Yellow = 0.17 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 29 | 98 | - |
| CMYK | 0 | 0.75 | 0.17 | 0.54 |
| HSL | 313.48º | 0.61% | 0.29% | - |
| HSV(B) | 313.48º | 0.75% | 0.46% | - |
| XYZ | 10.12 | 5.61 | 12.11 | - |
| YUV | 63.48 | 147.49 | 166.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 29 | 98 | 0 | 0.75 | 0.17 | 0.54 | 313.48 | 0.61 | 0.29 |
| Hex | 76 | 1D | 62 | 0 | 4B | 11 | 36 | 139 | 3D | 1D |
| Octal | 166 | 35 | 142 | 0 | 113 | 21 | 66 | 471 | 75 | 35 |
| Binary | 1110110 | 11101 | 1100010 | 0 | 1001011 | 10001 | 110110 | 100111001 | 111101 | 11101 |
Color Harmonies of #761D62
Complementary color
Monochromatic Colors of #761D62
Black with #761D62
Text Example
Text Example
White with #761D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761D62; }
p { color: rgb(118,29,98); }
H1.HeaderClassName
{
color: #761D62;
}
.AnyTagClassName
{
color: #761D62;
}
</style>
background-color css
<style>
a { background-color: #761D62; }
a { background-color: rgb(118,29,98); }
div.DivClassName
{
background-color: #761D62;
}
.BgClassName
{
background-color: #761D62;
}
</style>
border-color css
<style>
span { border-color: #761D62; }
span { border-color: rgb(118,29,98); }
td.TdClassName
{
border-color: #761D62;
}
.TagClassName
{
border-color: #761D62;
}
</style>