Shades of Palatinate Purple #761E5D
Tints of Palatinate Purple #761E5D
RGB
CMYK
RGB Variations
Color information
#761E5D (or 0x761E5D) is known color: Palatinate Purple. HEX triplet: 76, 1E and 5D. RGB value is (118,30,93). Sum of RGB (Red+Green+Blue) = 118+30+93=241 (31% of max value = 765). Red value is 118 (46.48% from 255 or 48.96% from 241); Green value is 30 (12.11% from 255 or 12.45% from 241); Blue value is 93 (36.72% from 255 or 38.59% from 241); Max value from RGB is 118 - color contains mainly: red. Hex color #761E5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #761E5D is #89E1A2. Grayscale: #3F3F3F. Windows color (decimal): -9036195 or 6102646. OLE color: 6102646.
HSL color Cylindrical-coordinate representation of color #761E5D: hue angle of 317.05º 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 #761E5D is Cyan = 0, Magento = 0.75, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 30 | 93 | - |
| CMYK | 0 | 0.75 | 0.21 | 0.54 |
| HSL | 317.05º | 0.59% | 0.29% | - |
| HSV(B) | 317.05º | 0.75% | 0.46% | - |
| XYZ | 9.91 | 5.57 | 10.91 | - |
| YUV | 63.49 | 144.65 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 30 | 93 | 0 | 0.75 | 0.21 | 0.54 | 317.05 | 0.59 | 0.29 |
| Hex | 76 | 1E | 5D | 0 | 4B | 15 | 36 | 13D | 3B | 1D |
| Octal | 166 | 36 | 135 | 0 | 113 | 25 | 66 | 475 | 73 | 35 |
| Binary | 1110110 | 11110 | 1011101 | 0 | 1001011 | 10101 | 110110 | 100111101 | 111011 | 11101 |
Color Harmonies of #761E5D
Complementary color
Monochromatic Colors of #761E5D
Black with #761E5D
Text Example
Text Example
White with #761E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761E5D; }
p { color: rgb(118,30,93); }
H1.HeaderClassName
{
color: #761E5D;
}
.AnyTagClassName
{
color: #761E5D;
}
</style>
background-color css
<style>
a { background-color: #761E5D; }
a { background-color: rgb(118,30,93); }
div.DivClassName
{
background-color: #761E5D;
}
.BgClassName
{
background-color: #761E5D;
}
</style>
border-color css
<style>
span { border-color: #761E5D; }
span { border-color: rgb(118,30,93); }
td.TdClassName
{
border-color: #761E5D;
}
.TagClassName
{
border-color: #761E5D;
}
</style>