Shades of Purple #740190
Tints of Purple #740190
RGB
CMYK
RGB Variations
Color information
#740190 (or 0x740190) is known color: Purple. HEX triplet: 74, 01 and 90. RGB value is (116,1,144). Sum of RGB (Red+Green+Blue) = 116+1+144=261 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.44% from 261); Green value is 1 (0.78% from 255 or 0.38% from 261); Blue value is 144 (56.64% from 255 or 55.17% from 261); Max value from RGB is 144 - color contains mainly: blue. Hex color #740190 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740190 is #8BFE6F. Grayscale: #333333. Windows color (decimal): -9174640 or 9437556. OLE color: 9437556.
HSL color Cylindrical-coordinate representation of color #740190: hue angle of 288.25º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #740190 is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 116 | 1 | 144 | - |
| CMYK | 0.19 | 0.99 | 0 | 0.44 |
| HSL | 288.25º | 0.99% | 0.28% | - |
| HSV(B) | 288.25º | 0.99% | 0.56% | - |
| XYZ | 12.25 | 5.75 | 26.85 | - |
| YUV | 51.69 | 180.1 | 173.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 1 | 144 | 0.19 | 0.99 | 0 | 0.44 | 288.25 | 0.99 | 0.28 |
| Hex | 74 | 1 | 90 | 13 | 63 | 0 | 2C | 120 | 63 | 1C |
| Octal | 164 | 1 | 220 | 23 | 143 | 0 | 54 | 440 | 143 | 34 |
| Binary | 1110100 | 1 | 10010000 | 10011 | 1100011 | 0 | 101100 | 100100000 | 1100011 | 11100 |
Color Harmonies of #740190
Complementary color
Monochromatic Colors of #740190
Black with #740190
Text Example
Text Example
White with #740190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740190; }
p { color: rgb(116,1,144); }
H1.HeaderClassName
{
color: #740190;
}
.AnyTagClassName
{
color: #740190;
}
</style>
background-color css
<style>
a { background-color: #740190; }
a { background-color: rgb(116,1,144); }
div.DivClassName
{
background-color: #740190;
}
.BgClassName
{
background-color: #740190;
}
</style>
border-color css
<style>
span { border-color: #740190; }
span { border-color: rgb(116,1,144); }
td.TdClassName
{
border-color: #740190;
}
.TagClassName
{
border-color: #740190;
}
</style>