Shades of Purple #740490
Tints of Purple #740490
RGB
CMYK
RGB Variations
Color information
#740490 (or 0x740490) is known color: Purple. HEX triplet: 74, 04 and 90. RGB value is (116,4,144). Sum of RGB (Red+Green+Blue) = 116+4+144=264 (34% of max value = 765). Red value is 116 (45.70% from 255 or 43.94% from 264); Green value is 4 (1.95% from 255 or 1.52% from 264); Blue value is 144 (56.64% from 255 or 54.55% from 264); Max value from RGB is 144 - color contains mainly: blue. Hex color #740490 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740490 is #8BFB6F. Grayscale: #353535. Windows color (decimal): -9173872 or 9438324. OLE color: 9438324.
HSL color Cylindrical-coordinate representation of color #740490: hue angle of 288º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #740490 is Cyan = 0.19, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 116 | 4 | 144 | - |
| CMYK | 0.19 | 0.97 | 0 | 0.44 |
| HSL | 288º | 0.95% | 0.29% | - |
| HSV(B) | 288º | 0.97% | 0.56% | - |
| XYZ | 12.28 | 5.81 | 26.86 | - |
| YUV | 53.45 | 179.11 | 172.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 4 | 144 | 0.19 | 0.97 | 0 | 0.44 | 288 | 0.95 | 0.29 |
| Hex | 74 | 4 | 90 | 13 | 61 | 0 | 2C | 120 | 5F | 1D |
| Octal | 164 | 4 | 220 | 23 | 141 | 0 | 54 | 440 | 137 | 35 |
| Binary | 1110100 | 100 | 10010000 | 10011 | 1100001 | 0 | 101100 | 100100000 | 1011111 | 11101 |
Color Harmonies of #740490
Complementary color
Monochromatic Colors of #740490
Black with #740490
Text Example
Text Example
White with #740490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740490; }
p { color: rgb(116,4,144); }
H1.HeaderClassName
{
color: #740490;
}
.AnyTagClassName
{
color: #740490;
}
</style>
background-color css
<style>
a { background-color: #740490; }
a { background-color: rgb(116,4,144); }
div.DivClassName
{
background-color: #740490;
}
.BgClassName
{
background-color: #740490;
}
</style>
border-color css
<style>
span { border-color: #740490; }
span { border-color: rgb(116,4,144); }
td.TdClassName
{
border-color: #740490;
}
.TagClassName
{
border-color: #740490;
}
</style>