Shades of Blue Violet #743EFF
Tints of Blue Violet #743EFF
RGB
CMYK
RGB Variations
Color information
#743EFF (or 0x743EFF) is known color: Blue Violet. HEX triplet: 74, 3E and FF. RGB value is (116,62,255). Sum of RGB (Red+Green+Blue) = 116+62+255=433 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.79% from 433); Green value is 62 (24.61% from 255 or 14.32% from 433); Blue value is 255 (100% from 255 or 58.89% from 433); Max value from RGB is 255 - color contains mainly: blue. Hex color #743EFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #743EFF is #8BC100. Grayscale: #636363. Windows color (decimal): -9158913 or 16727668. OLE color: 16727668.
HSL color Cylindrical-coordinate representation of color #743EFF: hue angle of 256.79º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #743EFF is Cyan = 0.55, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 116 | 62 | 255 | - |
| CMYK | 0.55 | 0.76 | 0 | 0 |
| HSL | 256.79º | 1% | 0.62% | - |
| HSV(B) | 256.79º | 0.76% | 1% | - |
| XYZ | 26.98 | 14.38 | 95.96 | - |
| YUV | 100.15 | 215.39 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 62 | 255 | 0.55 | 0.76 | 0 | 0 | 256.79 | 1 | 0.62 |
| Hex | 74 | 3E | FF | 37 | 4C | 0 | 0 | 101 | 64 | 3E |
| Octal | 164 | 76 | 377 | 67 | 114 | 0 | 0 | 401 | 144 | 76 |
| Binary | 1110100 | 111110 | 11111111 | 110111 | 1001100 | 0 | 0 | 100000001 | 1100100 | 111110 |
Color Harmonies of #743EFF
Complementary color
Monochromatic Colors of #743EFF
Black with #743EFF
Text Example
Text Example
White with #743EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743EFF; }
p { color: rgb(116,62,255); }
H1.HeaderClassName
{
color: #743EFF;
}
.AnyTagClassName
{
color: #743EFF;
}
</style>
background-color css
<style>
a { background-color: #743EFF; }
a { background-color: rgb(116,62,255); }
div.DivClassName
{
background-color: #743EFF;
}
.BgClassName
{
background-color: #743EFF;
}
</style>
border-color css
<style>
span { border-color: #743EFF; }
span { border-color: rgb(116,62,255); }
td.TdClassName
{
border-color: #743EFF;
}
.TagClassName
{
border-color: #743EFF;
}
</style>