Shades of Palatinate Purple #740961
Tints of Palatinate Purple #740961
RGB
CMYK
RGB Variations
Color information
#740961 (or 0x740961) is known color: Palatinate Purple. HEX triplet: 74, 09 and 61. RGB value is (116,9,97). Sum of RGB (Red+Green+Blue) = 116+9+97=222 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.25% from 222); Green value is 9 (3.91% from 255 or 4.05% from 222); Blue value is 97 (38.28% from 255 or 43.69% from 222); Max value from RGB is 116 - color contains mainly: red. Hex color #740961 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740961 is #8BF69E. Grayscale: #323232. Windows color (decimal): -9172639 or 6359412. OLE color: 6359412.
HSL color Cylindrical-coordinate representation of color #740961: hue angle of 310.65º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #740961 is Cyan = 0, Magento = 0.92, Yellow = 0.16 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 9 | 97 | - |
| CMYK | 0 | 0.92 | 0.16 | 0.55 |
| HSL | 310.65º | 0.86% | 0.25% | - |
| HSV(B) | 310.65º | 0.92% | 0.45% | - |
| XYZ | 9.46 | 4.77 | 11.73 | - |
| YUV | 51.03 | 153.95 | 174.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 9 | 97 | 0 | 0.92 | 0.16 | 0.55 | 310.65 | 0.86 | 0.25 |
| Hex | 74 | 9 | 61 | 0 | 5C | 10 | 37 | 137 | 56 | 19 |
| Octal | 164 | 11 | 141 | 0 | 134 | 20 | 67 | 467 | 126 | 31 |
| Binary | 1110100 | 1001 | 1100001 | 0 | 1011100 | 10000 | 110111 | 100110111 | 1010110 | 11001 |
Color Harmonies of #740961
Complementary color
Monochromatic Colors of #740961
Black with #740961
Text Example
Text Example
White with #740961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740961; }
p { color: rgb(116,9,97); }
H1.HeaderClassName
{
color: #740961;
}
.AnyTagClassName
{
color: #740961;
}
</style>
background-color css
<style>
a { background-color: #740961; }
a { background-color: rgb(116,9,97); }
div.DivClassName
{
background-color: #740961;
}
.BgClassName
{
background-color: #740961;
}
</style>
border-color css
<style>
span { border-color: #740961; }
span { border-color: rgb(116,9,97); }
td.TdClassName
{
border-color: #740961;
}
.TagClassName
{
border-color: #740961;
}
</style>