Shades of Palatinate Purple #741A5E
Tints of Palatinate Purple #741A5E
RGB
CMYK
RGB Variations
Color information
#741A5E (or 0x741A5E) is known color: Palatinate Purple. HEX triplet: 74, 1A and 5E. RGB value is (116,26,94). Sum of RGB (Red+Green+Blue) = 116+26+94=236 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.15% from 236); Green value is 26 (10.55% from 255 or 11.02% from 236); Blue value is 94 (37.11% from 255 or 39.83% from 236); Max value from RGB is 116 - color contains mainly: red. Hex color #741A5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #741A5E is #8BE5A1. Grayscale: #3C3C3C. Windows color (decimal): -9168290 or 6167156. OLE color: 6167156.
HSL color Cylindrical-coordinate representation of color #741A5E: hue angle of 314.67º degrees, saturation: 0.63, 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 #741A5E is Cyan = 0, Magento = 0.78, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 26 | 94 | - |
| CMYK | 0 | 0.78 | 0.19 | 0.55 |
| HSL | 314.67º | 0.63% | 0.28% | - |
| HSV(B) | 314.67º | 0.78% | 0.45% | - |
| XYZ | 9.59 | 5.26 | 11.1 | - |
| YUV | 60.66 | 146.82 | 167.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 26 | 94 | 0 | 0.78 | 0.19 | 0.55 | 314.67 | 0.63 | 0.28 |
| Hex | 74 | 1A | 5E | 0 | 4E | 13 | 37 | 13B | 3F | 1C |
| Octal | 164 | 32 | 136 | 0 | 116 | 23 | 67 | 473 | 77 | 34 |
| Binary | 1110100 | 11010 | 1011110 | 0 | 1001110 | 10011 | 110111 | 100111011 | 111111 | 11100 |
Color Harmonies of #741A5E
Complementary color
Monochromatic Colors of #741A5E
Black with #741A5E
Text Example
Text Example
White with #741A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741A5E; }
p { color: rgb(116,26,94); }
H1.HeaderClassName
{
color: #741A5E;
}
.AnyTagClassName
{
color: #741A5E;
}
</style>
background-color css
<style>
a { background-color: #741A5E; }
a { background-color: rgb(116,26,94); }
div.DivClassName
{
background-color: #741A5E;
}
.BgClassName
{
background-color: #741A5E;
}
</style>
border-color css
<style>
span { border-color: #741A5E; }
span { border-color: rgb(116,26,94); }
td.TdClassName
{
border-color: #741A5E;
}
.TagClassName
{
border-color: #741A5E;
}
</style>