Shades of Vivid Violet #743199
Tints of Vivid Violet #743199
RGB
CMYK
RGB Variations
Color information
#743199 (or 0x743199) is known color: Vivid Violet. HEX triplet: 74, 31 and 99. RGB value is (116,49,153). Sum of RGB (Red+Green+Blue) = 116+49+153=318 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.48% from 318); Green value is 49 (19.53% from 255 or 15.41% from 318); Blue value is 153 (60.16% from 255 or 48.11% from 318); Max value from RGB is 153 - color contains mainly: blue. Hex color #743199 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743199 is #8BCE66. Grayscale: #505050. Windows color (decimal): -9162343 or 10039668. OLE color: 10039668.
HSL color Cylindrical-coordinate representation of color #743199: hue angle of 278.65º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #743199 is Cyan = 0.24, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 116 | 49 | 153 | - |
| CMYK | 0.24 | 0.68 | 0 | 0.4 |
| HSL | 278.65º | 0.51% | 0.4% | - |
| HSV(B) | 278.65º | 0.68% | 0.6% | - |
| XYZ | 14.05 | 8.21 | 30.98 | - |
| YUV | 80.89 | 168.7 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 49 | 153 | 0.24 | 0.68 | 0 | 0.4 | 278.65 | 0.51 | 0.4 |
| Hex | 74 | 31 | 99 | 18 | 44 | 0 | 28 | 117 | 33 | 28 |
| Octal | 164 | 61 | 231 | 30 | 104 | 0 | 50 | 427 | 63 | 50 |
| Binary | 1110100 | 110001 | 10011001 | 11000 | 1000100 | 0 | 101000 | 100010111 | 110011 | 101000 |
Color Harmonies of #743199
Complementary color
Monochromatic Colors of #743199
Black with #743199
Text Example
Text Example
White with #743199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743199; }
p { color: rgb(116,49,153); }
H1.HeaderClassName
{
color: #743199;
}
.AnyTagClassName
{
color: #743199;
}
</style>
background-color css
<style>
a { background-color: #743199; }
a { background-color: rgb(116,49,153); }
div.DivClassName
{
background-color: #743199;
}
.BgClassName
{
background-color: #743199;
}
</style>
border-color css
<style>
span { border-color: #743199; }
span { border-color: rgb(116,49,153); }
td.TdClassName
{
border-color: #743199;
}
.TagClassName
{
border-color: #743199;
}
</style>