Shades of Palatinate Purple #760B64
Tints of Palatinate Purple #760B64
RGB
CMYK
RGB Variations
Color information
#760B64 (or 0x760B64) is known color: Palatinate Purple. HEX triplet: 76, 0B and 64. RGB value is (118,11,100). Sum of RGB (Red+Green+Blue) = 118+11+100=229 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.53% from 229); Green value is 11 (4.69% from 255 or 4.80% from 229); Blue value is 100 (39.45% from 255 or 43.67% from 229); Max value from RGB is 118 - color contains mainly: red. Hex color #760B64 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760B64 is #89F49B. Grayscale: #343434. Windows color (decimal): -9041052 or 6556534. OLE color: 6556534.
HSL color Cylindrical-coordinate representation of color #760B64: hue angle of 310.09º 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 #760B64 is Cyan = 0, Magento = 0.91, Yellow = 0.15 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 11 | 100 | - |
| CMYK | 0 | 0.91 | 0.15 | 0.54 |
| HSL | 310.09º | 0.83% | 0.25% | - |
| HSV(B) | 310.09º | 0.91% | 0.46% | - |
| XYZ | 9.89 | 5.01 | 12.5 | - |
| YUV | 53.14 | 154.45 | 174.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 11 | 100 | 0 | 0.91 | 0.15 | 0.54 | 310.09 | 0.83 | 0.25 |
| Hex | 76 | B | 64 | 0 | 5B | F | 36 | 136 | 53 | 19 |
| Octal | 166 | 13 | 144 | 0 | 133 | 17 | 66 | 466 | 123 | 31 |
| Binary | 1110110 | 1011 | 1100100 | 0 | 1011011 | 1111 | 110110 | 100110110 | 1010011 | 11001 |
Color Harmonies of #760B64
Complementary color
Monochromatic Colors of #760B64
Black with #760B64
Text Example
Text Example
White with #760B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760B64; }
p { color: rgb(118,11,100); }
H1.HeaderClassName
{
color: #760B64;
}
.AnyTagClassName
{
color: #760B64;
}
</style>
background-color css
<style>
a { background-color: #760B64; }
a { background-color: rgb(118,11,100); }
div.DivClassName
{
background-color: #760B64;
}
.BgClassName
{
background-color: #760B64;
}
</style>
border-color css
<style>
span { border-color: #760B64; }
span { border-color: rgb(118,11,100); }
td.TdClassName
{
border-color: #760B64;
}
.TagClassName
{
border-color: #760B64;
}
</style>