Shades of Purple #740491
Tints of Purple #740491
RGB
CMYK
RGB Variations
Color information
#740491 (or 0x740491) is known color: Purple. HEX triplet: 74, 04 and 91. RGB value is (116,4,145). Sum of RGB (Red+Green+Blue) = 116+4+145=265 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.77% from 265); Green value is 4 (1.95% from 255 or 1.51% from 265); Blue value is 145 (57.03% from 255 or 54.72% from 265); Max value from RGB is 145 - color contains mainly: blue. Hex color #740491 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740491 is #8BFB6E. Grayscale: #353535. Windows color (decimal): -9173871 or 9503860. OLE color: 9503860.
HSL color Cylindrical-coordinate representation of color #740491: hue angle of 287.66º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #740491 is Cyan = 0.2, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 116 | 4 | 145 | - |
| CMYK | 0.2 | 0.97 | 0 | 0.43 |
| HSL | 287.66º | 0.95% | 0.29% | - |
| HSV(B) | 287.66º | 0.97% | 0.57% | - |
| XYZ | 12.36 | 5.84 | 27.26 | - |
| YUV | 53.56 | 179.61 | 172.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 4 | 145 | 0.2 | 0.97 | 0 | 0.43 | 287.66 | 0.95 | 0.29 |
| Hex | 74 | 4 | 91 | 14 | 61 | 0 | 2B | 120 | 5F | 1D |
| Octal | 164 | 4 | 221 | 24 | 141 | 0 | 53 | 440 | 137 | 35 |
| Binary | 1110100 | 100 | 10010001 | 10100 | 1100001 | 0 | 101011 | 100100000 | 1011111 | 11101 |
Color Harmonies of #740491
Complementary color
Monochromatic Colors of #740491
Black with #740491
Text Example
Text Example
White with #740491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740491; }
p { color: rgb(116,4,145); }
H1.HeaderClassName
{
color: #740491;
}
.AnyTagClassName
{
color: #740491;
}
</style>
background-color css
<style>
a { background-color: #740491; }
a { background-color: rgb(116,4,145); }
div.DivClassName
{
background-color: #740491;
}
.BgClassName
{
background-color: #740491;
}
</style>
border-color css
<style>
span { border-color: #740491; }
span { border-color: rgb(116,4,145); }
td.TdClassName
{
border-color: #740491;
}
.TagClassName
{
border-color: #740491;
}
</style>