Shades of Palatinate Purple #762F67
Tints of Palatinate Purple #762F67
RGB
CMYK
RGB Variations
Color information
#762F67 (or 0x762F67) is known color: Palatinate Purple. HEX triplet: 76, 2F and 67. RGB value is (118,47,103). Sum of RGB (Red+Green+Blue) = 118+47+103=268 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.03% from 268); Green value is 47 (18.75% from 255 or 17.54% from 268); Blue value is 103 (40.62% from 255 or 38.43% from 268); Max value from RGB is 118 - color contains mainly: red. Hex color #762F67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762F67 is #89D098. Grayscale: #4A4A4A. Windows color (decimal): -9031833 or 6762358. OLE color: 6762358.
HSL color Cylindrical-coordinate representation of color #762F67: hue angle of 312.68º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #762F67 is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 47 | 103 | - |
| CMYK | 0 | 0.60 | 0.13 | 0.54 |
| HSL | 312.68º | 0.43% | 0.32% | - |
| HSV(B) | 312.68º | 0.6% | 0.46% | - |
| XYZ | 10.94 | 6.86 | 13.58 | - |
| YUV | 74.61 | 144.02 | 158.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 47 | 103 | 0 | 0.60 | 0.13 | 0.54 | 312.68 | 0.43 | 0.32 |
| Hex | 76 | 2F | 67 | 0 | 3C | D | 36 | 139 | 2B | 20 |
| Octal | 166 | 57 | 147 | 0 | 74 | 15 | 66 | 471 | 53 | 40 |
| Binary | 1110110 | 101111 | 1100111 | 0 | 111100 | 1101 | 110110 | 100111001 | 101011 | 100000 |
Color Harmonies of #762F67
Complementary color
Monochromatic Colors of #762F67
Black with #762F67
Text Example
Text Example
White with #762F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762F67; }
p { color: rgb(118,47,103); }
H1.HeaderClassName
{
color: #762F67;
}
.AnyTagClassName
{
color: #762F67;
}
</style>
background-color css
<style>
a { background-color: #762F67; }
a { background-color: rgb(118,47,103); }
div.DivClassName
{
background-color: #762F67;
}
.BgClassName
{
background-color: #762F67;
}
</style>
border-color css
<style>
span { border-color: #762F67; }
span { border-color: rgb(118,47,103); }
td.TdClassName
{
border-color: #762F67;
}
.TagClassName
{
border-color: #762F67;
}
</style>