Shades of Purple #740479
Tints of Purple #740479
RGB
CMYK
RGB Variations
Color information
#740479 (or 0x740479) is known color: Purple. HEX triplet: 74, 04 and 79. RGB value is (116,4,121). Sum of RGB (Red+Green+Blue) = 116+4+121=241 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.13% from 241); Green value is 4 (1.95% from 255 or 1.66% from 241); Blue value is 121 (47.66% from 255 or 50.21% from 241); Max value from RGB is 121 - color contains mainly: blue. Hex color #740479 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740479 is #8BFB86. Grayscale: #323232. Windows color (decimal): -9173895 or 7930996. OLE color: 7930996.
HSL color Cylindrical-coordinate representation of color #740479: hue angle of 297.44º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #740479 is Cyan = 0.04, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 116 | 4 | 121 | - |
| CMYK | 0.04 | 0.97 | 0 | 0.53 |
| HSL | 297.44º | 0.94% | 0.25% | - |
| HSV(B) | 297.44º | 0.97% | 0.47% | - |
| XYZ | 10.7 | 5.18 | 18.53 | - |
| YUV | 50.83 | 167.61 | 174.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 4 | 121 | 0.04 | 0.97 | 0 | 0.53 | 297.44 | 0.94 | 0.25 |
| Hex | 74 | 4 | 79 | 4 | 61 | 0 | 35 | 129 | 5E | 19 |
| Octal | 164 | 4 | 171 | 4 | 141 | 0 | 65 | 451 | 136 | 31 |
| Binary | 1110100 | 100 | 1111001 | 100 | 1100001 | 0 | 110101 | 100101001 | 1011110 | 11001 |
Color Harmonies of #740479
Complementary color
Monochromatic Colors of #740479
Black with #740479
Text Example
Text Example
White with #740479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740479; }
p { color: rgb(116,4,121); }
H1.HeaderClassName
{
color: #740479;
}
.AnyTagClassName
{
color: #740479;
}
</style>
background-color css
<style>
a { background-color: #740479; }
a { background-color: rgb(116,4,121); }
div.DivClassName
{
background-color: #740479;
}
.BgClassName
{
background-color: #740479;
}
</style>
border-color css
<style>
span { border-color: #740479; }
span { border-color: rgb(116,4,121); }
td.TdClassName
{
border-color: #740479;
}
.TagClassName
{
border-color: #740479;
}
</style>