Shades of Palatinate Purple #741F61
Tints of Palatinate Purple #741F61
RGB
CMYK
RGB Variations
Color information
#741F61 (or 0x741F61) is known color: Palatinate Purple. HEX triplet: 74, 1F and 61. RGB value is (116,31,97). Sum of RGB (Red+Green+Blue) = 116+31+97=244 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.54% from 244); Green value is 31 (12.5% from 255 or 12.70% from 244); Blue value is 97 (38.28% from 255 or 39.75% from 244); Max value from RGB is 116 - color contains mainly: red. Hex color #741F61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #741F61 is #8BE09E. Grayscale: #3F3F3F. Windows color (decimal): -9167007 or 6365044. OLE color: 6365044.
HSL color Cylindrical-coordinate representation of color #741F61: hue angle of 313.41º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #741F61 is Cyan = 0, Magento = 0.73, Yellow = 0.16 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 31 | 97 | - |
| CMYK | 0 | 0.73 | 0.16 | 0.55 |
| HSL | 313.41º | 0.58% | 0.29% | - |
| HSV(B) | 313.41º | 0.73% | 0.45% | - |
| XYZ | 9.85 | 5.56 | 11.86 | - |
| YUV | 63.94 | 146.66 | 165.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 31 | 97 | 0 | 0.73 | 0.16 | 0.55 | 313.41 | 0.58 | 0.29 |
| Hex | 74 | 1F | 61 | 0 | 49 | 10 | 37 | 139 | 3A | 1D |
| Octal | 164 | 37 | 141 | 0 | 111 | 20 | 67 | 471 | 72 | 35 |
| Binary | 1110100 | 11111 | 1100001 | 0 | 1001001 | 10000 | 110111 | 100111001 | 111010 | 11101 |
Color Harmonies of #741F61
Complementary color
Monochromatic Colors of #741F61
Black with #741F61
Text Example
Text Example
White with #741F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741F61; }
p { color: rgb(116,31,97); }
H1.HeaderClassName
{
color: #741F61;
}
.AnyTagClassName
{
color: #741F61;
}
</style>
background-color css
<style>
a { background-color: #741F61; }
a { background-color: rgb(116,31,97); }
div.DivClassName
{
background-color: #741F61;
}
.BgClassName
{
background-color: #741F61;
}
</style>
border-color css
<style>
span { border-color: #741F61; }
span { border-color: rgb(116,31,97); }
td.TdClassName
{
border-color: #741F61;
}
.TagClassName
{
border-color: #741F61;
}
</style>