Shades of Blue Violet #743FE7
Tints of Blue Violet #743FE7
RGB
CMYK
RGB Variations
Color information
#743FE7 (or 0x743FE7) is known color: Blue Violet. HEX triplet: 74, 3F and E7. RGB value is (116,63,231). Sum of RGB (Red+Green+Blue) = 116+63+231=410 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.29% from 410); Green value is 63 (25% from 255 or 15.37% from 410); Blue value is 231 (90.62% from 255 or 56.34% from 410); Max value from RGB is 231 - color contains mainly: blue. Hex color #743FE7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #743FE7 is #8BC018. Grayscale: #616161. Windows color (decimal): -9158681 or 15155060. OLE color: 15155060.
HSL color Cylindrical-coordinate representation of color #743FE7: hue angle of 258.93º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #743FE7 is Cyan = 0.50, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 116 | 63 | 231 | - |
| CMYK | 0.50 | 0.73 | 0 | 0.09 |
| HSL | 258.93º | 0.78% | 0.58% | - |
| HSV(B) | 258.93º | 0.73% | 0.91% | - |
| XYZ | 23.4 | 13.04 | 76.88 | - |
| YUV | 98 | 203.06 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 63 | 231 | 0.50 | 0.73 | 0 | 0.09 | 258.93 | 0.78 | 0.58 |
| Hex | 74 | 3F | E7 | 32 | 49 | 0 | 9 | 103 | 4E | 3A |
| Octal | 164 | 77 | 347 | 62 | 111 | 0 | 11 | 403 | 116 | 72 |
| Binary | 1110100 | 111111 | 11100111 | 110010 | 1001001 | 0 | 1001 | 100000011 | 1001110 | 111010 |
Color Harmonies of #743FE7
Complementary color
Monochromatic Colors of #743FE7
Black with #743FE7
Text Example
Text Example
White with #743FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743FE7; }
p { color: rgb(116,63,231); }
H1.HeaderClassName
{
color: #743FE7;
}
.AnyTagClassName
{
color: #743FE7;
}
</style>
background-color css
<style>
a { background-color: #743FE7; }
a { background-color: rgb(116,63,231); }
div.DivClassName
{
background-color: #743FE7;
}
.BgClassName
{
background-color: #743FE7;
}
</style>
border-color css
<style>
span { border-color: #743FE7; }
span { border-color: rgb(116,63,231); }
td.TdClassName
{
border-color: #743FE7;
}
.TagClassName
{
border-color: #743FE7;
}
</style>