Shades of Palatinate Purple #761E67
Tints of Palatinate Purple #761E67
RGB
CMYK
RGB Variations
Color information
#761E67 (or 0x761E67) is known color: Palatinate Purple. HEX triplet: 76, 1E and 67. RGB value is (118,30,103). Sum of RGB (Red+Green+Blue) = 118+30+103=251 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.01% from 251); Green value is 30 (12.11% from 255 or 11.95% from 251); Blue value is 103 (40.62% from 255 or 41.04% from 251); Max value from RGB is 118 - color contains mainly: red. Hex color #761E67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #761E67 is #89E198. Grayscale: #404040. Windows color (decimal): -9036185 or 6758006. OLE color: 6758006.
HSL color Cylindrical-coordinate representation of color #761E67: hue angle of 310.23º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #761E67 is Cyan = 0, Magento = 0.75, Yellow = 0.13 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 30 | 103 | - |
| CMYK | 0 | 0.75 | 0.13 | 0.54 |
| HSL | 310.23º | 0.59% | 0.29% | - |
| HSV(B) | 310.23º | 0.75% | 0.46% | - |
| XYZ | 10.38 | 5.76 | 13.4 | - |
| YUV | 64.63 | 149.65 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 30 | 103 | 0 | 0.75 | 0.13 | 0.54 | 310.23 | 0.59 | 0.29 |
| Hex | 76 | 1E | 67 | 0 | 4B | D | 36 | 136 | 3B | 1D |
| Octal | 166 | 36 | 147 | 0 | 113 | 15 | 66 | 466 | 73 | 35 |
| Binary | 1110110 | 11110 | 1100111 | 0 | 1001011 | 1101 | 110110 | 100110110 | 111011 | 11101 |
Color Harmonies of #761E67
Complementary color
Monochromatic Colors of #761E67
Black with #761E67
Text Example
Text Example
White with #761E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761E67; }
p { color: rgb(118,30,103); }
H1.HeaderClassName
{
color: #761E67;
}
.AnyTagClassName
{
color: #761E67;
}
</style>
background-color css
<style>
a { background-color: #761E67; }
a { background-color: rgb(118,30,103); }
div.DivClassName
{
background-color: #761E67;
}
.BgClassName
{
background-color: #761E67;
}
</style>
border-color css
<style>
span { border-color: #761E67; }
span { border-color: rgb(118,30,103); }
td.TdClassName
{
border-color: #761E67;
}
.TagClassName
{
border-color: #761E67;
}
</style>