Shades of Blue Violet #743BF0
Tints of Blue Violet #743BF0
RGB
CMYK
RGB Variations
Color information
#743BF0 (or 0x743BF0) is known color: Blue Violet. HEX triplet: 74, 3B and F0. RGB value is (116,59,240). Sum of RGB (Red+Green+Blue) = 116+59+240=415 (54% of max value = 765). Red value is 116 (45.70% from 255 or 27.95% from 415); Green value is 59 (23.44% from 255 or 14.22% from 415); Blue value is 240 (94.14% from 255 or 57.83% from 415); Max value from RGB is 240 - color contains mainly: blue. Hex color #743BF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #743BF0 is #8BC40F. Grayscale: #606060. Windows color (decimal): -9159696 or 15743860. OLE color: 15743860.
HSL color Cylindrical-coordinate representation of color #743BF0: hue angle of 258.9º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #743BF0 is Cyan = 0.52, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 116 | 59 | 240 | - |
| CMYK | 0.52 | 0.75 | 0 | 0.06 |
| HSL | 258.9º | 0.86% | 0.59% | - |
| HSV(B) | 258.9º | 0.75% | 0.94% | - |
| XYZ | 24.49 | 13.13 | 83.68 | - |
| YUV | 96.68 | 208.88 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 59 | 240 | 0.52 | 0.75 | 0 | 0.06 | 258.9 | 0.86 | 0.59 |
| Hex | 74 | 3B | F0 | 34 | 4B | 0 | 6 | 103 | 56 | 3B |
| Octal | 164 | 73 | 360 | 64 | 113 | 0 | 6 | 403 | 126 | 73 |
| Binary | 1110100 | 111011 | 11110000 | 110100 | 1001011 | 0 | 110 | 100000011 | 1010110 | 111011 |
Color Harmonies of #743BF0
Complementary color
Monochromatic Colors of #743BF0
Black with #743BF0
Text Example
Text Example
White with #743BF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743BF0; }
p { color: rgb(116,59,240); }
H1.HeaderClassName
{
color: #743BF0;
}
.AnyTagClassName
{
color: #743BF0;
}
</style>
background-color css
<style>
a { background-color: #743BF0; }
a { background-color: rgb(116,59,240); }
div.DivClassName
{
background-color: #743BF0;
}
.BgClassName
{
background-color: #743BF0;
}
</style>
border-color css
<style>
span { border-color: #743BF0; }
span { border-color: rgb(116,59,240); }
td.TdClassName
{
border-color: #743BF0;
}
.TagClassName
{
border-color: #743BF0;
}
</style>