Shades of Vivid Violet #742B96
Tints of Vivid Violet #742B96
RGB
CMYK
RGB Variations
Color information
#742B96 (or 0x742B96) is known color: Vivid Violet. HEX triplet: 74, 2B and 96. RGB value is (116,43,150). Sum of RGB (Red+Green+Blue) = 116+43+150=309 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.54% from 309); Green value is 43 (17.19% from 255 or 13.92% from 309); Blue value is 150 (58.98% from 255 or 48.54% from 309); Max value from RGB is 150 - color contains mainly: blue. Hex color #742B96 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742B96 is #8BD469. Grayscale: #4C4C4C. Windows color (decimal): -9163882 or 9841524. OLE color: 9841524.
HSL color Cylindrical-coordinate representation of color #742B96: hue angle of 280.93º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #742B96 is Cyan = 0.23, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 116 | 43 | 150 | - |
| CMYK | 0.23 | 0.71 | 0 | 0.41 |
| HSL | 280.93º | 0.55% | 0.38% | - |
| HSV(B) | 280.93º | 0.71% | 0.59% | - |
| XYZ | 13.57 | 7.64 | 29.61 | - |
| YUV | 77.03 | 169.18 | 155.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 43 | 150 | 0.23 | 0.71 | 0 | 0.41 | 280.93 | 0.55 | 0.38 |
| Hex | 74 | 2B | 96 | 17 | 47 | 0 | 29 | 119 | 37 | 26 |
| Octal | 164 | 53 | 226 | 27 | 107 | 0 | 51 | 431 | 67 | 46 |
| Binary | 1110100 | 101011 | 10010110 | 10111 | 1000111 | 0 | 101001 | 100011001 | 110111 | 100110 |
Color Harmonies of #742B96
Complementary color
Monochromatic Colors of #742B96
Black with #742B96
Text Example
Text Example
White with #742B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742B96; }
p { color: rgb(116,43,150); }
H1.HeaderClassName
{
color: #742B96;
}
.AnyTagClassName
{
color: #742B96;
}
</style>
background-color css
<style>
a { background-color: #742B96; }
a { background-color: rgb(116,43,150); }
div.DivClassName
{
background-color: #742B96;
}
.BgClassName
{
background-color: #742B96;
}
</style>
border-color css
<style>
span { border-color: #742B96; }
span { border-color: rgb(116,43,150); }
td.TdClassName
{
border-color: #742B96;
}
.TagClassName
{
border-color: #742B96;
}
</style>