Shades of Palatinate Purple #761E5B
Tints of Palatinate Purple #761E5B
RGB
CMYK
RGB Variations
Color information
#761E5B (or 0x761E5B) is known color: Palatinate Purple. HEX triplet: 76, 1E and 5B. RGB value is (118,30,91). Sum of RGB (Red+Green+Blue) = 118+30+91=239 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.37% from 239); Green value is 30 (12.11% from 255 or 12.55% from 239); Blue value is 91 (35.94% from 255 or 38.08% from 239); Max value from RGB is 118 - color contains mainly: red. Hex color #761E5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #761E5B is #89E1A4. Grayscale: #3F3F3F. Windows color (decimal): -9036197 or 5971574. OLE color: 5971574.
HSL color Cylindrical-coordinate representation of color #761E5B: hue angle of 318.41º 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 #761E5B is Cyan = 0, Magento = 0.75, Yellow = 0.23 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 30 | 91 | - |
| CMYK | 0 | 0.75 | 0.23 | 0.54 |
| HSL | 318.41º | 0.59% | 0.29% | - |
| HSV(B) | 318.41º | 0.75% | 0.46% | - |
| XYZ | 9.82 | 5.54 | 10.45 | - |
| YUV | 63.27 | 143.65 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 30 | 91 | 0 | 0.75 | 0.23 | 0.54 | 318.41 | 0.59 | 0.29 |
| Hex | 76 | 1E | 5B | 0 | 4B | 17 | 36 | 13E | 3B | 1D |
| Octal | 166 | 36 | 133 | 0 | 113 | 27 | 66 | 476 | 73 | 35 |
| Binary | 1110110 | 11110 | 1011011 | 0 | 1001011 | 10111 | 110110 | 100111110 | 111011 | 11101 |
Color Harmonies of #761E5B
Complementary color
Monochromatic Colors of #761E5B
Black with #761E5B
Text Example
Text Example
White with #761E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761E5B; }
p { color: rgb(118,30,91); }
H1.HeaderClassName
{
color: #761E5B;
}
.AnyTagClassName
{
color: #761E5B;
}
</style>
background-color css
<style>
a { background-color: #761E5B; }
a { background-color: rgb(118,30,91); }
div.DivClassName
{
background-color: #761E5B;
}
.BgClassName
{
background-color: #761E5B;
}
</style>
border-color css
<style>
span { border-color: #761E5B; }
span { border-color: rgb(118,30,91); }
td.TdClassName
{
border-color: #761E5B;
}
.TagClassName
{
border-color: #761E5B;
}
</style>