Shades of Palatinate Purple #741E5D
Tints of Palatinate Purple #741E5D
RGB
CMYK
RGB Variations
Color information
#741E5D (or 0x741E5D) is known color: Palatinate Purple. HEX triplet: 74, 1E and 5D. RGB value is (116,30,93). Sum of RGB (Red+Green+Blue) = 116+30+93=239 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.54% from 239); Green value is 30 (12.11% from 255 or 12.55% from 239); Blue value is 93 (36.72% from 255 or 38.91% from 239); Max value from RGB is 116 - color contains mainly: red. Hex color #741E5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #741E5D is #8BE1A2. Grayscale: #3E3E3E. Windows color (decimal): -9167267 or 6102644. OLE color: 6102644.
HSL color Cylindrical-coordinate representation of color #741E5D: hue angle of 316.05º 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 #741E5D is Cyan = 0, Magento = 0.74, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 30 | 93 | - |
| CMYK | 0 | 0.74 | 0.20 | 0.55 |
| HSL | 316.05º | 0.59% | 0.29% | - |
| HSV(B) | 316.05º | 0.74% | 0.45% | - |
| XYZ | 9.64 | 5.43 | 10.9 | - |
| YUV | 62.9 | 144.99 | 165.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 30 | 93 | 0 | 0.74 | 0.20 | 0.55 | 316.05 | 0.59 | 0.29 |
| Hex | 74 | 1E | 5D | 0 | 4A | 14 | 37 | 13C | 3B | 1D |
| Octal | 164 | 36 | 135 | 0 | 112 | 24 | 67 | 474 | 73 | 35 |
| Binary | 1110100 | 11110 | 1011101 | 0 | 1001010 | 10100 | 110111 | 100111100 | 111011 | 11101 |
Color Harmonies of #741E5D
Complementary color
Monochromatic Colors of #741E5D
Black with #741E5D
Text Example
Text Example
White with #741E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741E5D; }
p { color: rgb(116,30,93); }
H1.HeaderClassName
{
color: #741E5D;
}
.AnyTagClassName
{
color: #741E5D;
}
</style>
background-color css
<style>
a { background-color: #741E5D; }
a { background-color: rgb(116,30,93); }
div.DivClassName
{
background-color: #741E5D;
}
.BgClassName
{
background-color: #741E5D;
}
</style>
border-color css
<style>
span { border-color: #741E5D; }
span { border-color: rgb(116,30,93); }
td.TdClassName
{
border-color: #741E5D;
}
.TagClassName
{
border-color: #741E5D;
}
</style>