Shades of Palatinate Purple #761A69
Tints of Palatinate Purple #761A69
RGB
CMYK
RGB Variations
Color information
#761A69 (or 0x761A69) is known color: Palatinate Purple. HEX triplet: 76, 1A and 69. RGB value is (118,26,105). Sum of RGB (Red+Green+Blue) = 118+26+105=249 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.39% from 249); Green value is 26 (10.55% from 255 or 10.44% from 249); Blue value is 105 (41.41% from 255 or 42.17% from 249); Max value from RGB is 118 - color contains mainly: red. Hex color #761A69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #761A69 is #89E596. Grayscale: #3E3E3E. Windows color (decimal): -9037207 or 6888054. OLE color: 6888054.
HSL color Cylindrical-coordinate representation of color #761A69: hue angle of 308.48º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #761A69 is Cyan = 0, Magento = 0.78, Yellow = 0.11 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 26 | 105 | - |
| CMYK | 0 | 0.78 | 0.11 | 0.54 |
| HSL | 308.48º | 0.64% | 0.28% | - |
| HSV(B) | 308.48º | 0.78% | 0.46% | - |
| XYZ | 10.39 | 5.61 | 13.9 | - |
| YUV | 62.51 | 151.98 | 167.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 26 | 105 | 0 | 0.78 | 0.11 | 0.54 | 308.48 | 0.64 | 0.28 |
| Hex | 76 | 1A | 69 | 0 | 4E | B | 36 | 134 | 40 | 1C |
| Octal | 166 | 32 | 151 | 0 | 116 | 13 | 66 | 464 | 100 | 34 |
| Binary | 1110110 | 11010 | 1101001 | 0 | 1001110 | 1011 | 110110 | 100110100 | 1000000 | 11100 |
Color Harmonies of #761A69
Complementary color
Monochromatic Colors of #761A69
Black with #761A69
Text Example
Text Example
White with #761A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761A69; }
p { color: rgb(118,26,105); }
H1.HeaderClassName
{
color: #761A69;
}
.AnyTagClassName
{
color: #761A69;
}
</style>
background-color css
<style>
a { background-color: #761A69; }
a { background-color: rgb(118,26,105); }
div.DivClassName
{
background-color: #761A69;
}
.BgClassName
{
background-color: #761A69;
}
</style>
border-color css
<style>
span { border-color: #761A69; }
span { border-color: rgb(118,26,105); }
td.TdClassName
{
border-color: #761A69;
}
.TagClassName
{
border-color: #761A69;
}
</style>