Shades of Vivid Violet #743D8C
Tints of Vivid Violet #743D8C
RGB
CMYK
RGB Variations
Color information
#743D8C (or 0x743D8C) is known color: Vivid Violet. HEX triplet: 74, 3D and 8C. RGB value is (116,61,140). Sum of RGB (Red+Green+Blue) = 116+61+140=317 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.59% from 317); Green value is 61 (24.22% from 255 or 19.24% from 317); Blue value is 140 (55.08% from 255 or 44.16% from 317); Max value from RGB is 140 - color contains mainly: blue. Hex color #743D8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743D8C is #8BC273. Grayscale: #565656. Windows color (decimal): -9159284 or 9190772. OLE color: 9190772.
HSL color Cylindrical-coordinate representation of color #743D8C: hue angle of 281.77º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #743D8C is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 116 | 61 | 140 | - |
| CMYK | 0.17 | 0.56 | 0 | 0.45 |
| HSL | 281.77º | 0.39% | 0.39% | - |
| HSV(B) | 281.77º | 0.56% | 0.55% | - |
| XYZ | 13.6 | 8.94 | 25.82 | - |
| YUV | 86.45 | 158.22 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 61 | 140 | 0.17 | 0.56 | 0 | 0.45 | 281.77 | 0.39 | 0.39 |
| Hex | 74 | 3D | 8C | 11 | 38 | 0 | 2D | 11A | 27 | 27 |
| Octal | 164 | 75 | 214 | 21 | 70 | 0 | 55 | 432 | 47 | 47 |
| Binary | 1110100 | 111101 | 10001100 | 10001 | 111000 | 0 | 101101 | 100011010 | 100111 | 100111 |
Color Harmonies of #743D8C
Complementary color
Monochromatic Colors of #743D8C
Black with #743D8C
Text Example
Text Example
White with #743D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743D8C; }
p { color: rgb(116,61,140); }
H1.HeaderClassName
{
color: #743D8C;
}
.AnyTagClassName
{
color: #743D8C;
}
</style>
background-color css
<style>
a { background-color: #743D8C; }
a { background-color: rgb(116,61,140); }
div.DivClassName
{
background-color: #743D8C;
}
.BgClassName
{
background-color: #743D8C;
}
</style>
border-color css
<style>
span { border-color: #743D8C; }
span { border-color: rgb(116,61,140); }
td.TdClassName
{
border-color: #743D8C;
}
.TagClassName
{
border-color: #743D8C;
}
</style>