Shades of Blue Violet #743CE0
Tints of Blue Violet #743CE0
RGB
CMYK
RGB Variations
Color information
#743CE0 (or 0x743CE0) is known color: Blue Violet. HEX triplet: 74, 3C and E0. RGB value is (116,60,224). Sum of RGB (Red+Green+Blue) = 116+60+224=400 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29% from 400); Green value is 60 (23.83% from 255 or 15% from 400); Blue value is 224 (87.89% from 255 or 56% from 400); Max value from RGB is 224 - color contains mainly: blue. Hex color #743CE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #743CE0 is #8BC31F. Grayscale: #5E5E5E. Windows color (decimal): -9159456 or 14695540. OLE color: 14695540.
HSL color Cylindrical-coordinate representation of color #743CE0: hue angle of 260.49º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #743CE0 is Cyan = 0.48, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 116 | 60 | 224 | - |
| CMYK | 0.48 | 0.73 | 0 | 0.12 |
| HSL | 260.49º | 0.73% | 0.56% | - |
| HSV(B) | 260.49º | 0.73% | 0.88% | - |
| XYZ | 22.27 | 12.33 | 71.73 | - |
| YUV | 95.44 | 200.55 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 60 | 224 | 0.48 | 0.73 | 0 | 0.12 | 260.49 | 0.73 | 0.56 |
| Hex | 74 | 3C | E0 | 30 | 49 | 0 | C | 104 | 49 | 38 |
| Octal | 164 | 74 | 340 | 60 | 111 | 0 | 14 | 404 | 111 | 70 |
| Binary | 1110100 | 111100 | 11100000 | 110000 | 1001001 | 0 | 1100 | 100000100 | 1001001 | 111000 |
Color Harmonies of #743CE0
Complementary color
Monochromatic Colors of #743CE0
Black with #743CE0
Text Example
Text Example
White with #743CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743CE0; }
p { color: rgb(116,60,224); }
H1.HeaderClassName
{
color: #743CE0;
}
.AnyTagClassName
{
color: #743CE0;
}
</style>
background-color css
<style>
a { background-color: #743CE0; }
a { background-color: rgb(116,60,224); }
div.DivClassName
{
background-color: #743CE0;
}
.BgClassName
{
background-color: #743CE0;
}
</style>
border-color css
<style>
span { border-color: #743CE0; }
span { border-color: rgb(116,60,224); }
td.TdClassName
{
border-color: #743CE0;
}
.TagClassName
{
border-color: #743CE0;
}
</style>