Shades of Palatinate Purple #741F60
Tints of Palatinate Purple #741F60
RGB
CMYK
RGB Variations
Color information
#741F60 (or 0x741F60) is known color: Palatinate Purple. HEX triplet: 74, 1F and 60. RGB value is (116,31,96). Sum of RGB (Red+Green+Blue) = 116+31+96=243 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.74% from 243); Green value is 31 (12.5% from 255 or 12.76% from 243); Blue value is 96 (37.89% from 255 or 39.51% from 243); Max value from RGB is 116 - color contains mainly: red. Hex color #741F60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #741F60 is #8BE09F. Grayscale: #3F3F3F. Windows color (decimal): -9167008 or 6299508. OLE color: 6299508.
HSL color Cylindrical-coordinate representation of color #741F60: hue angle of 314.12º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #741F60 is Cyan = 0, Magento = 0.73, Yellow = 0.17 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 31 | 96 | - |
| CMYK | 0 | 0.73 | 0.17 | 0.55 |
| HSL | 314.12º | 0.58% | 0.29% | - |
| HSV(B) | 314.12º | 0.73% | 0.45% | - |
| XYZ | 9.8 | 5.54 | 11.62 | - |
| YUV | 63.83 | 146.16 | 165.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 31 | 96 | 0 | 0.73 | 0.17 | 0.55 | 314.12 | 0.58 | 0.29 |
| Hex | 74 | 1F | 60 | 0 | 49 | 11 | 37 | 13A | 3A | 1D |
| Octal | 164 | 37 | 140 | 0 | 111 | 21 | 67 | 472 | 72 | 35 |
| Binary | 1110100 | 11111 | 1100000 | 0 | 1001001 | 10001 | 110111 | 100111010 | 111010 | 11101 |
Color Harmonies of #741F60
Complementary color
Monochromatic Colors of #741F60
Black with #741F60
Text Example
Text Example
White with #741F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741F60; }
p { color: rgb(116,31,96); }
H1.HeaderClassName
{
color: #741F60;
}
.AnyTagClassName
{
color: #741F60;
}
</style>
background-color css
<style>
a { background-color: #741F60; }
a { background-color: rgb(116,31,96); }
div.DivClassName
{
background-color: #741F60;
}
.BgClassName
{
background-color: #741F60;
}
</style>
border-color css
<style>
span { border-color: #741F60; }
span { border-color: rgb(116,31,96); }
td.TdClassName
{
border-color: #741F60;
}
.TagClassName
{
border-color: #741F60;
}
</style>