Shades of Blue Violet #743DF9
Tints of Blue Violet #743DF9
RGB
CMYK
RGB Variations
Color information
#743DF9 (or 0x743DF9) is known color: Blue Violet. HEX triplet: 74, 3D and F9. RGB value is (116,61,249). Sum of RGB (Red+Green+Blue) = 116+61+249=426 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.23% from 426); Green value is 61 (24.22% from 255 or 14.32% from 426); Blue value is 249 (97.66% from 255 or 58.45% from 426); Max value from RGB is 249 - color contains mainly: blue. Hex color #743DF9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #743DF9 is #8BC206. Grayscale: #626262. Windows color (decimal): -9159175 or 16334196. OLE color: 16334196.
HSL color Cylindrical-coordinate representation of color #743DF9: hue angle of 257.55º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #743DF9 is Cyan = 0.53, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 61 | 249 | - |
| CMYK | 0.53 | 0.76 | 0 | 0.02 |
| HSL | 257.55º | 0.94% | 0.61% | - |
| HSV(B) | 257.55º | 0.76% | 0.98% | - |
| XYZ | 25.97 | 13.89 | 90.93 | - |
| YUV | 98.88 | 212.72 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 61 | 249 | 0.53 | 0.76 | 0 | 0.02 | 257.55 | 0.94 | 0.61 |
| Hex | 74 | 3D | F9 | 35 | 4C | 0 | 2 | 102 | 5E | 3D |
| Octal | 164 | 75 | 371 | 65 | 114 | 0 | 2 | 402 | 136 | 75 |
| Binary | 1110100 | 111101 | 11111001 | 110101 | 1001100 | 0 | 10 | 100000010 | 1011110 | 111101 |
Color Harmonies of #743DF9
Complementary color
Monochromatic Colors of #743DF9
Black with #743DF9
Text Example
Text Example
White with #743DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743DF9; }
p { color: rgb(116,61,249); }
H1.HeaderClassName
{
color: #743DF9;
}
.AnyTagClassName
{
color: #743DF9;
}
</style>
background-color css
<style>
a { background-color: #743DF9; }
a { background-color: rgb(116,61,249); }
div.DivClassName
{
background-color: #743DF9;
}
.BgClassName
{
background-color: #743DF9;
}
</style>
border-color css
<style>
span { border-color: #743DF9; }
span { border-color: rgb(116,61,249); }
td.TdClassName
{
border-color: #743DF9;
}
.TagClassName
{
border-color: #743DF9;
}
</style>