Shades of Palatinate Purple #741D57
Tints of Palatinate Purple #741D57
RGB
CMYK
RGB Variations
Color information
#741D57 (or 0x741D57) is known color: Palatinate Purple. HEX triplet: 74, 1D and 57. RGB value is (116,29,87). Sum of RGB (Red+Green+Blue) = 116+29+87=232 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50% from 232); Green value is 29 (11.72% from 255 or 12.5% from 232); Blue value is 87 (34.38% from 255 or 37.5% from 232); Max value from RGB is 116 - color contains mainly: red. Hex color #741D57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #741D57 is #8BE2A8. Grayscale: #3D3D3D. Windows color (decimal): -9167529 or 5709172. OLE color: 5709172.
HSL color Cylindrical-coordinate representation of color #741D57: hue angle of 320º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #741D57 is Cyan = 0, Magento = 0.75, Yellow = 0.25 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 29 | 87 | - |
| CMYK | 0 | 0.75 | 0.25 | 0.55 |
| HSL | 320º | 0.6% | 0.28% | - |
| HSV(B) | 320º | 0.75% | 0.45% | - |
| XYZ | 9.36 | 5.28 | 9.54 | - |
| YUV | 61.63 | 142.32 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 29 | 87 | 0 | 0.75 | 0.25 | 0.55 | 320 | 0.6 | 0.28 |
| Hex | 74 | 1D | 57 | 0 | 4B | 19 | 37 | 140 | 3C | 1C |
| Octal | 164 | 35 | 127 | 0 | 113 | 31 | 67 | 500 | 74 | 34 |
| Binary | 1110100 | 11101 | 1010111 | 0 | 1001011 | 11001 | 110111 | 101000000 | 111100 | 11100 |
Color Harmonies of #741D57
Complementary color
Monochromatic Colors of #741D57
Black with #741D57
Text Example
Text Example
White with #741D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741D57; }
p { color: rgb(116,29,87); }
H1.HeaderClassName
{
color: #741D57;
}
.AnyTagClassName
{
color: #741D57;
}
</style>
background-color css
<style>
a { background-color: #741D57; }
a { background-color: rgb(116,29,87); }
div.DivClassName
{
background-color: #741D57;
}
.BgClassName
{
background-color: #741D57;
}
</style>
border-color css
<style>
span { border-color: #741D57; }
span { border-color: rgb(116,29,87); }
td.TdClassName
{
border-color: #741D57;
}
.TagClassName
{
border-color: #741D57;
}
</style>