Shades of Palatinate Purple #761D5F
Tints of Palatinate Purple #761D5F
RGB
CMYK
RGB Variations
Color information
#761D5F (or 0x761D5F) is known color: Palatinate Purple. HEX triplet: 76, 1D and 5F. RGB value is (118,29,95). Sum of RGB (Red+Green+Blue) = 118+29+95=242 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.76% from 242); Green value is 29 (11.72% from 255 or 11.98% from 242); Blue value is 95 (37.5% from 255 or 39.26% from 242); Max value from RGB is 118 - color contains mainly: red. Hex color #761D5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #761D5F is #89E2A0. Grayscale: #3E3E3E. Windows color (decimal): -9036449 or 6233462. OLE color: 6233462.
HSL color Cylindrical-coordinate representation of color #761D5F: hue angle of 315.51º degrees, saturation: 0.61, 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 #761D5F is Cyan = 0, Magento = 0.75, Yellow = 0.19 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 29 | 95 | - |
| CMYK | 0 | 0.75 | 0.19 | 0.54 |
| HSL | 315.51º | 0.61% | 0.29% | - |
| HSV(B) | 315.51º | 0.75% | 0.46% | - |
| XYZ | 9.98 | 5.56 | 11.37 | - |
| YUV | 63.14 | 145.99 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 29 | 95 | 0 | 0.75 | 0.19 | 0.54 | 315.51 | 0.61 | 0.29 |
| Hex | 76 | 1D | 5F | 0 | 4B | 13 | 36 | 13C | 3D | 1D |
| Octal | 166 | 35 | 137 | 0 | 113 | 23 | 66 | 474 | 75 | 35 |
| Binary | 1110110 | 11101 | 1011111 | 0 | 1001011 | 10011 | 110110 | 100111100 | 111101 | 11101 |
Color Harmonies of #761D5F
Complementary color
Monochromatic Colors of #761D5F
Black with #761D5F
Text Example
Text Example
White with #761D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761D5F; }
p { color: rgb(118,29,95); }
H1.HeaderClassName
{
color: #761D5F;
}
.AnyTagClassName
{
color: #761D5F;
}
</style>
background-color css
<style>
a { background-color: #761D5F; }
a { background-color: rgb(118,29,95); }
div.DivClassName
{
background-color: #761D5F;
}
.BgClassName
{
background-color: #761D5F;
}
</style>
border-color css
<style>
span { border-color: #761D5F; }
span { border-color: rgb(118,29,95); }
td.TdClassName
{
border-color: #761D5F;
}
.TagClassName
{
border-color: #761D5F;
}
</style>