Shades of Palatinate Purple #741E65
Tints of Palatinate Purple #741E65
RGB
CMYK
RGB Variations
Color information
#741E65 (or 0x741E65) is known color: Palatinate Purple. HEX triplet: 74, 1E and 65. RGB value is (116,30,101). Sum of RGB (Red+Green+Blue) = 116+30+101=247 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.96% from 247); Green value is 30 (12.11% from 255 or 12.15% from 247); Blue value is 101 (39.84% from 255 or 40.89% from 247); Max value from RGB is 116 - color contains mainly: red. Hex color #741E65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #741E65 is #8BE19A. Grayscale: #3F3F3F. Windows color (decimal): -9167259 or 6626932. OLE color: 6626932.
HSL color Cylindrical-coordinate representation of color #741E65: hue angle of 310.47º 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 #741E65 is Cyan = 0, Magento = 0.74, Yellow = 0.13 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 30 | 101 | - |
| CMYK | 0 | 0.74 | 0.13 | 0.55 |
| HSL | 310.47º | 0.59% | 0.29% | - |
| HSV(B) | 310.47º | 0.74% | 0.45% | - |
| XYZ | 10.02 | 5.58 | 12.86 | - |
| YUV | 63.81 | 148.99 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 30 | 101 | 0 | 0.74 | 0.13 | 0.55 | 310.47 | 0.59 | 0.29 |
| Hex | 74 | 1E | 65 | 0 | 4A | D | 37 | 136 | 3B | 1D |
| Octal | 164 | 36 | 145 | 0 | 112 | 15 | 67 | 466 | 73 | 35 |
| Binary | 1110100 | 11110 | 1100101 | 0 | 1001010 | 1101 | 110111 | 100110110 | 111011 | 11101 |
Color Harmonies of #741E65
Complementary color
Monochromatic Colors of #741E65
Black with #741E65
Text Example
Text Example
White with #741E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741E65; }
p { color: rgb(116,30,101); }
H1.HeaderClassName
{
color: #741E65;
}
.AnyTagClassName
{
color: #741E65;
}
</style>
background-color css
<style>
a { background-color: #741E65; }
a { background-color: rgb(116,30,101); }
div.DivClassName
{
background-color: #741E65;
}
.BgClassName
{
background-color: #741E65;
}
</style>
border-color css
<style>
span { border-color: #741E65; }
span { border-color: rgb(116,30,101); }
td.TdClassName
{
border-color: #741E65;
}
.TagClassName
{
border-color: #741E65;
}
</style>