Shades of Vivid Violet #743092
Tints of Vivid Violet #743092
RGB
CMYK
RGB Variations
Color information
#743092 (or 0x743092) is known color: Vivid Violet. HEX triplet: 74, 30 and 92. RGB value is (116,48,146). Sum of RGB (Red+Green+Blue) = 116+48+146=310 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.42% from 310); Green value is 48 (19.14% from 255 or 15.48% from 310); Blue value is 146 (57.42% from 255 or 47.10% from 310); Max value from RGB is 146 - color contains mainly: blue. Hex color #743092 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743092 is #8BCF6D. Grayscale: #4F4F4F. Windows color (decimal): -9162606 or 9580660. OLE color: 9580660.
HSL color Cylindrical-coordinate representation of color #743092: hue angle of 281.63º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #743092 is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 116 | 48 | 146 | - |
| CMYK | 0.21 | 0.67 | 0 | 0.43 |
| HSL | 281.63º | 0.51% | 0.38% | - |
| HSV(B) | 281.63º | 0.67% | 0.57% | - |
| XYZ | 13.45 | 7.9 | 28.01 | - |
| YUV | 79.5 | 165.53 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 48 | 146 | 0.21 | 0.67 | 0 | 0.43 | 281.63 | 0.51 | 0.38 |
| Hex | 74 | 30 | 92 | 15 | 43 | 0 | 2B | 11A | 33 | 26 |
| Octal | 164 | 60 | 222 | 25 | 103 | 0 | 53 | 432 | 63 | 46 |
| Binary | 1110100 | 110000 | 10010010 | 10101 | 1000011 | 0 | 101011 | 100011010 | 110011 | 100110 |
Color Harmonies of #743092
Complementary color
Monochromatic Colors of #743092
Black with #743092
Text Example
Text Example
White with #743092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743092; }
p { color: rgb(116,48,146); }
H1.HeaderClassName
{
color: #743092;
}
.AnyTagClassName
{
color: #743092;
}
</style>
background-color css
<style>
a { background-color: #743092; }
a { background-color: rgb(116,48,146); }
div.DivClassName
{
background-color: #743092;
}
.BgClassName
{
background-color: #743092;
}
</style>
border-color css
<style>
span { border-color: #743092; }
span { border-color: rgb(116,48,146); }
td.TdClassName
{
border-color: #743092;
}
.TagClassName
{
border-color: #743092;
}
</style>