Shades of Vivid Violet #742193
Tints of Vivid Violet #742193
RGB
CMYK
RGB Variations
Color information
#742193 (or 0x742193) is known color: Vivid Violet. HEX triplet: 74, 21 and 93. RGB value is (116,33,147). Sum of RGB (Red+Green+Blue) = 116+33+147=296 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.19% from 296); Green value is 33 (13.28% from 255 or 11.15% from 296); Blue value is 147 (57.81% from 255 or 49.66% from 296); Max value from RGB is 147 - color contains mainly: blue. Hex color #742193 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742193 is #8BDE6C. Grayscale: #464646. Windows color (decimal): -9166445 or 9642356. OLE color: 9642356.
HSL color Cylindrical-coordinate representation of color #742193: hue angle of 283.68º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #742193 is Cyan = 0.21, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 116 | 33 | 147 | - |
| CMYK | 0.21 | 0.78 | 0 | 0.42 |
| HSL | 283.68º | 0.63% | 0.35% | - |
| HSV(B) | 283.68º | 0.78% | 0.58% | - |
| XYZ | 13.01 | 6.91 | 28.25 | - |
| YUV | 70.81 | 171 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 33 | 147 | 0.21 | 0.78 | 0 | 0.42 | 283.68 | 0.63 | 0.35 |
| Hex | 74 | 21 | 93 | 15 | 4E | 0 | 2A | 11C | 3F | 23 |
| Octal | 164 | 41 | 223 | 25 | 116 | 0 | 52 | 434 | 77 | 43 |
| Binary | 1110100 | 100001 | 10010011 | 10101 | 1001110 | 0 | 101010 | 100011100 | 111111 | 100011 |
Color Harmonies of #742193
Complementary color
Monochromatic Colors of #742193
Black with #742193
Text Example
Text Example
White with #742193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742193; }
p { color: rgb(116,33,147); }
H1.HeaderClassName
{
color: #742193;
}
.AnyTagClassName
{
color: #742193;
}
</style>
background-color css
<style>
a { background-color: #742193; }
a { background-color: rgb(116,33,147); }
div.DivClassName
{
background-color: #742193;
}
.BgClassName
{
background-color: #742193;
}
</style>
border-color css
<style>
span { border-color: #742193; }
span { border-color: rgb(116,33,147); }
td.TdClassName
{
border-color: #742193;
}
.TagClassName
{
border-color: #742193;
}
</style>