Shades of Palatinate Purple #761C63
Tints of Palatinate Purple #761C63
RGB
CMYK
RGB Variations
Color information
#761C63 (or 0x761C63) is known color: Palatinate Purple. HEX triplet: 76, 1C and 63. RGB value is (118,28,99). Sum of RGB (Red+Green+Blue) = 118+28+99=245 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.16% from 245); Green value is 28 (11.33% from 255 or 11.43% from 245); Blue value is 99 (39.06% from 255 or 40.41% from 245); Max value from RGB is 118 - color contains mainly: red. Hex color #761C63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #761C63 is #89E39C. Grayscale: #3E3E3E. Windows color (decimal): -9036701 or 6495350. OLE color: 6495350.
HSL color Cylindrical-coordinate representation of color #761C63: hue angle of 312.67º 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 #761C63 is Cyan = 0, Magento = 0.76, Yellow = 0.16 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 28 | 99 | - |
| CMYK | 0 | 0.76 | 0.16 | 0.54 |
| HSL | 312.67º | 0.62% | 0.29% | - |
| HSV(B) | 312.67º | 0.76% | 0.46% | - |
| XYZ | 10.14 | 5.58 | 12.35 | - |
| YUV | 63 | 148.32 | 167.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 28 | 99 | 0 | 0.76 | 0.16 | 0.54 | 312.67 | 0.62 | 0.29 |
| Hex | 76 | 1C | 63 | 0 | 4C | 10 | 36 | 139 | 3E | 1D |
| Octal | 166 | 34 | 143 | 0 | 114 | 20 | 66 | 471 | 76 | 35 |
| Binary | 1110110 | 11100 | 1100011 | 0 | 1001100 | 10000 | 110110 | 100111001 | 111110 | 11101 |
Color Harmonies of #761C63
Complementary color
Monochromatic Colors of #761C63
Black with #761C63
Text Example
Text Example
White with #761C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761C63; }
p { color: rgb(118,28,99); }
H1.HeaderClassName
{
color: #761C63;
}
.AnyTagClassName
{
color: #761C63;
}
</style>
background-color css
<style>
a { background-color: #761C63; }
a { background-color: rgb(118,28,99); }
div.DivClassName
{
background-color: #761C63;
}
.BgClassName
{
background-color: #761C63;
}
</style>
border-color css
<style>
span { border-color: #761C63; }
span { border-color: rgb(118,28,99); }
td.TdClassName
{
border-color: #761C63;
}
.TagClassName
{
border-color: #761C63;
}
</style>