Shades of Purple #740461
Tints of Purple #740461
RGB
CMYK
RGB Variations
Color information
#740461 (or 0x740461) is known color: Purple. HEX triplet: 74, 04 and 61. RGB value is (116,4,97). Sum of RGB (Red+Green+Blue) = 116+4+97=217 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.46% from 217); Green value is 4 (1.95% from 255 or 1.84% from 217); Blue value is 97 (38.28% from 255 or 44.70% from 217); Max value from RGB is 116 - color contains mainly: red. Hex color #740461 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740461 is #8BFB9E. Grayscale: #2F2F2F. Windows color (decimal): -9173919 or 6358132. OLE color: 6358132.
HSL color Cylindrical-coordinate representation of color #740461: hue angle of 310.18º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #740461 is Cyan = 0, Magento = 0.97, Yellow = 0.16 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 4 | 97 | - |
| CMYK | 0 | 0.97 | 0.16 | 0.55 |
| HSL | 310.18º | 0.93% | 0.24% | - |
| HSV(B) | 310.18º | 0.97% | 0.45% | - |
| XYZ | 9.4 | 4.66 | 11.71 | - |
| YUV | 48.09 | 155.61 | 176.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 4 | 97 | 0 | 0.97 | 0.16 | 0.55 | 310.18 | 0.93 | 0.24 |
| Hex | 74 | 4 | 61 | 0 | 61 | 10 | 37 | 136 | 5D | 18 |
| Octal | 164 | 4 | 141 | 0 | 141 | 20 | 67 | 466 | 135 | 30 |
| Binary | 1110100 | 100 | 1100001 | 0 | 1100001 | 10000 | 110111 | 100110110 | 1011101 | 11000 |
Color Harmonies of #740461
Complementary color
Monochromatic Colors of #740461
Black with #740461
Text Example
Text Example
White with #740461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740461; }
p { color: rgb(116,4,97); }
H1.HeaderClassName
{
color: #740461;
}
.AnyTagClassName
{
color: #740461;
}
</style>
background-color css
<style>
a { background-color: #740461; }
a { background-color: rgb(116,4,97); }
div.DivClassName
{
background-color: #740461;
}
.BgClassName
{
background-color: #740461;
}
</style>
border-color css
<style>
span { border-color: #740461; }
span { border-color: rgb(116,4,97); }
td.TdClassName
{
border-color: #740461;
}
.TagClassName
{
border-color: #740461;
}
</style>