Shades of Purple #740889
Tints of Purple #740889
RGB
CMYK
RGB Variations
Color information
#740889 (or 0x740889) is known color: Purple. HEX triplet: 74, 08 and 89. RGB value is (116,8,137). Sum of RGB (Red+Green+Blue) = 116+8+137=261 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.44% from 261); Green value is 8 (3.52% from 255 or 3.07% from 261); Blue value is 137 (53.91% from 255 or 52.49% from 261); Max value from RGB is 137 - color contains mainly: blue. Hex color #740889 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740889 is #8BF776. Grayscale: #363636. Windows color (decimal): -9172855 or 8980596. OLE color: 8980596.
HSL color Cylindrical-coordinate representation of color #740889: hue angle of 290.23º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #740889 is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 116 | 8 | 137 | - |
| CMYK | 0.15 | 0.94 | 0 | 0.46 |
| HSL | 290.23º | 0.89% | 0.28% | - |
| HSV(B) | 290.23º | 0.94% | 0.54% | - |
| XYZ | 11.8 | 5.69 | 24.14 | - |
| YUV | 55 | 174.28 | 171.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 8 | 137 | 0.15 | 0.94 | 0 | 0.46 | 290.23 | 0.89 | 0.28 |
| Hex | 74 | 8 | 89 | F | 5E | 0 | 2E | 122 | 59 | 1C |
| Octal | 164 | 10 | 211 | 17 | 136 | 0 | 56 | 442 | 131 | 34 |
| Binary | 1110100 | 1000 | 10001001 | 1111 | 1011110 | 0 | 101110 | 100100010 | 1011001 | 11100 |
Color Harmonies of #740889
Complementary color
Monochromatic Colors of #740889
Black with #740889
Text Example
Text Example
White with #740889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740889; }
p { color: rgb(116,8,137); }
H1.HeaderClassName
{
color: #740889;
}
.AnyTagClassName
{
color: #740889;
}
</style>
background-color css
<style>
a { background-color: #740889; }
a { background-color: rgb(116,8,137); }
div.DivClassName
{
background-color: #740889;
}
.BgClassName
{
background-color: #740889;
}
</style>
border-color css
<style>
span { border-color: #740889; }
span { border-color: rgb(116,8,137); }
td.TdClassName
{
border-color: #740889;
}
.TagClassName
{
border-color: #740889;
}
</style>