Shades of Vivid Violet #741799
Tints of Vivid Violet #741799
RGB
CMYK
RGB Variations
Color information
#741799 (or 0x741799) is known color: Vivid Violet. HEX triplet: 74, 17 and 99. RGB value is (116,23,153). Sum of RGB (Red+Green+Blue) = 116+23+153=292 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.73% from 292); Green value is 23 (9.38% from 255 or 7.88% from 292); Blue value is 153 (60.16% from 255 or 52.40% from 292); Max value from RGB is 153 - color contains mainly: blue. Hex color #741799 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #741799 is #8BE866. Grayscale: #414141. Windows color (decimal): -9168999 or 10033012. OLE color: 10033012.
HSL color Cylindrical-coordinate representation of color #741799: hue angle of 282.92º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #741799 is Cyan = 0.24, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 116 | 23 | 153 | - |
| CMYK | 0.24 | 0.85 | 0 | 0.4 |
| HSL | 282.92º | 0.74% | 0.35% | - |
| HSV(B) | 282.92º | 0.85% | 0.6% | - |
| XYZ | 13.26 | 6.63 | 30.72 | - |
| YUV | 65.63 | 177.31 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 23 | 153 | 0.24 | 0.85 | 0 | 0.4 | 282.92 | 0.74 | 0.35 |
| Hex | 74 | 17 | 99 | 18 | 55 | 0 | 28 | 11B | 4A | 23 |
| Octal | 164 | 27 | 231 | 30 | 125 | 0 | 50 | 433 | 112 | 43 |
| Binary | 1110100 | 10111 | 10011001 | 11000 | 1010101 | 0 | 101000 | 100011011 | 1001010 | 100011 |
Color Harmonies of #741799
Complementary color
Monochromatic Colors of #741799
Black with #741799
Text Example
Text Example
White with #741799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741799; }
p { color: rgb(116,23,153); }
H1.HeaderClassName
{
color: #741799;
}
.AnyTagClassName
{
color: #741799;
}
</style>
background-color css
<style>
a { background-color: #741799; }
a { background-color: rgb(116,23,153); }
div.DivClassName
{
background-color: #741799;
}
.BgClassName
{
background-color: #741799;
}
</style>
border-color css
<style>
span { border-color: #741799; }
span { border-color: rgb(116,23,153); }
td.TdClassName
{
border-color: #741799;
}
.TagClassName
{
border-color: #741799;
}
</style>