Shades of Vivid Violet #743889
Tints of Vivid Violet #743889
RGB
CMYK
RGB Variations
Color information
#743889 (or 0x743889) is known color: Vivid Violet. HEX triplet: 74, 38 and 89. RGB value is (116,56,137). Sum of RGB (Red+Green+Blue) = 116+56+137=309 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.54% from 309); Green value is 56 (22.27% from 255 or 18.12% from 309); Blue value is 137 (53.91% from 255 or 44.34% from 309); Max value from RGB is 137 - color contains mainly: blue. Hex color #743889 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743889 is #8BC776. Grayscale: #525252. Windows color (decimal): -9160567 or 8992884. OLE color: 8992884.
HSL color Cylindrical-coordinate representation of color #743889: hue angle of 284.44º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #743889 is Cyan = 0.15, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 116 | 56 | 137 | - |
| CMYK | 0.15 | 0.59 | 0 | 0.46 |
| HSL | 284.44º | 0.42% | 0.38% | - |
| HSV(B) | 284.44º | 0.59% | 0.54% | - |
| XYZ | 13.13 | 8.35 | 24.59 | - |
| YUV | 83.17 | 158.38 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 56 | 137 | 0.15 | 0.59 | 0 | 0.46 | 284.44 | 0.42 | 0.38 |
| Hex | 74 | 38 | 89 | F | 3B | 0 | 2E | 11C | 2A | 26 |
| Octal | 164 | 70 | 211 | 17 | 73 | 0 | 56 | 434 | 52 | 46 |
| Binary | 1110100 | 111000 | 10001001 | 1111 | 111011 | 0 | 101110 | 100011100 | 101010 | 100110 |
Color Harmonies of #743889
Complementary color
Monochromatic Colors of #743889
Black with #743889
Text Example
Text Example
White with #743889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743889; }
p { color: rgb(116,56,137); }
H1.HeaderClassName
{
color: #743889;
}
.AnyTagClassName
{
color: #743889;
}
</style>
background-color css
<style>
a { background-color: #743889; }
a { background-color: rgb(116,56,137); }
div.DivClassName
{
background-color: #743889;
}
.BgClassName
{
background-color: #743889;
}
</style>
border-color css
<style>
span { border-color: #743889; }
span { border-color: rgb(116,56,137); }
td.TdClassName
{
border-color: #743889;
}
.TagClassName
{
border-color: #743889;
}
</style>