Shades of Blue Violet #743DE4
Tints of Blue Violet #743DE4
RGB
CMYK
RGB Variations
Color information
#743DE4 (or 0x743DE4) is known color: Blue Violet. HEX triplet: 74, 3D and E4. RGB value is (116,61,228). Sum of RGB (Red+Green+Blue) = 116+61+228=405 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.64% from 405); Green value is 61 (24.22% from 255 or 15.06% from 405); Blue value is 228 (89.45% from 255 or 56.30% from 405); Max value from RGB is 228 - color contains mainly: blue. Hex color #743DE4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #743DE4 is #8BC21B. Grayscale: #5F5F5F. Windows color (decimal): -9159196 or 14957940. OLE color: 14957940.
HSL color Cylindrical-coordinate representation of color #743DE4: hue angle of 259.76º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #743DE4 is Cyan = 0.49, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 116 | 61 | 228 | - |
| CMYK | 0.49 | 0.73 | 0 | 0.11 |
| HSL | 259.76º | 0.76% | 0.57% | - |
| HSV(B) | 259.76º | 0.73% | 0.89% | - |
| XYZ | 22.87 | 12.65 | 74.64 | - |
| YUV | 96.48 | 202.22 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 61 | 228 | 0.49 | 0.73 | 0 | 0.11 | 259.76 | 0.76 | 0.57 |
| Hex | 74 | 3D | E4 | 31 | 49 | 0 | B | 104 | 4C | 39 |
| Octal | 164 | 75 | 344 | 61 | 111 | 0 | 13 | 404 | 114 | 71 |
| Binary | 1110100 | 111101 | 11100100 | 110001 | 1001001 | 0 | 1011 | 100000100 | 1001100 | 111001 |
Color Harmonies of #743DE4
Complementary color
Monochromatic Colors of #743DE4
Black with #743DE4
Text Example
Text Example
White with #743DE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743DE4; }
p { color: rgb(116,61,228); }
H1.HeaderClassName
{
color: #743DE4;
}
.AnyTagClassName
{
color: #743DE4;
}
</style>
background-color css
<style>
a { background-color: #743DE4; }
a { background-color: rgb(116,61,228); }
div.DivClassName
{
background-color: #743DE4;
}
.BgClassName
{
background-color: #743DE4;
}
</style>
border-color css
<style>
span { border-color: #743DE4; }
span { border-color: rgb(116,61,228); }
td.TdClassName
{
border-color: #743DE4;
}
.TagClassName
{
border-color: #743DE4;
}
</style>