Shades of Vivid Violet #743A90
Tints of Vivid Violet #743A90
RGB
CMYK
RGB Variations
Color information
#743A90 (or 0x743A90) is known color: Vivid Violet. HEX triplet: 74, 3A and 90. RGB value is (116,58,144). Sum of RGB (Red+Green+Blue) = 116+58+144=318 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.48% from 318); Green value is 58 (23.05% from 255 or 18.24% from 318); Blue value is 144 (56.64% from 255 or 45.28% from 318); Max value from RGB is 144 - color contains mainly: blue. Hex color #743A90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743A90 is #8BC56F. Grayscale: #545454. Windows color (decimal): -9160048 or 9452148. OLE color: 9452148.
HSL color Cylindrical-coordinate representation of color #743A90: hue angle of 280.47º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #743A90 is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 116 | 58 | 144 | - |
| CMYK | 0.19 | 0.60 | 0 | 0.44 |
| HSL | 280.47º | 0.43% | 0.4% | - |
| HSV(B) | 280.47º | 0.6% | 0.56% | - |
| XYZ | 13.75 | 8.75 | 27.35 | - |
| YUV | 85.15 | 161.22 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 58 | 144 | 0.19 | 0.60 | 0 | 0.44 | 280.47 | 0.43 | 0.4 |
| Hex | 74 | 3A | 90 | 13 | 3C | 0 | 2C | 118 | 2B | 28 |
| Octal | 164 | 72 | 220 | 23 | 74 | 0 | 54 | 430 | 53 | 50 |
| Binary | 1110100 | 111010 | 10010000 | 10011 | 111100 | 0 | 101100 | 100011000 | 101011 | 101000 |
Color Harmonies of #743A90
Complementary color
Monochromatic Colors of #743A90
Black with #743A90
Text Example
Text Example
White with #743A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743A90; }
p { color: rgb(116,58,144); }
H1.HeaderClassName
{
color: #743A90;
}
.AnyTagClassName
{
color: #743A90;
}
</style>
background-color css
<style>
a { background-color: #743A90; }
a { background-color: rgb(116,58,144); }
div.DivClassName
{
background-color: #743A90;
}
.BgClassName
{
background-color: #743A90;
}
</style>
border-color css
<style>
span { border-color: #743A90; }
span { border-color: rgb(116,58,144); }
td.TdClassName
{
border-color: #743A90;
}
.TagClassName
{
border-color: #743A90;
}
</style>