Shades of Vivid Violet #743386
Tints of Vivid Violet #743386
RGB
CMYK
RGB Variations
Color information
#743386 (or 0x743386) is known color: Vivid Violet. HEX triplet: 74, 33 and 86. RGB value is (116,51,134). Sum of RGB (Red+Green+Blue) = 116+51+134=301 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.54% from 301); Green value is 51 (20.31% from 255 or 16.94% from 301); Blue value is 134 (52.73% from 255 or 44.52% from 301); Max value from RGB is 134 - color contains mainly: blue. Hex color #743386 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743386 is #8BCC79. Grayscale: #4F4F4F. Windows color (decimal): -9161850 or 8794996. OLE color: 8794996.
HSL color Cylindrical-coordinate representation of color #743386: hue angle of 286.99º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #743386 is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 116 | 51 | 134 | - |
| CMYK | 0.13 | 0.62 | 0 | 0.47 |
| HSL | 286.99º | 0.45% | 0.36% | - |
| HSV(B) | 286.99º | 0.62% | 0.53% | - |
| XYZ | 12.69 | 7.8 | 23.39 | - |
| YUV | 79.9 | 158.53 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 51 | 134 | 0.13 | 0.62 | 0 | 0.47 | 286.99 | 0.45 | 0.36 |
| Hex | 74 | 33 | 86 | D | 3E | 0 | 2F | 11F | 2D | 24 |
| Octal | 164 | 63 | 206 | 15 | 76 | 0 | 57 | 437 | 55 | 44 |
| Binary | 1110100 | 110011 | 10000110 | 1101 | 111110 | 0 | 101111 | 100011111 | 101101 | 100100 |
Color Harmonies of #743386
Complementary color
Monochromatic Colors of #743386
Black with #743386
Text Example
Text Example
White with #743386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743386; }
p { color: rgb(116,51,134); }
H1.HeaderClassName
{
color: #743386;
}
.AnyTagClassName
{
color: #743386;
}
</style>
background-color css
<style>
a { background-color: #743386; }
a { background-color: rgb(116,51,134); }
div.DivClassName
{
background-color: #743386;
}
.BgClassName
{
background-color: #743386;
}
</style>
border-color css
<style>
span { border-color: #743386; }
span { border-color: rgb(116,51,134); }
td.TdClassName
{
border-color: #743386;
}
.TagClassName
{
border-color: #743386;
}
</style>