Shades of Vivid Violet #743C93
Tints of Vivid Violet #743C93
RGB
CMYK
RGB Variations
Color information
#743C93 (or 0x743C93) is known color: Vivid Violet. HEX triplet: 74, 3C and 93. RGB value is (116,60,147). Sum of RGB (Red+Green+Blue) = 116+60+147=323 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.91% from 323); Green value is 60 (23.83% from 255 or 18.58% from 323); Blue value is 147 (57.81% from 255 or 45.51% from 323); Max value from RGB is 147 - color contains mainly: blue. Hex color #743C93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743C93 is #8BC36C. Grayscale: #565656. Windows color (decimal): -9159533 or 9649268. OLE color: 9649268.
HSL color Cylindrical-coordinate representation of color #743C93: hue angle of 278.62º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #743C93 is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 116 | 60 | 147 | - |
| CMYK | 0.21 | 0.59 | 0 | 0.42 |
| HSL | 278.62º | 0.42% | 0.41% | - |
| HSV(B) | 278.62º | 0.59% | 0.58% | - |
| XYZ | 14.08 | 9.05 | 28.61 | - |
| YUV | 86.66 | 162.05 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 60 | 147 | 0.21 | 0.59 | 0 | 0.42 | 278.62 | 0.42 | 0.41 |
| Hex | 74 | 3C | 93 | 15 | 3B | 0 | 2A | 117 | 2A | 29 |
| Octal | 164 | 74 | 223 | 25 | 73 | 0 | 52 | 427 | 52 | 51 |
| Binary | 1110100 | 111100 | 10010011 | 10101 | 111011 | 0 | 101010 | 100010111 | 101010 | 101001 |
Color Harmonies of #743C93
Complementary color
Monochromatic Colors of #743C93
Black with #743C93
Text Example
Text Example
White with #743C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743C93; }
p { color: rgb(116,60,147); }
H1.HeaderClassName
{
color: #743C93;
}
.AnyTagClassName
{
color: #743C93;
}
</style>
background-color css
<style>
a { background-color: #743C93; }
a { background-color: rgb(116,60,147); }
div.DivClassName
{
background-color: #743C93;
}
.BgClassName
{
background-color: #743C93;
}
</style>
border-color css
<style>
span { border-color: #743C93; }
span { border-color: rgb(116,60,147); }
td.TdClassName
{
border-color: #743C93;
}
.TagClassName
{
border-color: #743C93;
}
</style>