Shades of Palatinate Purple #763B68
Tints of Palatinate Purple #763B68
RGB
CMYK
RGB Variations
Color information
#763B68 (or 0x763B68) is known color: Palatinate Purple. HEX triplet: 76, 3B and 68. RGB value is (118,59,104). Sum of RGB (Red+Green+Blue) = 118+59+104=281 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.99% from 281); Green value is 59 (23.44% from 255 or 21.00% from 281); Blue value is 104 (41.02% from 255 or 37.01% from 281); Max value from RGB is 118 - color contains mainly: red. Hex color #763B68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763B68 is #89C497. Grayscale: #515151. Windows color (decimal): -9028760 or 6830966. OLE color: 6830966.
HSL color Cylindrical-coordinate representation of color #763B68: hue angle of 314.24º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #763B68 is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 59 | 104 | - |
| CMYK | 0 | 0.50 | 0.12 | 0.54 |
| HSL | 314.24º | 0.33% | 0.35% | - |
| HSV(B) | 314.24º | 0.5% | 0.46% | - |
| XYZ | 11.53 | 7.98 | 14.03 | - |
| YUV | 81.77 | 140.55 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 59 | 104 | 0 | 0.50 | 0.12 | 0.54 | 314.24 | 0.33 | 0.35 |
| Hex | 76 | 3B | 68 | 0 | 32 | C | 36 | 13A | 21 | 23 |
| Octal | 166 | 73 | 150 | 0 | 62 | 14 | 66 | 472 | 41 | 43 |
| Binary | 1110110 | 111011 | 1101000 | 0 | 110010 | 1100 | 110110 | 100111010 | 100001 | 100011 |
Color Harmonies of #763B68
Complementary color
Monochromatic Colors of #763B68
Black with #763B68
Text Example
Text Example
White with #763B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763B68; }
p { color: rgb(118,59,104); }
H1.HeaderClassName
{
color: #763B68;
}
.AnyTagClassName
{
color: #763B68;
}
</style>
background-color css
<style>
a { background-color: #763B68; }
a { background-color: rgb(118,59,104); }
div.DivClassName
{
background-color: #763B68;
}
.BgClassName
{
background-color: #763B68;
}
</style>
border-color css
<style>
span { border-color: #763B68; }
span { border-color: rgb(118,59,104); }
td.TdClassName
{
border-color: #763B68;
}
.TagClassName
{
border-color: #763B68;
}
</style>