Shades of Palatinate Purple #741164
Tints of Palatinate Purple #741164
RGB
CMYK
RGB Variations
Color information
#741164 (or 0x741164) is known color: Palatinate Purple. HEX triplet: 74, 11 and 64. RGB value is (116,17,100). Sum of RGB (Red+Green+Blue) = 116+17+100=233 (30% of max value = 765). Red value is 116 (45.70% from 255 or 49.79% from 233); Green value is 17 (7.03% from 255 or 7.30% from 233); Blue value is 100 (39.45% from 255 or 42.92% from 233); Max value from RGB is 116 - color contains mainly: red. Hex color #741164 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741164 is #8BEE9B. Grayscale: #373737. Windows color (decimal): -9170588 or 6558068. OLE color: 6558068.
HSL color Cylindrical-coordinate representation of color #741164: hue angle of 309.7º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #741164 is Cyan = 0, Magento = 0.85, Yellow = 0.14 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 17 | 100 | - |
| CMYK | 0 | 0.85 | 0.14 | 0.55 |
| HSL | 309.7º | 0.74% | 0.26% | - |
| HSV(B) | 309.7º | 0.85% | 0.45% | - |
| XYZ | 9.7 | 5.03 | 12.52 | - |
| YUV | 56.06 | 152.8 | 170.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 17 | 100 | 0 | 0.85 | 0.14 | 0.55 | 309.7 | 0.74 | 0.26 |
| Hex | 74 | 11 | 64 | 0 | 55 | E | 37 | 136 | 4A | 1A |
| Octal | 164 | 21 | 144 | 0 | 125 | 16 | 67 | 466 | 112 | 32 |
| Binary | 1110100 | 10001 | 1100100 | 0 | 1010101 | 1110 | 110111 | 100110110 | 1001010 | 11010 |
Color Harmonies of #741164
Complementary color
Monochromatic Colors of #741164
Black with #741164
Text Example
Text Example
White with #741164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741164; }
p { color: rgb(116,17,100); }
H1.HeaderClassName
{
color: #741164;
}
.AnyTagClassName
{
color: #741164;
}
</style>
background-color css
<style>
a { background-color: #741164; }
a { background-color: rgb(116,17,100); }
div.DivClassName
{
background-color: #741164;
}
.BgClassName
{
background-color: #741164;
}
</style>
border-color css
<style>
span { border-color: #741164; }
span { border-color: rgb(116,17,100); }
td.TdClassName
{
border-color: #741164;
}
.TagClassName
{
border-color: #741164;
}
</style>