Shades of Vivid Violet #743489
Tints of Vivid Violet #743489
RGB
CMYK
RGB Variations
Color information
#743489 (or 0x743489) is known color: Vivid Violet. HEX triplet: 74, 34 and 89. RGB value is (116,52,137). Sum of RGB (Red+Green+Blue) = 116+52+137=305 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.03% from 305); Green value is 52 (20.70% from 255 or 17.05% from 305); Blue value is 137 (53.91% from 255 or 44.92% from 305); Max value from RGB is 137 - color contains mainly: blue. Hex color #743489 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743489 is #8BCB76. Grayscale: #505050. Windows color (decimal): -9161591 or 8991860. OLE color: 8991860.
HSL color Cylindrical-coordinate representation of color #743489: hue angle of 285.18º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #743489 is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 116 | 52 | 137 | - |
| CMYK | 0.15 | 0.62 | 0 | 0.46 |
| HSL | 285.18º | 0.45% | 0.37% | - |
| HSV(B) | 285.18º | 0.62% | 0.54% | - |
| XYZ | 12.95 | 7.98 | 24.52 | - |
| YUV | 80.83 | 159.7 | 153.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 52 | 137 | 0.15 | 0.62 | 0 | 0.46 | 285.18 | 0.45 | 0.37 |
| Hex | 74 | 34 | 89 | F | 3E | 0 | 2E | 11D | 2D | 25 |
| Octal | 164 | 64 | 211 | 17 | 76 | 0 | 56 | 435 | 55 | 45 |
| Binary | 1110100 | 110100 | 10001001 | 1111 | 111110 | 0 | 101110 | 100011101 | 101101 | 100101 |
Color Harmonies of #743489
Complementary color
Monochromatic Colors of #743489
Black with #743489
Text Example
Text Example
White with #743489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743489; }
p { color: rgb(116,52,137); }
H1.HeaderClassName
{
color: #743489;
}
.AnyTagClassName
{
color: #743489;
}
</style>
background-color css
<style>
a { background-color: #743489; }
a { background-color: rgb(116,52,137); }
div.DivClassName
{
background-color: #743489;
}
.BgClassName
{
background-color: #743489;
}
</style>
border-color css
<style>
span { border-color: #743489; }
span { border-color: rgb(116,52,137); }
td.TdClassName
{
border-color: #743489;
}
.TagClassName
{
border-color: #743489;
}
</style>