Shades of Palatinate Purple #760B5B
Tints of Palatinate Purple #760B5B
RGB
CMYK
RGB Variations
Color information
#760B5B (or 0x760B5B) is known color: Palatinate Purple. HEX triplet: 76, 0B and 5B. RGB value is (118,11,91). Sum of RGB (Red+Green+Blue) = 118+11+91=220 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.64% from 220); Green value is 11 (4.69% from 255 or 5% from 220); Blue value is 91 (35.94% from 255 or 41.36% from 220); Max value from RGB is 118 - color contains mainly: red. Hex color #760B5B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760B5B is #89F4A4. Grayscale: #333333. Windows color (decimal): -9041061 or 5966710. OLE color: 5966710.
HSL color Cylindrical-coordinate representation of color #760B5B: hue angle of 315.14º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #760B5B is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 11 | 91 | - |
| CMYK | 0 | 0.91 | 0.23 | 0.54 |
| HSL | 315.14º | 0.83% | 0.25% | - |
| HSV(B) | 315.14º | 0.91% | 0.46% | - |
| XYZ | 9.48 | 4.85 | 10.33 | - |
| YUV | 52.11 | 149.95 | 175 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 11 | 91 | 0 | 0.91 | 0.23 | 0.54 | 315.14 | 0.83 | 0.25 |
| Hex | 76 | B | 5B | 0 | 5B | 17 | 36 | 13B | 53 | 19 |
| Octal | 166 | 13 | 133 | 0 | 133 | 27 | 66 | 473 | 123 | 31 |
| Binary | 1110110 | 1011 | 1011011 | 0 | 1011011 | 10111 | 110110 | 100111011 | 1010011 | 11001 |
Color Harmonies of #760B5B
Complementary color
Monochromatic Colors of #760B5B
Black with #760B5B
Text Example
Text Example
White with #760B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760B5B; }
p { color: rgb(118,11,91); }
H1.HeaderClassName
{
color: #760B5B;
}
.AnyTagClassName
{
color: #760B5B;
}
</style>
background-color css
<style>
a { background-color: #760B5B; }
a { background-color: rgb(118,11,91); }
div.DivClassName
{
background-color: #760B5B;
}
.BgClassName
{
background-color: #760B5B;
}
</style>
border-color css
<style>
span { border-color: #760B5B; }
span { border-color: rgb(118,11,91); }
td.TdClassName
{
border-color: #760B5B;
}
.TagClassName
{
border-color: #760B5B;
}
</style>