Shades of Vivid Violet #741496
Tints of Vivid Violet #741496
RGB
CMYK
RGB Variations
Color information
#741496 (or 0x741496) is known color: Vivid Violet. HEX triplet: 74, 14 and 96. RGB value is (116,20,150). Sum of RGB (Red+Green+Blue) = 116+20+150=286 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.56% from 286); Green value is 20 (8.20% from 255 or 6.99% from 286); Blue value is 150 (58.98% from 255 or 52.45% from 286); Max value from RGB is 150 - color contains mainly: blue. Hex color #741496 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #741496 is #8BEB69. Grayscale: #3F3F3F. Windows color (decimal): -9169770 or 9835636. OLE color: 9835636.
HSL color Cylindrical-coordinate representation of color #741496: hue angle of 284.31º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #741496 is Cyan = 0.23, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 116 | 20 | 150 | - |
| CMYK | 0.23 | 0.87 | 0 | 0.41 |
| HSL | 284.31º | 0.76% | 0.33% | - |
| HSV(B) | 284.31º | 0.87% | 0.59% | - |
| XYZ | 12.96 | 6.42 | 29.41 | - |
| YUV | 63.52 | 176.8 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 20 | 150 | 0.23 | 0.87 | 0 | 0.41 | 284.31 | 0.76 | 0.33 |
| Hex | 74 | 14 | 96 | 17 | 57 | 0 | 29 | 11C | 4C | 21 |
| Octal | 164 | 24 | 226 | 27 | 127 | 0 | 51 | 434 | 114 | 41 |
| Binary | 1110100 | 10100 | 10010110 | 10111 | 1010111 | 0 | 101001 | 100011100 | 1001100 | 100001 |
Color Harmonies of #741496
Complementary color
Monochromatic Colors of #741496
Black with #741496
Text Example
Text Example
White with #741496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741496; }
p { color: rgb(116,20,150); }
H1.HeaderClassName
{
color: #741496;
}
.AnyTagClassName
{
color: #741496;
}
</style>
background-color css
<style>
a { background-color: #741496; }
a { background-color: rgb(116,20,150); }
div.DivClassName
{
background-color: #741496;
}
.BgClassName
{
background-color: #741496;
}
</style>
border-color css
<style>
span { border-color: #741496; }
span { border-color: rgb(116,20,150); }
td.TdClassName
{
border-color: #741496;
}
.TagClassName
{
border-color: #741496;
}
</style>