Shades of Palatinate Purple #760C5E
Tints of Palatinate Purple #760C5E
RGB
CMYK
RGB Variations
Color information
#760C5E (or 0x760C5E) is known color: Palatinate Purple. HEX triplet: 76, 0C and 5E. RGB value is (118,12,94). Sum of RGB (Red+Green+Blue) = 118+12+94=224 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.68% from 224); Green value is 12 (5.08% from 255 or 5.36% from 224); Blue value is 94 (37.11% from 255 or 41.96% from 224); Max value from RGB is 118 - color contains mainly: red. Hex color #760C5E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760C5E is #89F3A1. Grayscale: #343434. Windows color (decimal): -9040802 or 6163574. OLE color: 6163574.
HSL color Cylindrical-coordinate representation of color #760C5E: hue angle of 313.58º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #760C5E is Cyan = 0, Magento = 0.90, Yellow = 0.20 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 12 | 94 | - |
| CMYK | 0 | 0.90 | 0.20 | 0.54 |
| HSL | 313.58º | 0.82% | 0.25% | - |
| HSV(B) | 313.58º | 0.9% | 0.46% | - |
| XYZ | 9.62 | 4.92 | 11.03 | - |
| YUV | 53.04 | 151.12 | 174.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 12 | 94 | 0 | 0.90 | 0.20 | 0.54 | 313.58 | 0.82 | 0.25 |
| Hex | 76 | C | 5E | 0 | 5A | 14 | 36 | 13A | 52 | 19 |
| Octal | 166 | 14 | 136 | 0 | 132 | 24 | 66 | 472 | 122 | 31 |
| Binary | 1110110 | 1100 | 1011110 | 0 | 1011010 | 10100 | 110110 | 100111010 | 1010010 | 11001 |
Color Harmonies of #760C5E
Complementary color
Monochromatic Colors of #760C5E
Black with #760C5E
Text Example
Text Example
White with #760C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760C5E; }
p { color: rgb(118,12,94); }
H1.HeaderClassName
{
color: #760C5E;
}
.AnyTagClassName
{
color: #760C5E;
}
</style>
background-color css
<style>
a { background-color: #760C5E; }
a { background-color: rgb(118,12,94); }
div.DivClassName
{
background-color: #760C5E;
}
.BgClassName
{
background-color: #760C5E;
}
</style>
border-color css
<style>
span { border-color: #760C5E; }
span { border-color: rgb(118,12,94); }
td.TdClassName
{
border-color: #760C5E;
}
.TagClassName
{
border-color: #760C5E;
}
</style>