Shades of Vivid Violet #743B90
Tints of Vivid Violet #743B90
RGB
CMYK
RGB Variations
Color information
#743B90 (or 0x743B90) is known color: Vivid Violet. HEX triplet: 74, 3B and 90. RGB value is (116,59,144). Sum of RGB (Red+Green+Blue) = 116+59+144=319 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.36% from 319); Green value is 59 (23.44% from 255 or 18.50% from 319); Blue value is 144 (56.64% from 255 or 45.14% from 319); Max value from RGB is 144 - color contains mainly: blue. Hex color #743B90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743B90 is #8BC46F. Grayscale: #555555. Windows color (decimal): -9159792 or 9452404. OLE color: 9452404.
HSL color Cylindrical-coordinate representation of color #743B90: hue angle of 280.24º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #743B90 is Cyan = 0.19, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 116 | 59 | 144 | - |
| CMYK | 0.19 | 0.59 | 0 | 0.44 |
| HSL | 280.24º | 0.42% | 0.4% | - |
| HSV(B) | 280.24º | 0.59% | 0.56% | - |
| XYZ | 13.8 | 8.85 | 27.37 | - |
| YUV | 85.73 | 160.88 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 59 | 144 | 0.19 | 0.59 | 0 | 0.44 | 280.24 | 0.42 | 0.4 |
| Hex | 74 | 3B | 90 | 13 | 3B | 0 | 2C | 118 | 2A | 28 |
| Octal | 164 | 73 | 220 | 23 | 73 | 0 | 54 | 430 | 52 | 50 |
| Binary | 1110100 | 111011 | 10010000 | 10011 | 111011 | 0 | 101100 | 100011000 | 101010 | 101000 |
Color Harmonies of #743B90
Complementary color
Monochromatic Colors of #743B90
Black with #743B90
Text Example
Text Example
White with #743B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743B90; }
p { color: rgb(116,59,144); }
H1.HeaderClassName
{
color: #743B90;
}
.AnyTagClassName
{
color: #743B90;
}
</style>
background-color css
<style>
a { background-color: #743B90; }
a { background-color: rgb(116,59,144); }
div.DivClassName
{
background-color: #743B90;
}
.BgClassName
{
background-color: #743B90;
}
</style>
border-color css
<style>
span { border-color: #743B90; }
span { border-color: rgb(116,59,144); }
td.TdClassName
{
border-color: #743B90;
}
.TagClassName
{
border-color: #743B90;
}
</style>