Shades of Vivid Violet #743186
Tints of Vivid Violet #743186
RGB
CMYK
RGB Variations
Color information
#743186 (or 0x743186) is known color: Vivid Violet. HEX triplet: 74, 31 and 86. RGB value is (116,49,134). Sum of RGB (Red+Green+Blue) = 116+49+134=299 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.80% from 299); Green value is 49 (19.53% from 255 or 16.39% from 299); Blue value is 134 (52.73% from 255 or 44.82% from 299); Max value from RGB is 134 - color contains mainly: blue. Hex color #743186 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743186 is #8BCE79. Grayscale: #4E4E4E. Windows color (decimal): -9162362 or 8794484. OLE color: 8794484.
HSL color Cylindrical-coordinate representation of color #743186: hue angle of 287.29º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #743186 is Cyan = 0.13, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 116 | 49 | 134 | - |
| CMYK | 0.13 | 0.63 | 0 | 0.47 |
| HSL | 287.29º | 0.46% | 0.36% | - |
| HSV(B) | 287.29º | 0.63% | 0.53% | - |
| XYZ | 12.6 | 7.63 | 23.36 | - |
| YUV | 78.72 | 159.2 | 154.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 49 | 134 | 0.13 | 0.63 | 0 | 0.47 | 287.29 | 0.46 | 0.36 |
| Hex | 74 | 31 | 86 | D | 3F | 0 | 2F | 11F | 2E | 24 |
| Octal | 164 | 61 | 206 | 15 | 77 | 0 | 57 | 437 | 56 | 44 |
| Binary | 1110100 | 110001 | 10000110 | 1101 | 111111 | 0 | 101111 | 100011111 | 101110 | 100100 |
Color Harmonies of #743186
Complementary color
Monochromatic Colors of #743186
Black with #743186
Text Example
Text Example
White with #743186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743186; }
p { color: rgb(116,49,134); }
H1.HeaderClassName
{
color: #743186;
}
.AnyTagClassName
{
color: #743186;
}
</style>
background-color css
<style>
a { background-color: #743186; }
a { background-color: rgb(116,49,134); }
div.DivClassName
{
background-color: #743186;
}
.BgClassName
{
background-color: #743186;
}
</style>
border-color css
<style>
span { border-color: #743186; }
span { border-color: rgb(116,49,134); }
td.TdClassName
{
border-color: #743186;
}
.TagClassName
{
border-color: #743186;
}
</style>