Shades of Purple #741089
Tints of Purple #741089
RGB
CMYK
RGB Variations
Color information
#741089 (or 0x741089) is known color: Purple. HEX triplet: 74, 10 and 89. RGB value is (116,16,137). Sum of RGB (Red+Green+Blue) = 116+16+137=269 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.12% from 269); Green value is 16 (6.64% from 255 or 5.95% from 269); Blue value is 137 (53.91% from 255 or 50.93% from 269); Max value from RGB is 137 - color contains mainly: blue. Hex color #741089 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #741089 is #8BEF76. Grayscale: #3B3B3B. Windows color (decimal): -9170807 or 8982644. OLE color: 8982644.
HSL color Cylindrical-coordinate representation of color #741089: hue angle of 289.59º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #741089 is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 116 | 16 | 137 | - |
| CMYK | 0.15 | 0.88 | 0 | 0.46 |
| HSL | 289.59º | 0.79% | 0.3% | - |
| HSV(B) | 289.59º | 0.88% | 0.54% | - |
| XYZ | 11.9 | 5.89 | 24.18 | - |
| YUV | 59.69 | 171.63 | 168.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 16 | 137 | 0.15 | 0.88 | 0 | 0.46 | 289.59 | 0.79 | 0.3 |
| Hex | 74 | 10 | 89 | F | 58 | 0 | 2E | 122 | 4F | 1E |
| Octal | 164 | 20 | 211 | 17 | 130 | 0 | 56 | 442 | 117 | 36 |
| Binary | 1110100 | 10000 | 10001001 | 1111 | 1011000 | 0 | 101110 | 100100010 | 1001111 | 11110 |
Color Harmonies of #741089
Complementary color
Monochromatic Colors of #741089
Black with #741089
Text Example
Text Example
White with #741089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741089; }
p { color: rgb(116,16,137); }
H1.HeaderClassName
{
color: #741089;
}
.AnyTagClassName
{
color: #741089;
}
</style>
background-color css
<style>
a { background-color: #741089; }
a { background-color: rgb(116,16,137); }
div.DivClassName
{
background-color: #741089;
}
.BgClassName
{
background-color: #741089;
}
</style>
border-color css
<style>
span { border-color: #741089; }
span { border-color: rgb(116,16,137); }
td.TdClassName
{
border-color: #741089;
}
.TagClassName
{
border-color: #741089;
}
</style>