Shades of Palatinate Purple #741964
Tints of Palatinate Purple #741964
RGB
CMYK
RGB Variations
Color information
#741964 (or 0x741964) is known color: Palatinate Purple. HEX triplet: 74, 19 and 64. RGB value is (116,25,100). Sum of RGB (Red+Green+Blue) = 116+25+100=241 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.13% from 241); Green value is 25 (10.16% from 255 or 10.37% from 241); Blue value is 100 (39.45% from 255 or 41.49% from 241); Max value from RGB is 116 - color contains mainly: red. Hex color #741964 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741964 is #8BE69B. Grayscale: #3C3C3C. Windows color (decimal): -9168540 or 6560116. OLE color: 6560116.
HSL color Cylindrical-coordinate representation of color #741964: hue angle of 310.55º 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 #741964 is Cyan = 0, Magento = 0.78, Yellow = 0.14 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 25 | 100 | - |
| CMYK | 0 | 0.78 | 0.14 | 0.55 |
| HSL | 310.55º | 0.65% | 0.28% | - |
| HSV(B) | 310.55º | 0.78% | 0.45% | - |
| XYZ | 9.85 | 5.33 | 12.57 | - |
| YUV | 60.76 | 150.15 | 167.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 25 | 100 | 0 | 0.78 | 0.14 | 0.55 | 310.55 | 0.65 | 0.28 |
| Hex | 74 | 19 | 64 | 0 | 4E | E | 37 | 137 | 41 | 1C |
| Octal | 164 | 31 | 144 | 0 | 116 | 16 | 67 | 467 | 101 | 34 |
| Binary | 1110100 | 11001 | 1100100 | 0 | 1001110 | 1110 | 110111 | 100110111 | 1000001 | 11100 |
Color Harmonies of #741964
Complementary color
Monochromatic Colors of #741964
Black with #741964
Text Example
Text Example
White with #741964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741964; }
p { color: rgb(116,25,100); }
H1.HeaderClassName
{
color: #741964;
}
.AnyTagClassName
{
color: #741964;
}
</style>
background-color css
<style>
a { background-color: #741964; }
a { background-color: rgb(116,25,100); }
div.DivClassName
{
background-color: #741964;
}
.BgClassName
{
background-color: #741964;
}
</style>
border-color css
<style>
span { border-color: #741964; }
span { border-color: rgb(116,25,100); }
td.TdClassName
{
border-color: #741964;
}
.TagClassName
{
border-color: #741964;
}
</style>