Shades of Palatinate Purple #741960
Tints of Palatinate Purple #741960
RGB
CMYK
RGB Variations
Color information
#741960 (or 0x741960) is known color: Palatinate Purple. HEX triplet: 74, 19 and 60. RGB value is (116,25,96). Sum of RGB (Red+Green+Blue) = 116+25+96=237 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.95% from 237); Green value is 25 (10.16% from 255 or 10.55% from 237); Blue value is 96 (37.89% from 255 or 40.51% from 237); Max value from RGB is 116 - color contains mainly: red. Hex color #741960 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741960 is #8BE69F. Grayscale: #3C3C3C. Windows color (decimal): -9168544 or 6297972. OLE color: 6297972.
HSL color Cylindrical-coordinate representation of color #741960: hue angle of 313.19º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #741960 is Cyan = 0, Magento = 0.78, Yellow = 0.17 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 25 | 96 | - |
| CMYK | 0 | 0.78 | 0.17 | 0.55 |
| HSL | 313.19º | 0.65% | 0.28% | - |
| HSV(B) | 313.19º | 0.78% | 0.45% | - |
| XYZ | 9.66 | 5.25 | 11.57 | - |
| YUV | 60.3 | 148.15 | 167.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 25 | 96 | 0 | 0.78 | 0.17 | 0.55 | 313.19 | 0.65 | 0.28 |
| Hex | 74 | 19 | 60 | 0 | 4E | 11 | 37 | 139 | 41 | 1C |
| Octal | 164 | 31 | 140 | 0 | 116 | 21 | 67 | 471 | 101 | 34 |
| Binary | 1110100 | 11001 | 1100000 | 0 | 1001110 | 10001 | 110111 | 100111001 | 1000001 | 11100 |
Color Harmonies of #741960
Complementary color
Monochromatic Colors of #741960
Black with #741960
Text Example
Text Example
White with #741960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741960; }
p { color: rgb(116,25,96); }
H1.HeaderClassName
{
color: #741960;
}
.AnyTagClassName
{
color: #741960;
}
</style>
background-color css
<style>
a { background-color: #741960; }
a { background-color: rgb(116,25,96); }
div.DivClassName
{
background-color: #741960;
}
.BgClassName
{
background-color: #741960;
}
</style>
border-color css
<style>
span { border-color: #741960; }
span { border-color: rgb(116,25,96); }
td.TdClassName
{
border-color: #741960;
}
.TagClassName
{
border-color: #741960;
}
</style>