Shades of Palatinate Purple #742D60
Tints of Palatinate Purple #742D60
RGB
CMYK
RGB Variations
Color information
#742D60 (or 0x742D60) is known color: Palatinate Purple. HEX triplet: 74, 2D and 60. RGB value is (116,45,96). Sum of RGB (Red+Green+Blue) = 116+45+96=257 (34% of max value = 765). Red value is 116 (45.70% from 255 or 45.14% from 257); Green value is 45 (17.97% from 255 or 17.51% from 257); Blue value is 96 (37.89% from 255 or 37.35% from 257); Max value from RGB is 116 - color contains mainly: red. Hex color #742D60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742D60 is #8BD29F. Grayscale: #474747. Windows color (decimal): -9163424 or 6303092. OLE color: 6303092.
HSL color Cylindrical-coordinate representation of color #742D60: hue angle of 316.9º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #742D60 is Cyan = 0, Magento = 0.61, Yellow = 0.17 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 45 | 96 | - |
| CMYK | 0 | 0.61 | 0.17 | 0.55 |
| HSL | 316.9º | 0.44% | 0.32% | - |
| HSV(B) | 316.9º | 0.61% | 0.45% | - |
| XYZ | 10.25 | 6.43 | 11.77 | - |
| YUV | 72.04 | 141.52 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 45 | 96 | 0 | 0.61 | 0.17 | 0.55 | 316.9 | 0.44 | 0.32 |
| Hex | 74 | 2D | 60 | 0 | 3D | 11 | 37 | 13D | 2C | 20 |
| Octal | 164 | 55 | 140 | 0 | 75 | 21 | 67 | 475 | 54 | 40 |
| Binary | 1110100 | 101101 | 1100000 | 0 | 111101 | 10001 | 110111 | 100111101 | 101100 | 100000 |
Color Harmonies of #742D60
Complementary color
Monochromatic Colors of #742D60
Black with #742D60
Text Example
Text Example
White with #742D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742D60; }
p { color: rgb(116,45,96); }
H1.HeaderClassName
{
color: #742D60;
}
.AnyTagClassName
{
color: #742D60;
}
</style>
background-color css
<style>
a { background-color: #742D60; }
a { background-color: rgb(116,45,96); }
div.DivClassName
{
background-color: #742D60;
}
.BgClassName
{
background-color: #742D60;
}
</style>
border-color css
<style>
span { border-color: #742D60; }
span { border-color: rgb(116,45,96); }
td.TdClassName
{
border-color: #742D60;
}
.TagClassName
{
border-color: #742D60;
}
</style>