Shades of Palatinate Purple #763462
Tints of Palatinate Purple #763462
RGB
CMYK
RGB Variations
Color information
#763462 (or 0x763462) is known color: Palatinate Purple. HEX triplet: 76, 34 and 62. RGB value is (118,52,98). Sum of RGB (Red+Green+Blue) = 118+52+98=268 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.03% from 268); Green value is 52 (20.70% from 255 or 19.40% from 268); Blue value is 98 (38.67% from 255 or 36.57% from 268); Max value from RGB is 118 - color contains mainly: red. Hex color #763462 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763462 is #89CB9D. Grayscale: #4C4C4C. Windows color (decimal): -9030558 or 6435958. OLE color: 6435958.
HSL color Cylindrical-coordinate representation of color #763462: hue angle of 318.18º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #763462 is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 52 | 98 | - |
| CMYK | 0 | 0.56 | 0.17 | 0.54 |
| HSL | 318.18º | 0.39% | 0.33% | - |
| HSV(B) | 318.18º | 0.56% | 0.46% | - |
| XYZ | 10.9 | 7.19 | 12.37 | - |
| YUV | 76.98 | 139.87 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 52 | 98 | 0 | 0.56 | 0.17 | 0.54 | 318.18 | 0.39 | 0.33 |
| Hex | 76 | 34 | 62 | 0 | 38 | 11 | 36 | 13E | 27 | 21 |
| Octal | 166 | 64 | 142 | 0 | 70 | 21 | 66 | 476 | 47 | 41 |
| Binary | 1110110 | 110100 | 1100010 | 0 | 111000 | 10001 | 110110 | 100111110 | 100111 | 100001 |
Color Harmonies of #763462
Complementary color
Monochromatic Colors of #763462
Black with #763462
Text Example
Text Example
White with #763462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763462; }
p { color: rgb(118,52,98); }
H1.HeaderClassName
{
color: #763462;
}
.AnyTagClassName
{
color: #763462;
}
</style>
background-color css
<style>
a { background-color: #763462; }
a { background-color: rgb(118,52,98); }
div.DivClassName
{
background-color: #763462;
}
.BgClassName
{
background-color: #763462;
}
</style>
border-color css
<style>
span { border-color: #763462; }
span { border-color: rgb(118,52,98); }
td.TdClassName
{
border-color: #763462;
}
.TagClassName
{
border-color: #763462;
}
</style>