Shades of Palatinate Purple #761764
Tints of Palatinate Purple #761764
RGB
CMYK
RGB Variations
Color information
#761764 (or 0x761764) is known color: Palatinate Purple. HEX triplet: 76, 17 and 64. RGB value is (118,23,100). Sum of RGB (Red+Green+Blue) = 118+23+100=241 (31% of max value = 765). Red value is 118 (46.48% from 255 or 48.96% from 241); Green value is 23 (9.38% from 255 or 9.54% from 241); Blue value is 100 (39.45% from 255 or 41.49% from 241); Max value from RGB is 118 - color contains mainly: red. Hex color #761764 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761764 is #89E89B. Grayscale: #3B3B3B. Windows color (decimal): -9037980 or 6559606. OLE color: 6559606.
HSL color Cylindrical-coordinate representation of color #761764: hue angle of 311.37º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #761764 is Cyan = 0, Magento = 0.81, Yellow = 0.15 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 23 | 100 | - |
| CMYK | 0 | 0.81 | 0.15 | 0.54 |
| HSL | 311.37º | 0.67% | 0.28% | - |
| HSV(B) | 311.37º | 0.81% | 0.46% | - |
| XYZ | 10.08 | 5.38 | 12.56 | - |
| YUV | 60.18 | 150.47 | 169.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 23 | 100 | 0 | 0.81 | 0.15 | 0.54 | 311.37 | 0.67 | 0.28 |
| Hex | 76 | 17 | 64 | 0 | 51 | F | 36 | 137 | 43 | 1C |
| Octal | 166 | 27 | 144 | 0 | 121 | 17 | 66 | 467 | 103 | 34 |
| Binary | 1110110 | 10111 | 1100100 | 0 | 1010001 | 1111 | 110110 | 100110111 | 1000011 | 11100 |
Color Harmonies of #761764
Complementary color
Monochromatic Colors of #761764
Black with #761764
Text Example
Text Example
White with #761764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761764; }
p { color: rgb(118,23,100); }
H1.HeaderClassName
{
color: #761764;
}
.AnyTagClassName
{
color: #761764;
}
</style>
background-color css
<style>
a { background-color: #761764; }
a { background-color: rgb(118,23,100); }
div.DivClassName
{
background-color: #761764;
}
.BgClassName
{
background-color: #761764;
}
</style>
border-color css
<style>
span { border-color: #761764; }
span { border-color: rgb(118,23,100); }
td.TdClassName
{
border-color: #761764;
}
.TagClassName
{
border-color: #761764;
}
</style>