Shades of Palatinate Purple #760B63
Tints of Palatinate Purple #760B63
RGB
CMYK
RGB Variations
Color information
#760B63 (or 0x760B63) is known color: Palatinate Purple. HEX triplet: 76, 0B and 63. RGB value is (118,11,99). Sum of RGB (Red+Green+Blue) = 118+11+99=228 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.75% from 228); Green value is 11 (4.69% from 255 or 4.82% from 228); Blue value is 99 (39.06% from 255 or 43.42% from 228); Max value from RGB is 118 - color contains mainly: red. Hex color #760B63 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760B63 is #89F49C. Grayscale: #343434. Windows color (decimal): -9041053 or 6490998. OLE color: 6490998.
HSL color Cylindrical-coordinate representation of color #760B63: hue angle of 310.65º 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 #760B63 is Cyan = 0, Magento = 0.91, Yellow = 0.16 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 11 | 99 | - |
| CMYK | 0 | 0.91 | 0.16 | 0.54 |
| HSL | 310.65º | 0.83% | 0.25% | - |
| HSV(B) | 310.65º | 0.91% | 0.46% | - |
| XYZ | 9.84 | 4.99 | 12.25 | - |
| YUV | 53.03 | 153.95 | 174.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 11 | 99 | 0 | 0.91 | 0.16 | 0.54 | 310.65 | 0.83 | 0.25 |
| Hex | 76 | B | 63 | 0 | 5B | 10 | 36 | 137 | 53 | 19 |
| Octal | 166 | 13 | 143 | 0 | 133 | 20 | 66 | 467 | 123 | 31 |
| Binary | 1110110 | 1011 | 1100011 | 0 | 1011011 | 10000 | 110110 | 100110111 | 1010011 | 11001 |
Color Harmonies of #760B63
Complementary color
Monochromatic Colors of #760B63
Black with #760B63
Text Example
Text Example
White with #760B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760B63; }
p { color: rgb(118,11,99); }
H1.HeaderClassName
{
color: #760B63;
}
.AnyTagClassName
{
color: #760B63;
}
</style>
background-color css
<style>
a { background-color: #760B63; }
a { background-color: rgb(118,11,99); }
div.DivClassName
{
background-color: #760B63;
}
.BgClassName
{
background-color: #760B63;
}
</style>
border-color css
<style>
span { border-color: #760B63; }
span { border-color: rgb(118,11,99); }
td.TdClassName
{
border-color: #760B63;
}
.TagClassName
{
border-color: #760B63;
}
</style>