Shades of Palatinate Purple #741E64
Tints of Palatinate Purple #741E64
RGB
CMYK
RGB Variations
Color information
#741E64 (or 0x741E64) is known color: Palatinate Purple. HEX triplet: 74, 1E and 64. RGB value is (116,30,100). Sum of RGB (Red+Green+Blue) = 116+30+100=246 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.15% from 246); Green value is 30 (12.11% from 255 or 12.20% from 246); Blue value is 100 (39.45% from 255 or 40.65% from 246); Max value from RGB is 116 - color contains mainly: red. Hex color #741E64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #741E64 is #8BE19B. Grayscale: #3F3F3F. Windows color (decimal): -9167260 or 6561396. OLE color: 6561396.
HSL color Cylindrical-coordinate representation of color #741E64: hue angle of 311.16º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #741E64 is Cyan = 0, Magento = 0.74, Yellow = 0.14 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 30 | 100 | - |
| CMYK | 0 | 0.74 | 0.14 | 0.55 |
| HSL | 311.16º | 0.59% | 0.29% | - |
| HSV(B) | 311.16º | 0.74% | 0.45% | - |
| XYZ | 9.97 | 5.56 | 12.6 | - |
| YUV | 63.69 | 148.49 | 165.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 30 | 100 | 0 | 0.74 | 0.14 | 0.55 | 311.16 | 0.59 | 0.29 |
| Hex | 74 | 1E | 64 | 0 | 4A | E | 37 | 137 | 3B | 1D |
| Octal | 164 | 36 | 144 | 0 | 112 | 16 | 67 | 467 | 73 | 35 |
| Binary | 1110100 | 11110 | 1100100 | 0 | 1001010 | 1110 | 110111 | 100110111 | 111011 | 11101 |
Color Harmonies of #741E64
Complementary color
Monochromatic Colors of #741E64
Black with #741E64
Text Example
Text Example
White with #741E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741E64; }
p { color: rgb(116,30,100); }
H1.HeaderClassName
{
color: #741E64;
}
.AnyTagClassName
{
color: #741E64;
}
</style>
background-color css
<style>
a { background-color: #741E64; }
a { background-color: rgb(116,30,100); }
div.DivClassName
{
background-color: #741E64;
}
.BgClassName
{
background-color: #741E64;
}
</style>
border-color css
<style>
span { border-color: #741E64; }
span { border-color: rgb(116,30,100); }
td.TdClassName
{
border-color: #741E64;
}
.TagClassName
{
border-color: #741E64;
}
</style>