Shades of Palatinate Purple #760F5C
Tints of Palatinate Purple #760F5C
RGB
CMYK
RGB Variations
Color information
#760F5C (or 0x760F5C) is known color: Palatinate Purple. HEX triplet: 76, 0F and 5C. RGB value is (118,15,92). Sum of RGB (Red+Green+Blue) = 118+15+92=225 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.44% from 225); Green value is 15 (6.25% from 255 or 6.67% from 225); Blue value is 92 (36.33% from 255 or 40.89% from 225); Max value from RGB is 118 - color contains mainly: red. Hex color #760F5C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760F5C is #89F0A3. Grayscale: #363636. Windows color (decimal): -9040036 or 6033270. OLE color: 6033270.
HSL color Cylindrical-coordinate representation of color #760F5C: hue angle of 315.15º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #760F5C is Cyan = 0, Magento = 0.87, Yellow = 0.22 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 15 | 92 | - |
| CMYK | 0 | 0.87 | 0.22 | 0.54 |
| HSL | 315.15º | 0.77% | 0.26% | - |
| HSV(B) | 315.15º | 0.87% | 0.46% | - |
| XYZ | 9.57 | 4.97 | 10.58 | - |
| YUV | 54.58 | 149.12 | 173.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 15 | 92 | 0 | 0.87 | 0.22 | 0.54 | 315.15 | 0.77 | 0.26 |
| Hex | 76 | F | 5C | 0 | 57 | 16 | 36 | 13B | 4D | 1A |
| Octal | 166 | 17 | 134 | 0 | 127 | 26 | 66 | 473 | 115 | 32 |
| Binary | 1110110 | 1111 | 1011100 | 0 | 1010111 | 10110 | 110110 | 100111011 | 1001101 | 11010 |
Color Harmonies of #760F5C
Complementary color
Monochromatic Colors of #760F5C
Black with #760F5C
Text Example
Text Example
White with #760F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760F5C; }
p { color: rgb(118,15,92); }
H1.HeaderClassName
{
color: #760F5C;
}
.AnyTagClassName
{
color: #760F5C;
}
</style>
background-color css
<style>
a { background-color: #760F5C; }
a { background-color: rgb(118,15,92); }
div.DivClassName
{
background-color: #760F5C;
}
.BgClassName
{
background-color: #760F5C;
}
</style>
border-color css
<style>
span { border-color: #760F5C; }
span { border-color: rgb(118,15,92); }
td.TdClassName
{
border-color: #760F5C;
}
.TagClassName
{
border-color: #760F5C;
}
</style>