Shades of Palatinate Purple #761464
Tints of Palatinate Purple #761464
RGB
CMYK
RGB Variations
Color information
#761464 (or 0x761464) is known color: Palatinate Purple. HEX triplet: 76, 14 and 64. RGB value is (118,20,100). Sum of RGB (Red+Green+Blue) = 118+20+100=238 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.58% from 238); Green value is 20 (8.20% from 255 or 8.40% from 238); Blue value is 100 (39.45% from 255 or 42.02% from 238); Max value from RGB is 118 - color contains mainly: red. Hex color #761464 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761464 is #89EB9B. Grayscale: #3A3A3A. Windows color (decimal): -9038748 or 6558838. OLE color: 6558838.
HSL color Cylindrical-coordinate representation of color #761464: hue angle of 311.02º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #761464 is Cyan = 0, Magento = 0.83, Yellow = 0.15 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 20 | 100 | - |
| CMYK | 0 | 0.83 | 0.15 | 0.54 |
| HSL | 311.02º | 0.71% | 0.27% | - |
| HSV(B) | 311.02º | 0.83% | 0.46% | - |
| XYZ | 10.02 | 5.27 | 12.55 | - |
| YUV | 58.42 | 151.47 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 20 | 100 | 0 | 0.83 | 0.15 | 0.54 | 311.02 | 0.71 | 0.27 |
| Hex | 76 | 14 | 64 | 0 | 53 | F | 36 | 137 | 47 | 1B |
| Octal | 166 | 24 | 144 | 0 | 123 | 17 | 66 | 467 | 107 | 33 |
| Binary | 1110110 | 10100 | 1100100 | 0 | 1010011 | 1111 | 110110 | 100110111 | 1000111 | 11011 |
Color Harmonies of #761464
Complementary color
Monochromatic Colors of #761464
Black with #761464
Text Example
Text Example
White with #761464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761464; }
p { color: rgb(118,20,100); }
H1.HeaderClassName
{
color: #761464;
}
.AnyTagClassName
{
color: #761464;
}
</style>
background-color css
<style>
a { background-color: #761464; }
a { background-color: rgb(118,20,100); }
div.DivClassName
{
background-color: #761464;
}
.BgClassName
{
background-color: #761464;
}
</style>
border-color css
<style>
span { border-color: #761464; }
span { border-color: rgb(118,20,100); }
td.TdClassName
{
border-color: #761464;
}
.TagClassName
{
border-color: #761464;
}
</style>