Shades of Palatinate Purple #763F69
Tints of Palatinate Purple #763F69
RGB
CMYK
RGB Variations
Color information
#763F69 (or 0x763F69) is known color: Palatinate Purple. HEX triplet: 76, 3F and 69. RGB value is (118,63,105). Sum of RGB (Red+Green+Blue) = 118+63+105=286 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.26% from 286); Green value is 63 (25% from 255 or 22.03% from 286); Blue value is 105 (41.41% from 255 or 36.71% from 286); Max value from RGB is 118 - color contains mainly: red. Hex color #763F69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763F69 is #89C096. Grayscale: #545454. Windows color (decimal): -9027735 or 6897526. OLE color: 6897526.
HSL color Cylindrical-coordinate representation of color #763F69: hue angle of 314.18º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #763F69 is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 63 | 105 | - |
| CMYK | 0 | 0.47 | 0.11 | 0.54 |
| HSL | 314.18º | 0.3% | 0.35% | - |
| HSV(B) | 314.18º | 0.47% | 0.46% | - |
| XYZ | 11.8 | 8.43 | 14.37 | - |
| YUV | 84.23 | 139.72 | 152.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 63 | 105 | 0 | 0.47 | 0.11 | 0.54 | 314.18 | 0.3 | 0.35 |
| Hex | 76 | 3F | 69 | 0 | 2F | B | 36 | 13A | 1E | 23 |
| Octal | 166 | 77 | 151 | 0 | 57 | 13 | 66 | 472 | 36 | 43 |
| Binary | 1110110 | 111111 | 1101001 | 0 | 101111 | 1011 | 110110 | 100111010 | 11110 | 100011 |
Color Harmonies of #763F69
Complementary color
Monochromatic Colors of #763F69
Black with #763F69
Text Example
Text Example
White with #763F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763F69; }
p { color: rgb(118,63,105); }
H1.HeaderClassName
{
color: #763F69;
}
.AnyTagClassName
{
color: #763F69;
}
</style>
background-color css
<style>
a { background-color: #763F69; }
a { background-color: rgb(118,63,105); }
div.DivClassName
{
background-color: #763F69;
}
.BgClassName
{
background-color: #763F69;
}
</style>
border-color css
<style>
span { border-color: #763F69; }
span { border-color: rgb(118,63,105); }
td.TdClassName
{
border-color: #763F69;
}
.TagClassName
{
border-color: #763F69;
}
</style>