Shades of Vivid Violet #743498
Tints of Vivid Violet #743498
RGB
CMYK
RGB Variations
Color information
#743498 (or 0x743498) is known color: Vivid Violet. HEX triplet: 74, 34 and 98. RGB value is (116,52,152). Sum of RGB (Red+Green+Blue) = 116+52+152=320 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.25% from 320); Green value is 52 (20.70% from 255 or 16.25% from 320); Blue value is 152 (59.77% from 255 or 47.5% from 320); Max value from RGB is 152 - color contains mainly: blue. Hex color #743498 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743498 is #8BCB67. Grayscale: #525252. Windows color (decimal): -9161576 or 9974900. OLE color: 9974900.
HSL color Cylindrical-coordinate representation of color #743498: hue angle of 278.4º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #743498 is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 116 | 52 | 152 | - |
| CMYK | 0.24 | 0.66 | 0 | 0.40 |
| HSL | 278.4º | 0.49% | 0.4% | - |
| HSV(B) | 278.4º | 0.66% | 0.6% | - |
| XYZ | 14.1 | 8.44 | 30.59 | - |
| YUV | 82.54 | 167.2 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 52 | 152 | 0.24 | 0.66 | 0 | 0.40 | 278.4 | 0.49 | 0.4 |
| Hex | 74 | 34 | 98 | 18 | 42 | 0 | 28 | 116 | 31 | 28 |
| Octal | 164 | 64 | 230 | 30 | 102 | 0 | 50 | 426 | 61 | 50 |
| Binary | 1110100 | 110100 | 10011000 | 11000 | 1000010 | 0 | 101000 | 100010110 | 110001 | 101000 |
Color Harmonies of #743498
Complementary color
Monochromatic Colors of #743498
Black with #743498
Text Example
Text Example
White with #743498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743498; }
p { color: rgb(116,52,152); }
H1.HeaderClassName
{
color: #743498;
}
.AnyTagClassName
{
color: #743498;
}
</style>
background-color css
<style>
a { background-color: #743498; }
a { background-color: rgb(116,52,152); }
div.DivClassName
{
background-color: #743498;
}
.BgClassName
{
background-color: #743498;
}
</style>
border-color css
<style>
span { border-color: #743498; }
span { border-color: rgb(116,52,152); }
td.TdClassName
{
border-color: #743498;
}
.TagClassName
{
border-color: #743498;
}
</style>