Shades of Palatinate Purple #742F61
Tints of Palatinate Purple #742F61
RGB
CMYK
RGB Variations
Color information
#742F61 (or 0x742F61) is known color: Palatinate Purple. HEX triplet: 74, 2F and 61. RGB value is (116,47,97). Sum of RGB (Red+Green+Blue) = 116+47+97=260 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.62% from 260); Green value is 47 (18.75% from 255 or 18.08% from 260); Blue value is 97 (38.28% from 255 or 37.31% from 260); Max value from RGB is 116 - color contains mainly: red. Hex color #742F61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742F61 is #8BD09E. Grayscale: #494949. Windows color (decimal): -9162911 or 6369140. OLE color: 6369140.
HSL color Cylindrical-coordinate representation of color #742F61: hue angle of 316.52º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #742F61 is Cyan = 0, Magento = 0.59, Yellow = 0.16 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 47 | 97 | - |
| CMYK | 0 | 0.59 | 0.16 | 0.55 |
| HSL | 316.52º | 0.42% | 0.32% | - |
| HSV(B) | 316.52º | 0.59% | 0.45% | - |
| XYZ | 10.38 | 6.61 | 12.04 | - |
| YUV | 73.33 | 141.36 | 158.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 47 | 97 | 0 | 0.59 | 0.16 | 0.55 | 316.52 | 0.42 | 0.32 |
| Hex | 74 | 2F | 61 | 0 | 3B | 10 | 37 | 13D | 2A | 20 |
| Octal | 164 | 57 | 141 | 0 | 73 | 20 | 67 | 475 | 52 | 40 |
| Binary | 1110100 | 101111 | 1100001 | 0 | 111011 | 10000 | 110111 | 100111101 | 101010 | 100000 |
Color Harmonies of #742F61
Complementary color
Monochromatic Colors of #742F61
Black with #742F61
Text Example
Text Example
White with #742F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742F61; }
p { color: rgb(116,47,97); }
H1.HeaderClassName
{
color: #742F61;
}
.AnyTagClassName
{
color: #742F61;
}
</style>
background-color css
<style>
a { background-color: #742F61; }
a { background-color: rgb(116,47,97); }
div.DivClassName
{
background-color: #742F61;
}
.BgClassName
{
background-color: #742F61;
}
</style>
border-color css
<style>
span { border-color: #742F61; }
span { border-color: rgb(116,47,97); }
td.TdClassName
{
border-color: #742F61;
}
.TagClassName
{
border-color: #742F61;
}
</style>