Shades of Blue Violet #743DF3
Tints of Blue Violet #743DF3
RGB
CMYK
RGB Variations
Color information
#743DF3 (or 0x743DF3) is known color: Blue Violet. HEX triplet: 74, 3D and F3. RGB value is (116,61,243). Sum of RGB (Red+Green+Blue) = 116+61+243=420 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.62% from 420); Green value is 61 (24.22% from 255 or 14.52% from 420); Blue value is 243 (95.31% from 255 or 57.86% from 420); Max value from RGB is 243 - color contains mainly: blue. Hex color #743DF3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #743DF3 is #8BC20C. Grayscale: #616161. Windows color (decimal): -9159181 or 15940980. OLE color: 15940980.
HSL color Cylindrical-coordinate representation of color #743DF3: hue angle of 258.13º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #743DF3 is Cyan = 0.52, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 116 | 61 | 243 | - |
| CMYK | 0.52 | 0.75 | 0 | 0.05 |
| HSL | 258.13º | 0.88% | 0.6% | - |
| HSV(B) | 258.13º | 0.75% | 0.95% | - |
| XYZ | 25.05 | 13.52 | 86.08 | - |
| YUV | 98.19 | 209.72 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 61 | 243 | 0.52 | 0.75 | 0 | 0.05 | 258.13 | 0.88 | 0.6 |
| Hex | 74 | 3D | F3 | 34 | 4B | 0 | 5 | 102 | 58 | 3C |
| Octal | 164 | 75 | 363 | 64 | 113 | 0 | 5 | 402 | 130 | 74 |
| Binary | 1110100 | 111101 | 11110011 | 110100 | 1001011 | 0 | 101 | 100000010 | 1011000 | 111100 |
Color Harmonies of #743DF3
Complementary color
Monochromatic Colors of #743DF3
Black with #743DF3
Text Example
Text Example
White with #743DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743DF3; }
p { color: rgb(116,61,243); }
H1.HeaderClassName
{
color: #743DF3;
}
.AnyTagClassName
{
color: #743DF3;
}
</style>
background-color css
<style>
a { background-color: #743DF3; }
a { background-color: rgb(116,61,243); }
div.DivClassName
{
background-color: #743DF3;
}
.BgClassName
{
background-color: #743DF3;
}
</style>
border-color css
<style>
span { border-color: #743DF3; }
span { border-color: rgb(116,61,243); }
td.TdClassName
{
border-color: #743DF3;
}
.TagClassName
{
border-color: #743DF3;
}
</style>