Shades of Vivid Violet #742E90
Tints of Vivid Violet #742E90
RGB
CMYK
RGB Variations
Color information
#742E90 (or 0x742E90) is known color: Vivid Violet. HEX triplet: 74, 2E and 90. RGB value is (116,46,144). Sum of RGB (Red+Green+Blue) = 116+46+144=306 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.91% from 306); Green value is 46 (18.36% from 255 or 15.03% from 306); Blue value is 144 (56.64% from 255 or 47.06% from 306); Max value from RGB is 144 - color contains mainly: blue. Hex color #742E90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742E90 is #8BD16F. Grayscale: #4D4D4D. Windows color (decimal): -9163120 or 9449076. OLE color: 9449076.
HSL color Cylindrical-coordinate representation of color #742E90: hue angle of 282.86º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #742E90 is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 116 | 46 | 144 | - |
| CMYK | 0.19 | 0.68 | 0 | 0.44 |
| HSL | 282.86º | 0.52% | 0.37% | - |
| HSV(B) | 282.86º | 0.68% | 0.56% | - |
| XYZ | 13.21 | 7.68 | 27.17 | - |
| YUV | 78.1 | 165.19 | 155.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 46 | 144 | 0.19 | 0.68 | 0 | 0.44 | 282.86 | 0.52 | 0.37 |
| Hex | 74 | 2E | 90 | 13 | 44 | 0 | 2C | 11B | 34 | 25 |
| Octal | 164 | 56 | 220 | 23 | 104 | 0 | 54 | 433 | 64 | 45 |
| Binary | 1110100 | 101110 | 10010000 | 10011 | 1000100 | 0 | 101100 | 100011011 | 110100 | 100101 |
Color Harmonies of #742E90
Complementary color
Monochromatic Colors of #742E90
Black with #742E90
Text Example
Text Example
White with #742E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742E90; }
p { color: rgb(116,46,144); }
H1.HeaderClassName
{
color: #742E90;
}
.AnyTagClassName
{
color: #742E90;
}
</style>
background-color css
<style>
a { background-color: #742E90; }
a { background-color: rgb(116,46,144); }
div.DivClassName
{
background-color: #742E90;
}
.BgClassName
{
background-color: #742E90;
}
</style>
border-color css
<style>
span { border-color: #742E90; }
span { border-color: rgb(116,46,144); }
td.TdClassName
{
border-color: #742E90;
}
.TagClassName
{
border-color: #742E90;
}
</style>