Shades of Palatinate Purple #761864
Tints of Palatinate Purple #761864
RGB
CMYK
RGB Variations
Color information
#761864 (or 0x761864) is known color: Palatinate Purple. HEX triplet: 76, 18 and 64. RGB value is (118,24,100). Sum of RGB (Red+Green+Blue) = 118+24+100=242 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.76% from 242); Green value is 24 (9.77% from 255 or 9.92% from 242); Blue value is 100 (39.45% from 255 or 41.32% from 242); Max value from RGB is 118 - color contains mainly: red. Hex color #761864 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761864 is #89E79B. Grayscale: #3C3C3C. Windows color (decimal): -9037724 or 6559862. OLE color: 6559862.
HSL color Cylindrical-coordinate representation of color #761864: hue angle of 311.49º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #761864 is Cyan = 0, Magento = 0.80, Yellow = 0.15 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 24 | 100 | - |
| CMYK | 0 | 0.80 | 0.15 | 0.54 |
| HSL | 311.49º | 0.66% | 0.28% | - |
| HSV(B) | 311.49º | 0.8% | 0.46% | - |
| XYZ | 10.1 | 5.42 | 12.57 | - |
| YUV | 60.77 | 150.14 | 168.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 24 | 100 | 0 | 0.80 | 0.15 | 0.54 | 311.49 | 0.66 | 0.28 |
| Hex | 76 | 18 | 64 | 0 | 50 | F | 36 | 137 | 42 | 1C |
| Octal | 166 | 30 | 144 | 0 | 120 | 17 | 66 | 467 | 102 | 34 |
| Binary | 1110110 | 11000 | 1100100 | 0 | 1010000 | 1111 | 110110 | 100110111 | 1000010 | 11100 |
Color Harmonies of #761864
Complementary color
Monochromatic Colors of #761864
Black with #761864
Text Example
Text Example
White with #761864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761864; }
p { color: rgb(118,24,100); }
H1.HeaderClassName
{
color: #761864;
}
.AnyTagClassName
{
color: #761864;
}
</style>
background-color css
<style>
a { background-color: #761864; }
a { background-color: rgb(118,24,100); }
div.DivClassName
{
background-color: #761864;
}
.BgClassName
{
background-color: #761864;
}
</style>
border-color css
<style>
span { border-color: #761864; }
span { border-color: rgb(118,24,100); }
td.TdClassName
{
border-color: #761864;
}
.TagClassName
{
border-color: #761864;
}
</style>