Shades of Palatinate Purple #761E5E
Tints of Palatinate Purple #761E5E
RGB
CMYK
RGB Variations
Color information
#761E5E (or 0x761E5E) is known color: Palatinate Purple. HEX triplet: 76, 1E and 5E. RGB value is (118,30,94). Sum of RGB (Red+Green+Blue) = 118+30+94=242 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.76% from 242); Green value is 30 (12.11% from 255 or 12.40% from 242); Blue value is 94 (37.11% from 255 or 38.84% from 242); Max value from RGB is 118 - color contains mainly: red. Hex color #761E5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #761E5E is #89E1A1. Grayscale: #3F3F3F. Windows color (decimal): -9036194 or 6168182. OLE color: 6168182.
HSL color Cylindrical-coordinate representation of color #761E5E: hue angle of 316.36º 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 #761E5E is Cyan = 0, Magento = 0.75, Yellow = 0.20 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 30 | 94 | - |
| CMYK | 0 | 0.75 | 0.20 | 0.54 |
| HSL | 316.36º | 0.59% | 0.29% | - |
| HSV(B) | 316.36º | 0.75% | 0.46% | - |
| XYZ | 9.96 | 5.59 | 11.14 | - |
| YUV | 63.61 | 145.15 | 166.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 30 | 94 | 0 | 0.75 | 0.20 | 0.54 | 316.36 | 0.59 | 0.29 |
| Hex | 76 | 1E | 5E | 0 | 4B | 14 | 36 | 13C | 3B | 1D |
| Octal | 166 | 36 | 136 | 0 | 113 | 24 | 66 | 474 | 73 | 35 |
| Binary | 1110110 | 11110 | 1011110 | 0 | 1001011 | 10100 | 110110 | 100111100 | 111011 | 11101 |
Color Harmonies of #761E5E
Complementary color
Monochromatic Colors of #761E5E
Black with #761E5E
Text Example
Text Example
White with #761E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761E5E; }
p { color: rgb(118,30,94); }
H1.HeaderClassName
{
color: #761E5E;
}
.AnyTagClassName
{
color: #761E5E;
}
</style>
background-color css
<style>
a { background-color: #761E5E; }
a { background-color: rgb(118,30,94); }
div.DivClassName
{
background-color: #761E5E;
}
.BgClassName
{
background-color: #761E5E;
}
</style>
border-color css
<style>
span { border-color: #761E5E; }
span { border-color: rgb(118,30,94); }
td.TdClassName
{
border-color: #761E5E;
}
.TagClassName
{
border-color: #761E5E;
}
</style>