Shades of Vivid Violet #742293
Tints of Vivid Violet #742293
RGB
CMYK
RGB Variations
Color information
#742293 (or 0x742293) is known color: Vivid Violet. HEX triplet: 74, 22 and 93. RGB value is (116,34,147). Sum of RGB (Red+Green+Blue) = 116+34+147=297 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.06% from 297); Green value is 34 (13.67% from 255 or 11.45% from 297); Blue value is 147 (57.81% from 255 or 49.49% from 297); Max value from RGB is 147 - color contains mainly: blue. Hex color #742293 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742293 is #8BDD6C. Grayscale: #474747. Windows color (decimal): -9166189 or 9642612. OLE color: 9642612.
HSL color Cylindrical-coordinate representation of color #742293: hue angle of 283.54º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #742293 is Cyan = 0.21, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 116 | 34 | 147 | - |
| CMYK | 0.21 | 0.77 | 0 | 0.42 |
| HSL | 283.54º | 0.62% | 0.35% | - |
| HSV(B) | 283.54º | 0.77% | 0.58% | - |
| XYZ | 13.04 | 6.96 | 28.26 | - |
| YUV | 71.4 | 170.67 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 34 | 147 | 0.21 | 0.77 | 0 | 0.42 | 283.54 | 0.62 | 0.35 |
| Hex | 74 | 22 | 93 | 15 | 4D | 0 | 2A | 11C | 3E | 23 |
| Octal | 164 | 42 | 223 | 25 | 115 | 0 | 52 | 434 | 76 | 43 |
| Binary | 1110100 | 100010 | 10010011 | 10101 | 1001101 | 0 | 101010 | 100011100 | 111110 | 100011 |
Color Harmonies of #742293
Complementary color
Monochromatic Colors of #742293
Black with #742293
Text Example
Text Example
White with #742293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742293; }
p { color: rgb(116,34,147); }
H1.HeaderClassName
{
color: #742293;
}
.AnyTagClassName
{
color: #742293;
}
</style>
background-color css
<style>
a { background-color: #742293; }
a { background-color: rgb(116,34,147); }
div.DivClassName
{
background-color: #742293;
}
.BgClassName
{
background-color: #742293;
}
</style>
border-color css
<style>
span { border-color: #742293; }
span { border-color: rgb(116,34,147); }
td.TdClassName
{
border-color: #742293;
}
.TagClassName
{
border-color: #742293;
}
</style>