Shades of Blue Violet #743FDE
Tints of Blue Violet #743FDE
RGB
CMYK
RGB Variations
Color information
#743FDE (or 0x743FDE) is known color: Blue Violet. HEX triplet: 74, 3F and DE. RGB value is (116,63,222). Sum of RGB (Red+Green+Blue) = 116+63+222=401 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.93% from 401); Green value is 63 (25% from 255 or 15.71% from 401); Blue value is 222 (87.11% from 255 or 55.36% from 401); Max value from RGB is 222 - color contains mainly: blue. Hex color #743FDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #743FDE is #8BC021. Grayscale: #606060. Windows color (decimal): -9158690 or 14565236. OLE color: 14565236.
HSL color Cylindrical-coordinate representation of color #743FDE: hue angle of 260º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #743FDE is Cyan = 0.48, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 63 | 222 | - |
| CMYK | 0.48 | 0.72 | 0 | 0.13 |
| HSL | 260º | 0.71% | 0.56% | - |
| HSV(B) | 260º | 0.72% | 0.87% | - |
| XYZ | 22.16 | 12.54 | 70.36 | - |
| YUV | 96.97 | 198.56 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 63 | 222 | 0.48 | 0.72 | 0 | 0.13 | 260 | 0.71 | 0.56 |
| Hex | 74 | 3F | DE | 30 | 48 | 0 | D | 104 | 47 | 38 |
| Octal | 164 | 77 | 336 | 60 | 110 | 0 | 15 | 404 | 107 | 70 |
| Binary | 1110100 | 111111 | 11011110 | 110000 | 1001000 | 0 | 1101 | 100000100 | 1000111 | 111000 |
Color Harmonies of #743FDE
Complementary color
Monochromatic Colors of #743FDE
Black with #743FDE
Text Example
Text Example
White with #743FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743FDE; }
p { color: rgb(116,63,222); }
H1.HeaderClassName
{
color: #743FDE;
}
.AnyTagClassName
{
color: #743FDE;
}
</style>
background-color css
<style>
a { background-color: #743FDE; }
a { background-color: rgb(116,63,222); }
div.DivClassName
{
background-color: #743FDE;
}
.BgClassName
{
background-color: #743FDE;
}
</style>
border-color css
<style>
span { border-color: #743FDE; }
span { border-color: rgb(116,63,222); }
td.TdClassName
{
border-color: #743FDE;
}
.TagClassName
{
border-color: #743FDE;
}
</style>