Shades of Vivid Violet #743194
Tints of Vivid Violet #743194
RGB
CMYK
RGB Variations
Color information
#743194 (or 0x743194) is known color: Vivid Violet. HEX triplet: 74, 31 and 94. RGB value is (116,49,148). Sum of RGB (Red+Green+Blue) = 116+49+148=313 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.06% from 313); Green value is 49 (19.53% from 255 or 15.65% from 313); Blue value is 148 (58.20% from 255 or 47.28% from 313); Max value from RGB is 148 - color contains mainly: blue. Hex color #743194 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743194 is #8BCE6B. Grayscale: #4F4F4F. Windows color (decimal): -9162348 or 9711988. OLE color: 9711988.
HSL color Cylindrical-coordinate representation of color #743194: hue angle of 280.61º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #743194 is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 116 | 49 | 148 | - |
| CMYK | 0.22 | 0.67 | 0 | 0.42 |
| HSL | 280.61º | 0.5% | 0.39% | - |
| HSV(B) | 280.61º | 0.67% | 0.58% | - |
| XYZ | 13.65 | 8.05 | 28.85 | - |
| YUV | 80.32 | 166.2 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 49 | 148 | 0.22 | 0.67 | 0 | 0.42 | 280.61 | 0.5 | 0.39 |
| Hex | 74 | 31 | 94 | 16 | 43 | 0 | 2A | 119 | 32 | 27 |
| Octal | 164 | 61 | 224 | 26 | 103 | 0 | 52 | 431 | 62 | 47 |
| Binary | 1110100 | 110001 | 10010100 | 10110 | 1000011 | 0 | 101010 | 100011001 | 110010 | 100111 |
Color Harmonies of #743194
Complementary color
Monochromatic Colors of #743194
Black with #743194
Text Example
Text Example
White with #743194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743194; }
p { color: rgb(116,49,148); }
H1.HeaderClassName
{
color: #743194;
}
.AnyTagClassName
{
color: #743194;
}
</style>
background-color css
<style>
a { background-color: #743194; }
a { background-color: rgb(116,49,148); }
div.DivClassName
{
background-color: #743194;
}
.BgClassName
{
background-color: #743194;
}
</style>
border-color css
<style>
span { border-color: #743194; }
span { border-color: rgb(116,49,148); }
td.TdClassName
{
border-color: #743194;
}
.TagClassName
{
border-color: #743194;
}
</style>