Shades of Palatinate Purple #761665
Tints of Palatinate Purple #761665
RGB
CMYK
RGB Variations
Color information
#761665 (or 0x761665) is known color: Palatinate Purple. HEX triplet: 76, 16 and 65. RGB value is (118,22,101). Sum of RGB (Red+Green+Blue) = 118+22+101=241 (31% of max value = 765). Red value is 118 (46.48% from 255 or 48.96% from 241); Green value is 22 (8.98% from 255 or 9.13% from 241); Blue value is 101 (39.84% from 255 or 41.91% from 241); Max value from RGB is 118 - color contains mainly: red. Hex color #761665 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761665 is #89E99A. Grayscale: #3B3B3B. Windows color (decimal): -9038235 or 6624886. OLE color: 6624886.
HSL color Cylindrical-coordinate representation of color #761665: hue angle of 310.62º 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 #761665 is Cyan = 0, Magento = 0.81, Yellow = 0.14 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 22 | 101 | - |
| CMYK | 0 | 0.81 | 0.14 | 0.54 |
| HSL | 310.63º | 0.69% | 0.27% | - |
| HSV(B) | 310.63º | 0.81% | 0.46% | - |
| XYZ | 10.11 | 5.36 | 12.81 | - |
| YUV | 59.71 | 151.3 | 169.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 22 | 101 | 0 | 0.81 | 0.14 | 0.54 | 310.63 | 0.69 | 0.27 |
| Hex | 76 | 16 | 65 | 0 | 51 | E | 36 | 137 | 45 | 1B |
| Octal | 166 | 26 | 145 | 0 | 121 | 16 | 66 | 467 | 105 | 33 |
| Binary | 1110110 | 10110 | 1100101 | 0 | 1010001 | 1110 | 110110 | 100110111 | 1000101 | 11011 |
Color Harmonies of #761665
Complementary color
Monochromatic Colors of #761665
Black with #761665
Text Example
Text Example
White with #761665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761665; }
p { color: rgb(118,22,101); }
H1.HeaderClassName
{
color: #761665;
}
.AnyTagClassName
{
color: #761665;
}
</style>
background-color css
<style>
a { background-color: #761665; }
a { background-color: rgb(118,22,101); }
div.DivClassName
{
background-color: #761665;
}
.BgClassName
{
background-color: #761665;
}
</style>
border-color css
<style>
span { border-color: #761665; }
span { border-color: rgb(118,22,101); }
td.TdClassName
{
border-color: #761665;
}
.TagClassName
{
border-color: #761665;
}
</style>