Shades of Palatinate Purple #760C5B
Tints of Palatinate Purple #760C5B
RGB
CMYK
RGB Variations
Color information
#760C5B (or 0x760C5B) is known color: Palatinate Purple. HEX triplet: 76, 0C and 5B. RGB value is (118,12,91). Sum of RGB (Red+Green+Blue) = 118+12+91=221 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.39% from 221); Green value is 12 (5.08% from 255 or 5.43% from 221); Blue value is 91 (35.94% from 255 or 41.18% from 221); Max value from RGB is 118 - color contains mainly: red. Hex color #760C5B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760C5B is #89F3A4. Grayscale: #343434. Windows color (decimal): -9040805 or 5966966. OLE color: 5966966.
HSL color Cylindrical-coordinate representation of color #760C5B: hue angle of 315.28º 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 #760C5B is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 12 | 91 | - |
| CMYK | 0 | 0.90 | 0.23 | 0.54 |
| HSL | 315.28º | 0.82% | 0.25% | - |
| HSV(B) | 315.28º | 0.9% | 0.46% | - |
| XYZ | 9.49 | 4.87 | 10.34 | - |
| YUV | 52.7 | 149.62 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 12 | 91 | 0 | 0.90 | 0.23 | 0.54 | 315.28 | 0.82 | 0.25 |
| Hex | 76 | C | 5B | 0 | 5A | 17 | 36 | 13B | 52 | 19 |
| Octal | 166 | 14 | 133 | 0 | 132 | 27 | 66 | 473 | 122 | 31 |
| Binary | 1110110 | 1100 | 1011011 | 0 | 1011010 | 10111 | 110110 | 100111011 | 1010010 | 11001 |
Color Harmonies of #760C5B
Complementary color
Monochromatic Colors of #760C5B
Black with #760C5B
Text Example
Text Example
White with #760C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760C5B; }
p { color: rgb(118,12,91); }
H1.HeaderClassName
{
color: #760C5B;
}
.AnyTagClassName
{
color: #760C5B;
}
</style>
background-color css
<style>
a { background-color: #760C5B; }
a { background-color: rgb(118,12,91); }
div.DivClassName
{
background-color: #760C5B;
}
.BgClassName
{
background-color: #760C5B;
}
</style>
border-color css
<style>
span { border-color: #760C5B; }
span { border-color: rgb(118,12,91); }
td.TdClassName
{
border-color: #760C5B;
}
.TagClassName
{
border-color: #760C5B;
}
</style>