Shades of Palatinate Purple #761661
Tints of Palatinate Purple #761661
RGB
CMYK
RGB Variations
Color information
#761661 (or 0x761661) is known color: Palatinate Purple. HEX triplet: 76, 16 and 61. RGB value is (118,22,97). Sum of RGB (Red+Green+Blue) = 118+22+97=237 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.79% from 237); Green value is 22 (8.98% from 255 or 9.28% from 237); Blue value is 97 (38.28% from 255 or 40.93% from 237); Max value from RGB is 118 - color contains mainly: red. Hex color #761661 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761661 is #89E99E. Grayscale: #3B3B3B. Windows color (decimal): -9038239 or 6362742. OLE color: 6362742.
HSL color Cylindrical-coordinate representation of color #761661: hue angle of 313.12º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #761661 is Cyan = 0, Magento = 0.81, Yellow = 0.18 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 22 | 97 | - |
| CMYK | 0 | 0.81 | 0.18 | 0.54 |
| HSL | 313.13º | 0.69% | 0.27% | - |
| HSV(B) | 313.13º | 0.81% | 0.46% | - |
| XYZ | 9.92 | 5.29 | 11.81 | - |
| YUV | 59.25 | 149.3 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 22 | 97 | 0 | 0.81 | 0.18 | 0.54 | 313.13 | 0.69 | 0.27 |
| Hex | 76 | 16 | 61 | 0 | 51 | 12 | 36 | 139 | 45 | 1B |
| Octal | 166 | 26 | 141 | 0 | 121 | 22 | 66 | 471 | 105 | 33 |
| Binary | 1110110 | 10110 | 1100001 | 0 | 1010001 | 10010 | 110110 | 100111001 | 1000101 | 11011 |
Color Harmonies of #761661
Complementary color
Monochromatic Colors of #761661
Black with #761661
Text Example
Text Example
White with #761661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761661; }
p { color: rgb(118,22,97); }
H1.HeaderClassName
{
color: #761661;
}
.AnyTagClassName
{
color: #761661;
}
</style>
background-color css
<style>
a { background-color: #761661; }
a { background-color: rgb(118,22,97); }
div.DivClassName
{
background-color: #761661;
}
.BgClassName
{
background-color: #761661;
}
</style>
border-color css
<style>
span { border-color: #761661; }
span { border-color: rgb(118,22,97); }
td.TdClassName
{
border-color: #761661;
}
.TagClassName
{
border-color: #761661;
}
</style>