Shades of Purple #741590
Tints of Purple #741590
RGB
CMYK
RGB Variations
Color information
#741590 (or 0x741590) is known color: Purple. HEX triplet: 74, 15 and 90. RGB value is (116,21,144). Sum of RGB (Red+Green+Blue) = 116+21+144=281 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.28% from 281); Green value is 21 (8.59% from 255 or 7.47% from 281); Blue value is 144 (56.64% from 255 or 51.25% from 281); Max value from RGB is 144 - color contains mainly: blue. Hex color #741590 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #741590 is #8BEA6F. Grayscale: #3F3F3F. Windows color (decimal): -9169520 or 9442676. OLE color: 9442676.
HSL color Cylindrical-coordinate representation of color #741590: hue angle of 286.34º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #741590 is Cyan = 0.19, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 116 | 21 | 144 | - |
| CMYK | 0.19 | 0.85 | 0 | 0.44 |
| HSL | 286.34º | 0.75% | 0.32% | - |
| HSV(B) | 286.34º | 0.85% | 0.56% | - |
| XYZ | 12.5 | 6.26 | 26.94 | - |
| YUV | 63.43 | 173.47 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 21 | 144 | 0.19 | 0.85 | 0 | 0.44 | 286.34 | 0.75 | 0.32 |
| Hex | 74 | 15 | 90 | 13 | 55 | 0 | 2C | 11E | 4B | 20 |
| Octal | 164 | 25 | 220 | 23 | 125 | 0 | 54 | 436 | 113 | 40 |
| Binary | 1110100 | 10101 | 10010000 | 10011 | 1010101 | 0 | 101100 | 100011110 | 1001011 | 100000 |
Color Harmonies of #741590
Complementary color
Monochromatic Colors of #741590
Black with #741590
Text Example
Text Example
White with #741590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741590; }
p { color: rgb(116,21,144); }
H1.HeaderClassName
{
color: #741590;
}
.AnyTagClassName
{
color: #741590;
}
</style>
background-color css
<style>
a { background-color: #741590; }
a { background-color: rgb(116,21,144); }
div.DivClassName
{
background-color: #741590;
}
.BgClassName
{
background-color: #741590;
}
</style>
border-color css
<style>
span { border-color: #741590; }
span { border-color: rgb(116,21,144); }
td.TdClassName
{
border-color: #741590;
}
.TagClassName
{
border-color: #741590;
}
</style>