Shades of Palatinate Purple #761868
Tints of Palatinate Purple #761868
RGB
CMYK
RGB Variations
Color information
#761868 (or 0x761868) is known color: Palatinate Purple. HEX triplet: 76, 18 and 68. RGB value is (118,24,104). Sum of RGB (Red+Green+Blue) = 118+24+104=246 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.97% from 246); Green value is 24 (9.77% from 255 or 9.76% from 246); Blue value is 104 (41.02% from 255 or 42.28% from 246); Max value from RGB is 118 - color contains mainly: red. Hex color #761868 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761868 is #89E797. Grayscale: #3D3D3D. Windows color (decimal): -9037720 or 6822006. OLE color: 6822006.
HSL color Cylindrical-coordinate representation of color #761868: hue angle of 308.94º 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 #761868 is Cyan = 0, Magento = 0.80, Yellow = 0.12 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 24 | 104 | - |
| CMYK | 0 | 0.80 | 0.12 | 0.54 |
| HSL | 308.94º | 0.66% | 0.28% | - |
| HSV(B) | 308.94º | 0.8% | 0.46% | - |
| XYZ | 10.3 | 5.5 | 13.62 | - |
| YUV | 61.23 | 152.14 | 168.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 24 | 104 | 0 | 0.80 | 0.12 | 0.54 | 308.94 | 0.66 | 0.28 |
| Hex | 76 | 18 | 68 | 0 | 50 | C | 36 | 135 | 42 | 1C |
| Octal | 166 | 30 | 150 | 0 | 120 | 14 | 66 | 465 | 102 | 34 |
| Binary | 1110110 | 11000 | 1101000 | 0 | 1010000 | 1100 | 110110 | 100110101 | 1000010 | 11100 |
Color Harmonies of #761868
Complementary color
Monochromatic Colors of #761868
Black with #761868
Text Example
Text Example
White with #761868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761868; }
p { color: rgb(118,24,104); }
H1.HeaderClassName
{
color: #761868;
}
.AnyTagClassName
{
color: #761868;
}
</style>
background-color css
<style>
a { background-color: #761868; }
a { background-color: rgb(118,24,104); }
div.DivClassName
{
background-color: #761868;
}
.BgClassName
{
background-color: #761868;
}
</style>
border-color css
<style>
span { border-color: #761868; }
span { border-color: rgb(118,24,104); }
td.TdClassName
{
border-color: #761868;
}
.TagClassName
{
border-color: #761868;
}
</style>