Shades of Vivid Violet #743A92
Tints of Vivid Violet #743A92
RGB
CMYK
RGB Variations
Color information
#743A92 (or 0x743A92) is known color: Vivid Violet. HEX triplet: 74, 3A and 92. RGB value is (116,58,146). Sum of RGB (Red+Green+Blue) = 116+58+146=320 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.25% from 320); Green value is 58 (23.05% from 255 or 18.12% from 320); Blue value is 146 (57.42% from 255 or 45.62% from 320); Max value from RGB is 146 - color contains mainly: blue. Hex color #743A92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743A92 is #8BC56D. Grayscale: #555555. Windows color (decimal): -9160046 or 9583220. OLE color: 9583220.
HSL color Cylindrical-coordinate representation of color #743A92: hue angle of 279.55º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #743A92 is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 116 | 58 | 146 | - |
| CMYK | 0.21 | 0.60 | 0 | 0.43 |
| HSL | 279.55º | 0.43% | 0.4% | - |
| HSV(B) | 279.55º | 0.6% | 0.57% | - |
| XYZ | 13.9 | 8.81 | 28.16 | - |
| YUV | 85.37 | 162.22 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 58 | 146 | 0.21 | 0.60 | 0 | 0.43 | 279.55 | 0.43 | 0.4 |
| Hex | 74 | 3A | 92 | 15 | 3C | 0 | 2B | 118 | 2B | 28 |
| Octal | 164 | 72 | 222 | 25 | 74 | 0 | 53 | 430 | 53 | 50 |
| Binary | 1110100 | 111010 | 10010010 | 10101 | 111100 | 0 | 101011 | 100011000 | 101011 | 101000 |
Color Harmonies of #743A92
Complementary color
Monochromatic Colors of #743A92
Black with #743A92
Text Example
Text Example
White with #743A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743A92; }
p { color: rgb(116,58,146); }
H1.HeaderClassName
{
color: #743A92;
}
.AnyTagClassName
{
color: #743A92;
}
</style>
background-color css
<style>
a { background-color: #743A92; }
a { background-color: rgb(116,58,146); }
div.DivClassName
{
background-color: #743A92;
}
.BgClassName
{
background-color: #743A92;
}
</style>
border-color css
<style>
span { border-color: #743A92; }
span { border-color: rgb(116,58,146); }
td.TdClassName
{
border-color: #743A92;
}
.TagClassName
{
border-color: #743A92;
}
</style>