Shades of Blue Violet #743CF3
Tints of Blue Violet #743CF3
RGB
CMYK
RGB Variations
Color information
#743CF3 (or 0x743CF3) is known color: Blue Violet. HEX triplet: 74, 3C and F3. RGB value is (116,60,243). Sum of RGB (Red+Green+Blue) = 116+60+243=419 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.68% from 419); Green value is 60 (23.83% from 255 or 14.32% from 419); Blue value is 243 (95.31% from 255 or 58.00% from 419); Max value from RGB is 243 - color contains mainly: blue. Hex color #743CF3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #743CF3 is #8BC30C. Grayscale: #606060. Windows color (decimal): -9159437 or 15940724. OLE color: 15940724.
HSL color Cylindrical-coordinate representation of color #743CF3: hue angle of 258.36º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #743CF3 is Cyan = 0.52, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 116 | 60 | 243 | - |
| CMYK | 0.52 | 0.75 | 0 | 0.05 |
| HSL | 258.36º | 0.88% | 0.59% | - |
| HSV(B) | 258.36º | 0.75% | 0.95% | - |
| XYZ | 25 | 13.42 | 86.07 | - |
| YUV | 97.61 | 210.05 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 60 | 243 | 0.52 | 0.75 | 0 | 0.05 | 258.36 | 0.88 | 0.59 |
| Hex | 74 | 3C | F3 | 34 | 4B | 0 | 5 | 102 | 58 | 3B |
| Octal | 164 | 74 | 363 | 64 | 113 | 0 | 5 | 402 | 130 | 73 |
| Binary | 1110100 | 111100 | 11110011 | 110100 | 1001011 | 0 | 101 | 100000010 | 1011000 | 111011 |
Color Harmonies of #743CF3
Complementary color
Monochromatic Colors of #743CF3
Black with #743CF3
Text Example
Text Example
White with #743CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743CF3; }
p { color: rgb(116,60,243); }
H1.HeaderClassName
{
color: #743CF3;
}
.AnyTagClassName
{
color: #743CF3;
}
</style>
background-color css
<style>
a { background-color: #743CF3; }
a { background-color: rgb(116,60,243); }
div.DivClassName
{
background-color: #743CF3;
}
.BgClassName
{
background-color: #743CF3;
}
</style>
border-color css
<style>
span { border-color: #743CF3; }
span { border-color: rgb(116,60,243); }
td.TdClassName
{
border-color: #743CF3;
}
.TagClassName
{
border-color: #743CF3;
}
</style>