Shades of Palatinate Purple #761E5F
Tints of Palatinate Purple #761E5F
RGB
CMYK
RGB Variations
Color information
#761E5F (or 0x761E5F) is known color: Palatinate Purple. HEX triplet: 76, 1E and 5F. RGB value is (118,30,95). Sum of RGB (Red+Green+Blue) = 118+30+95=243 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.56% from 243); Green value is 30 (12.11% from 255 or 12.35% from 243); Blue value is 95 (37.5% from 255 or 39.09% from 243); Max value from RGB is 118 - color contains mainly: red. Hex color #761E5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #761E5F is #89E1A0. Grayscale: #3F3F3F. Windows color (decimal): -9036193 or 6233718. OLE color: 6233718.
HSL color Cylindrical-coordinate representation of color #761E5F: hue angle of 315.68º 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 #761E5F is Cyan = 0, Magento = 0.75, Yellow = 0.19 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 30 | 95 | - |
| CMYK | 0 | 0.75 | 0.19 | 0.54 |
| HSL | 315.68º | 0.59% | 0.29% | - |
| HSV(B) | 315.68º | 0.75% | 0.46% | - |
| XYZ | 10 | 5.61 | 11.38 | - |
| YUV | 63.72 | 145.65 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 30 | 95 | 0 | 0.75 | 0.19 | 0.54 | 315.68 | 0.59 | 0.29 |
| Hex | 76 | 1E | 5F | 0 | 4B | 13 | 36 | 13C | 3B | 1D |
| Octal | 166 | 36 | 137 | 0 | 113 | 23 | 66 | 474 | 73 | 35 |
| Binary | 1110110 | 11110 | 1011111 | 0 | 1001011 | 10011 | 110110 | 100111100 | 111011 | 11101 |
Color Harmonies of #761E5F
Complementary color
Monochromatic Colors of #761E5F
Black with #761E5F
Text Example
Text Example
White with #761E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761E5F; }
p { color: rgb(118,30,95); }
H1.HeaderClassName
{
color: #761E5F;
}
.AnyTagClassName
{
color: #761E5F;
}
</style>
background-color css
<style>
a { background-color: #761E5F; }
a { background-color: rgb(118,30,95); }
div.DivClassName
{
background-color: #761E5F;
}
.BgClassName
{
background-color: #761E5F;
}
</style>
border-color css
<style>
span { border-color: #761E5F; }
span { border-color: rgb(118,30,95); }
td.TdClassName
{
border-color: #761E5F;
}
.TagClassName
{
border-color: #761E5F;
}
</style>