Shades of Vivid Violet #741996
Tints of Vivid Violet #741996
RGB
CMYK
RGB Variations
Color information
#741996 (or 0x741996) is known color: Vivid Violet. HEX triplet: 74, 19 and 96. RGB value is (116,25,150). Sum of RGB (Red+Green+Blue) = 116+25+150=291 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.86% from 291); Green value is 25 (10.16% from 255 or 8.59% from 291); Blue value is 150 (58.98% from 255 or 51.55% from 291); Max value from RGB is 150 - color contains mainly: blue. Hex color #741996 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #741996 is #8BE669. Grayscale: #424242. Windows color (decimal): -9168490 or 9836916. OLE color: 9836916.
HSL color Cylindrical-coordinate representation of color #741996: hue angle of 283.68º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #741996 is Cyan = 0.23, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 116 | 25 | 150 | - |
| CMYK | 0.23 | 0.83 | 0 | 0.41 |
| HSL | 283.68º | 0.71% | 0.34% | - |
| HSV(B) | 283.68º | 0.83% | 0.59% | - |
| XYZ | 13.06 | 6.61 | 29.44 | - |
| YUV | 66.46 | 175.15 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 25 | 150 | 0.23 | 0.83 | 0 | 0.41 | 283.68 | 0.71 | 0.34 |
| Hex | 74 | 19 | 96 | 17 | 53 | 0 | 29 | 11C | 47 | 22 |
| Octal | 164 | 31 | 226 | 27 | 123 | 0 | 51 | 434 | 107 | 42 |
| Binary | 1110100 | 11001 | 10010110 | 10111 | 1010011 | 0 | 101001 | 100011100 | 1000111 | 100010 |
Color Harmonies of #741996
Complementary color
Monochromatic Colors of #741996
Black with #741996
Text Example
Text Example
White with #741996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741996; }
p { color: rgb(116,25,150); }
H1.HeaderClassName
{
color: #741996;
}
.AnyTagClassName
{
color: #741996;
}
</style>
background-color css
<style>
a { background-color: #741996; }
a { background-color: rgb(116,25,150); }
div.DivClassName
{
background-color: #741996;
}
.BgClassName
{
background-color: #741996;
}
</style>
border-color css
<style>
span { border-color: #741996; }
span { border-color: rgb(116,25,150); }
td.TdClassName
{
border-color: #741996;
}
.TagClassName
{
border-color: #741996;
}
</style>