Shades of Palatinate Purple #742E60
Tints of Palatinate Purple #742E60
RGB
CMYK
RGB Variations
Color information
#742E60 (or 0x742E60) is known color: Palatinate Purple. HEX triplet: 74, 2E and 60. RGB value is (116,46,96). Sum of RGB (Red+Green+Blue) = 116+46+96=258 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.96% from 258); Green value is 46 (18.36% from 255 or 17.83% from 258); Blue value is 96 (37.89% from 255 or 37.21% from 258); Max value from RGB is 116 - color contains mainly: red. Hex color #742E60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742E60 is #8BD19F. Grayscale: #484848. Windows color (decimal): -9163168 or 6303348. OLE color: 6303348.
HSL color Cylindrical-coordinate representation of color #742E60: hue angle of 317.14º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #742E60 is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 46 | 96 | - |
| CMYK | 0 | 0.60 | 0.17 | 0.55 |
| HSL | 317.14º | 0.43% | 0.32% | - |
| HSV(B) | 317.14º | 0.6% | 0.45% | - |
| XYZ | 10.29 | 6.51 | 11.78 | - |
| YUV | 72.63 | 141.19 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 46 | 96 | 0 | 0.60 | 0.17 | 0.55 | 317.14 | 0.43 | 0.32 |
| Hex | 74 | 2E | 60 | 0 | 3C | 11 | 37 | 13D | 2B | 20 |
| Octal | 164 | 56 | 140 | 0 | 74 | 21 | 67 | 475 | 53 | 40 |
| Binary | 1110100 | 101110 | 1100000 | 0 | 111100 | 10001 | 110111 | 100111101 | 101011 | 100000 |
Color Harmonies of #742E60
Complementary color
Monochromatic Colors of #742E60
Black with #742E60
Text Example
Text Example
White with #742E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742E60; }
p { color: rgb(116,46,96); }
H1.HeaderClassName
{
color: #742E60;
}
.AnyTagClassName
{
color: #742E60;
}
</style>
background-color css
<style>
a { background-color: #742E60; }
a { background-color: rgb(116,46,96); }
div.DivClassName
{
background-color: #742E60;
}
.BgClassName
{
background-color: #742E60;
}
</style>
border-color css
<style>
span { border-color: #742E60; }
span { border-color: rgb(116,46,96); }
td.TdClassName
{
border-color: #742E60;
}
.TagClassName
{
border-color: #742E60;
}
</style>