Shades of Palatinate Purple #763D67
Tints of Palatinate Purple #763D67
RGB
CMYK
RGB Variations
Color information
#763D67 (or 0x763D67) is known color: Palatinate Purple. HEX triplet: 76, 3D and 67. RGB value is (118,61,103). Sum of RGB (Red+Green+Blue) = 118+61+103=282 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.84% from 282); Green value is 61 (24.22% from 255 or 21.63% from 282); Blue value is 103 (40.62% from 255 or 36.52% from 282); Max value from RGB is 118 - color contains mainly: red. Hex color #763D67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763D67 is #89C298. Grayscale: #525252. Windows color (decimal): -9028249 or 6765942. OLE color: 6765942.
HSL color Cylindrical-coordinate representation of color #763D67: hue angle of 315.79º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #763D67 is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 61 | 103 | - |
| CMYK | 0 | 0.48 | 0.13 | 0.54 |
| HSL | 315.79º | 0.32% | 0.35% | - |
| HSV(B) | 315.79º | 0.48% | 0.46% | - |
| XYZ | 11.59 | 8.17 | 13.8 | - |
| YUV | 82.83 | 139.38 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 61 | 103 | 0 | 0.48 | 0.13 | 0.54 | 315.79 | 0.32 | 0.35 |
| Hex | 76 | 3D | 67 | 0 | 30 | D | 36 | 13C | 20 | 23 |
| Octal | 166 | 75 | 147 | 0 | 60 | 15 | 66 | 474 | 40 | 43 |
| Binary | 1110110 | 111101 | 1100111 | 0 | 110000 | 1101 | 110110 | 100111100 | 100000 | 100011 |
Color Harmonies of #763D67
Complementary color
Monochromatic Colors of #763D67
Black with #763D67
Text Example
Text Example
White with #763D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763D67; }
p { color: rgb(118,61,103); }
H1.HeaderClassName
{
color: #763D67;
}
.AnyTagClassName
{
color: #763D67;
}
</style>
background-color css
<style>
a { background-color: #763D67; }
a { background-color: rgb(118,61,103); }
div.DivClassName
{
background-color: #763D67;
}
.BgClassName
{
background-color: #763D67;
}
</style>
border-color css
<style>
span { border-color: #763D67; }
span { border-color: rgb(118,61,103); }
td.TdClassName
{
border-color: #763D67;
}
.TagClassName
{
border-color: #763D67;
}
</style>