Shades of Blue Violet #743DEC
Tints of Blue Violet #743DEC
RGB
CMYK
RGB Variations
Color information
#743DEC (or 0x743DEC) is known color: Blue Violet. HEX triplet: 74, 3D and EC. RGB value is (116,61,236). Sum of RGB (Red+Green+Blue) = 116+61+236=413 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.09% from 413); Green value is 61 (24.22% from 255 or 14.77% from 413); Blue value is 236 (92.58% from 255 or 57.14% from 413); Max value from RGB is 236 - color contains mainly: blue. Hex color #743DEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #743DEC is #8BC213. Grayscale: #606060. Windows color (decimal): -9159188 or 15482228. OLE color: 15482228.
HSL color Cylindrical-coordinate representation of color #743DEC: hue angle of 258.86º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #743DEC is Cyan = 0.51, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 61 | 236 | - |
| CMYK | 0.51 | 0.74 | 0 | 0.07 |
| HSL | 258.86º | 0.82% | 0.58% | - |
| HSV(B) | 258.86º | 0.74% | 0.93% | - |
| XYZ | 24.01 | 13.11 | 80.62 | - |
| YUV | 97.4 | 206.22 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 61 | 236 | 0.51 | 0.74 | 0 | 0.07 | 258.86 | 0.82 | 0.58 |
| Hex | 74 | 3D | EC | 33 | 4A | 0 | 7 | 103 | 52 | 3A |
| Octal | 164 | 75 | 354 | 63 | 112 | 0 | 7 | 403 | 122 | 72 |
| Binary | 1110100 | 111101 | 11101100 | 110011 | 1001010 | 0 | 111 | 100000011 | 1010010 | 111010 |
Color Harmonies of #743DEC
Complementary color
Monochromatic Colors of #743DEC
Black with #743DEC
Text Example
Text Example
White with #743DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743DEC; }
p { color: rgb(116,61,236); }
H1.HeaderClassName
{
color: #743DEC;
}
.AnyTagClassName
{
color: #743DEC;
}
</style>
background-color css
<style>
a { background-color: #743DEC; }
a { background-color: rgb(116,61,236); }
div.DivClassName
{
background-color: #743DEC;
}
.BgClassName
{
background-color: #743DEC;
}
</style>
border-color css
<style>
span { border-color: #743DEC; }
span { border-color: rgb(116,61,236); }
td.TdClassName
{
border-color: #743DEC;
}
.TagClassName
{
border-color: #743DEC;
}
</style>