Shades of Vivid Violet #741A96
Tints of Vivid Violet #741A96
RGB
CMYK
RGB Variations
Color information
#741A96 (or 0x741A96) is known color: Vivid Violet. HEX triplet: 74, 1A and 96. RGB value is (116,26,150). Sum of RGB (Red+Green+Blue) = 116+26+150=292 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.73% from 292); Green value is 26 (10.55% from 255 or 8.90% from 292); Blue value is 150 (58.98% from 255 or 51.37% from 292); Max value from RGB is 150 - color contains mainly: blue. Hex color #741A96 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #741A96 is #8BE569. Grayscale: #424242. Windows color (decimal): -9168234 or 9837172. OLE color: 9837172.
HSL color Cylindrical-coordinate representation of color #741A96: hue angle of 283.55º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #741A96 is Cyan = 0.23, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 116 | 26 | 150 | - |
| CMYK | 0.23 | 0.83 | 0 | 0.41 |
| HSL | 283.55º | 0.7% | 0.35% | - |
| HSV(B) | 283.55º | 0.83% | 0.59% | - |
| XYZ | 13.08 | 6.65 | 29.45 | - |
| YUV | 67.05 | 174.82 | 162.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 26 | 150 | 0.23 | 0.83 | 0 | 0.41 | 283.55 | 0.7 | 0.35 |
| Hex | 74 | 1A | 96 | 17 | 53 | 0 | 29 | 11C | 46 | 23 |
| Octal | 164 | 32 | 226 | 27 | 123 | 0 | 51 | 434 | 106 | 43 |
| Binary | 1110100 | 11010 | 10010110 | 10111 | 1010011 | 0 | 101001 | 100011100 | 1000110 | 100011 |
Color Harmonies of #741A96
Complementary color
Monochromatic Colors of #741A96
Black with #741A96
Text Example
Text Example
White with #741A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741A96; }
p { color: rgb(116,26,150); }
H1.HeaderClassName
{
color: #741A96;
}
.AnyTagClassName
{
color: #741A96;
}
</style>
background-color css
<style>
a { background-color: #741A96; }
a { background-color: rgb(116,26,150); }
div.DivClassName
{
background-color: #741A96;
}
.BgClassName
{
background-color: #741A96;
}
</style>
border-color css
<style>
span { border-color: #741A96; }
span { border-color: rgb(116,26,150); }
td.TdClassName
{
border-color: #741A96;
}
.TagClassName
{
border-color: #741A96;
}
</style>