Shades of Palatinate Purple #762164
Tints of Palatinate Purple #762164
RGB
CMYK
RGB Variations
Color information
#762164 (or 0x762164) is known color: Palatinate Purple. HEX triplet: 76, 21 and 64. RGB value is (118,33,100). Sum of RGB (Red+Green+Blue) = 118+33+100=251 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.01% from 251); Green value is 33 (13.28% from 255 or 13.15% from 251); Blue value is 100 (39.45% from 255 or 39.84% from 251); Max value from RGB is 118 - color contains mainly: red. Hex color #762164 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762164 is #89DE9B. Grayscale: #414141. Windows color (decimal): -9035420 or 6562166. OLE color: 6562166.
HSL color Cylindrical-coordinate representation of color #762164: hue angle of 312.71º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #762164 is Cyan = 0, Magento = 0.72, Yellow = 0.15 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 33 | 100 | - |
| CMYK | 0 | 0.72 | 0.15 | 0.54 |
| HSL | 312.71º | 0.56% | 0.3% | - |
| HSV(B) | 312.71º | 0.72% | 0.46% | - |
| XYZ | 10.32 | 5.86 | 12.64 | - |
| YUV | 66.05 | 147.16 | 165.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 33 | 100 | 0 | 0.72 | 0.15 | 0.54 | 312.71 | 0.56 | 0.3 |
| Hex | 76 | 21 | 64 | 0 | 48 | F | 36 | 139 | 38 | 1E |
| Octal | 166 | 41 | 144 | 0 | 110 | 17 | 66 | 471 | 70 | 36 |
| Binary | 1110110 | 100001 | 1100100 | 0 | 1001000 | 1111 | 110110 | 100111001 | 111000 | 11110 |
Color Harmonies of #762164
Complementary color
Monochromatic Colors of #762164
Black with #762164
Text Example
Text Example
White with #762164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762164; }
p { color: rgb(118,33,100); }
H1.HeaderClassName
{
color: #762164;
}
.AnyTagClassName
{
color: #762164;
}
</style>
background-color css
<style>
a { background-color: #762164; }
a { background-color: rgb(118,33,100); }
div.DivClassName
{
background-color: #762164;
}
.BgClassName
{
background-color: #762164;
}
</style>
border-color css
<style>
span { border-color: #762164; }
span { border-color: rgb(118,33,100); }
td.TdClassName
{
border-color: #762164;
}
.TagClassName
{
border-color: #762164;
}
</style>