Shades of Vivid Violet #743289
Tints of Vivid Violet #743289
RGB
CMYK
RGB Variations
Color information
#743289 (or 0x743289) is known color: Vivid Violet. HEX triplet: 74, 32 and 89. RGB value is (116,50,137). Sum of RGB (Red+Green+Blue) = 116+50+137=303 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.28% from 303); Green value is 50 (19.92% from 255 or 16.50% from 303); Blue value is 137 (53.91% from 255 or 45.21% from 303); Max value from RGB is 137 - color contains mainly: blue. Hex color #743289 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743289 is #8BCD76. Grayscale: #4F4F4F. Windows color (decimal): -9162103 or 8991348. OLE color: 8991348.
HSL color Cylindrical-coordinate representation of color #743289: hue angle of 285.52º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #743289 is Cyan = 0.15, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 116 | 50 | 137 | - |
| CMYK | 0.15 | 0.64 | 0 | 0.46 |
| HSL | 285.52º | 0.47% | 0.37% | - |
| HSV(B) | 285.52º | 0.64% | 0.54% | - |
| XYZ | 12.86 | 7.8 | 24.49 | - |
| YUV | 79.65 | 160.37 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 50 | 137 | 0.15 | 0.64 | 0 | 0.46 | 285.52 | 0.47 | 0.37 |
| Hex | 74 | 32 | 89 | F | 40 | 0 | 2E | 11E | 2F | 25 |
| Octal | 164 | 62 | 211 | 17 | 100 | 0 | 56 | 436 | 57 | 45 |
| Binary | 1110100 | 110010 | 10001001 | 1111 | 1000000 | 0 | 101110 | 100011110 | 101111 | 100101 |
Color Harmonies of #743289
Complementary color
Monochromatic Colors of #743289
Black with #743289
Text Example
Text Example
White with #743289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743289; }
p { color: rgb(116,50,137); }
H1.HeaderClassName
{
color: #743289;
}
.AnyTagClassName
{
color: #743289;
}
</style>
background-color css
<style>
a { background-color: #743289; }
a { background-color: rgb(116,50,137); }
div.DivClassName
{
background-color: #743289;
}
.BgClassName
{
background-color: #743289;
}
</style>
border-color css
<style>
span { border-color: #743289; }
span { border-color: rgb(116,50,137); }
td.TdClassName
{
border-color: #743289;
}
.TagClassName
{
border-color: #743289;
}
</style>