Shades of Palatinate Purple #760D58
Tints of Palatinate Purple #760D58
RGB
CMYK
RGB Variations
Color information
#760D58 (or 0x760D58) is known color: Palatinate Purple. HEX triplet: 76, 0D and 58. RGB value is (118,13,88). Sum of RGB (Red+Green+Blue) = 118+13+88=219 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.88% from 219); Green value is 13 (5.47% from 255 or 5.94% from 219); Blue value is 88 (34.77% from 255 or 40.18% from 219); Max value from RGB is 118 - color contains mainly: red. Hex color #760D58 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760D58 is #89F2A7. Grayscale: #343434. Windows color (decimal): -9040552 or 5770614. OLE color: 5770614.
HSL color Cylindrical-coordinate representation of color #760D58: hue angle of 317.14º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #760D58 is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 13 | 88 | - |
| CMYK | 0 | 0.89 | 0.25 | 0.54 |
| HSL | 317.14º | 0.8% | 0.26% | - |
| HSV(B) | 317.14º | 0.89% | 0.46% | - |
| XYZ | 9.38 | 4.84 | 9.67 | - |
| YUV | 52.95 | 147.79 | 174.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 13 | 88 | 0 | 0.89 | 0.25 | 0.54 | 317.14 | 0.8 | 0.26 |
| Hex | 76 | D | 58 | 0 | 59 | 19 | 36 | 13D | 50 | 1A |
| Octal | 166 | 15 | 130 | 0 | 131 | 31 | 66 | 475 | 120 | 32 |
| Binary | 1110110 | 1101 | 1011000 | 0 | 1011001 | 11001 | 110110 | 100111101 | 1010000 | 11010 |
Color Harmonies of #760D58
Complementary color
Monochromatic Colors of #760D58
Black with #760D58
Text Example
Text Example
White with #760D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760D58; }
p { color: rgb(118,13,88); }
H1.HeaderClassName
{
color: #760D58;
}
.AnyTagClassName
{
color: #760D58;
}
</style>
background-color css
<style>
a { background-color: #760D58; }
a { background-color: rgb(118,13,88); }
div.DivClassName
{
background-color: #760D58;
}
.BgClassName
{
background-color: #760D58;
}
</style>
border-color css
<style>
span { border-color: #760D58; }
span { border-color: rgb(118,13,88); }
td.TdClassName
{
border-color: #760D58;
}
.TagClassName
{
border-color: #760D58;
}
</style>