Shades of Palatinate Purple #761861
Tints of Palatinate Purple #761861
RGB
CMYK
RGB Variations
Color information
#761861 (or 0x761861) is known color: Palatinate Purple. HEX triplet: 76, 18 and 61. RGB value is (118,24,97). Sum of RGB (Red+Green+Blue) = 118+24+97=239 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.37% from 239); Green value is 24 (9.77% from 255 or 10.04% from 239); Blue value is 97 (38.28% from 255 or 40.59% from 239); Max value from RGB is 118 - color contains mainly: red. Hex color #761861 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761861 is #89E79E. Grayscale: #3C3C3C. Windows color (decimal): -9037727 or 6363254. OLE color: 6363254.
HSL color Cylindrical-coordinate representation of color #761861: hue angle of 313.4º 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 #761861 is Cyan = 0, Magento = 0.80, Yellow = 0.18 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 24 | 97 | - |
| CMYK | 0 | 0.80 | 0.18 | 0.54 |
| HSL | 313.4º | 0.66% | 0.28% | - |
| HSV(B) | 313.4º | 0.8% | 0.46% | - |
| XYZ | 9.96 | 5.37 | 11.82 | - |
| YUV | 60.43 | 148.64 | 169.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 24 | 97 | 0 | 0.80 | 0.18 | 0.54 | 313.4 | 0.66 | 0.28 |
| Hex | 76 | 18 | 61 | 0 | 50 | 12 | 36 | 139 | 42 | 1C |
| Octal | 166 | 30 | 141 | 0 | 120 | 22 | 66 | 471 | 102 | 34 |
| Binary | 1110110 | 11000 | 1100001 | 0 | 1010000 | 10010 | 110110 | 100111001 | 1000010 | 11100 |
Color Harmonies of #761861
Complementary color
Monochromatic Colors of #761861
Black with #761861
Text Example
Text Example
White with #761861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761861; }
p { color: rgb(118,24,97); }
H1.HeaderClassName
{
color: #761861;
}
.AnyTagClassName
{
color: #761861;
}
</style>
background-color css
<style>
a { background-color: #761861; }
a { background-color: rgb(118,24,97); }
div.DivClassName
{
background-color: #761861;
}
.BgClassName
{
background-color: #761861;
}
</style>
border-color css
<style>
span { border-color: #761861; }
span { border-color: rgb(118,24,97); }
td.TdClassName
{
border-color: #761861;
}
.TagClassName
{
border-color: #761861;
}
</style>