Shades of Palatinate Purple #742360
Tints of Palatinate Purple #742360
RGB
CMYK
RGB Variations
Color information
#742360 (or 0x742360) is known color: Palatinate Purple. HEX triplet: 74, 23 and 60. RGB value is (116,35,96). Sum of RGB (Red+Green+Blue) = 116+35+96=247 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.96% from 247); Green value is 35 (14.06% from 255 or 14.17% from 247); Blue value is 96 (37.89% from 255 or 38.87% from 247); Max value from RGB is 116 - color contains mainly: red. Hex color #742360 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742360 is #8BDC9F. Grayscale: #424242. Windows color (decimal): -9165984 or 6300532. OLE color: 6300532.
HSL color Cylindrical-coordinate representation of color #742360: hue angle of 314.81º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #742360 is Cyan = 0, Magento = 0.70, Yellow = 0.17 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 35 | 96 | - |
| CMYK | 0 | 0.70 | 0.17 | 0.55 |
| HSL | 314.81º | 0.54% | 0.3% | - |
| HSV(B) | 314.81º | 0.7% | 0.45% | - |
| XYZ | 9.91 | 5.76 | 11.66 | - |
| YUV | 66.17 | 144.84 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 35 | 96 | 0 | 0.70 | 0.17 | 0.55 | 314.81 | 0.54 | 0.3 |
| Hex | 74 | 23 | 60 | 0 | 46 | 11 | 37 | 13B | 36 | 1E |
| Octal | 164 | 43 | 140 | 0 | 106 | 21 | 67 | 473 | 66 | 36 |
| Binary | 1110100 | 100011 | 1100000 | 0 | 1000110 | 10001 | 110111 | 100111011 | 110110 | 11110 |
Color Harmonies of #742360
Complementary color
Monochromatic Colors of #742360
Black with #742360
Text Example
Text Example
White with #742360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742360; }
p { color: rgb(116,35,96); }
H1.HeaderClassName
{
color: #742360;
}
.AnyTagClassName
{
color: #742360;
}
</style>
background-color css
<style>
a { background-color: #742360; }
a { background-color: rgb(116,35,96); }
div.DivClassName
{
background-color: #742360;
}
.BgClassName
{
background-color: #742360;
}
</style>
border-color css
<style>
span { border-color: #742360; }
span { border-color: rgb(116,35,96); }
td.TdClassName
{
border-color: #742360;
}
.TagClassName
{
border-color: #742360;
}
</style>