Shades of Palatinate Purple #761E5C
Tints of Palatinate Purple #761E5C
RGB
CMYK
RGB Variations
Color information
#761E5C (or 0x761E5C) is known color: Palatinate Purple. HEX triplet: 76, 1E and 5C. RGB value is (118,30,92). Sum of RGB (Red+Green+Blue) = 118+30+92=240 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.17% from 240); Green value is 30 (12.11% from 255 or 12.5% from 240); Blue value is 92 (36.33% from 255 or 38.33% from 240); Max value from RGB is 118 - color contains mainly: red. Hex color #761E5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #761E5C is #89E1A3. Grayscale: #3F3F3F. Windows color (decimal): -9036196 or 6037110. OLE color: 6037110.
HSL color Cylindrical-coordinate representation of color #761E5C: hue angle of 317.73º 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 #761E5C is Cyan = 0, Magento = 0.75, Yellow = 0.22 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 30 | 92 | - |
| CMYK | 0 | 0.75 | 0.22 | 0.54 |
| HSL | 317.73º | 0.59% | 0.29% | - |
| HSV(B) | 317.73º | 0.75% | 0.46% | - |
| XYZ | 9.87 | 5.55 | 10.68 | - |
| YUV | 63.38 | 144.15 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 30 | 92 | 0 | 0.75 | 0.22 | 0.54 | 317.73 | 0.59 | 0.29 |
| Hex | 76 | 1E | 5C | 0 | 4B | 16 | 36 | 13E | 3B | 1D |
| Octal | 166 | 36 | 134 | 0 | 113 | 26 | 66 | 476 | 73 | 35 |
| Binary | 1110110 | 11110 | 1011100 | 0 | 1001011 | 10110 | 110110 | 100111110 | 111011 | 11101 |
Color Harmonies of #761E5C
Complementary color
Monochromatic Colors of #761E5C
Black with #761E5C
Text Example
Text Example
White with #761E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761E5C; }
p { color: rgb(118,30,92); }
H1.HeaderClassName
{
color: #761E5C;
}
.AnyTagClassName
{
color: #761E5C;
}
</style>
background-color css
<style>
a { background-color: #761E5C; }
a { background-color: rgb(118,30,92); }
div.DivClassName
{
background-color: #761E5C;
}
.BgClassName
{
background-color: #761E5C;
}
</style>
border-color css
<style>
span { border-color: #761E5C; }
span { border-color: rgb(118,30,92); }
td.TdClassName
{
border-color: #761E5C;
}
.TagClassName
{
border-color: #761E5C;
}
</style>