Shades of Blue Violet #743FFE
Tints of Blue Violet #743FFE
RGB
CMYK
RGB Variations
Color information
#743FFE (or 0x743FFE) is known color: Blue Violet. HEX triplet: 74, 3F and FE. RGB value is (116,63,254). Sum of RGB (Red+Green+Blue) = 116+63+254=433 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.79% from 433); Green value is 63 (25% from 255 or 14.55% from 433); Blue value is 254 (99.61% from 255 or 58.66% from 433); Max value from RGB is 254 - color contains mainly: blue. Hex color #743FFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #743FFE is #8BC001. Grayscale: #636363. Windows color (decimal): -9158658 or 16662388. OLE color: 16662388.
HSL color Cylindrical-coordinate representation of color #743FFE: hue angle of 256.65º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #743FFE is Cyan = 0.54, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 116 | 63 | 254 | - |
| CMYK | 0.54 | 0.75 | 0 | 0.00 |
| HSL | 256.65º | 0.99% | 0.62% | - |
| HSV(B) | 256.65º | 0.75% | 1% | - |
| XYZ | 26.87 | 14.42 | 95.13 | - |
| YUV | 100.62 | 214.56 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 63 | 254 | 0.54 | 0.75 | 0 | 0.00 | 256.65 | 0.99 | 0.62 |
| Hex | 74 | 3F | FE | 36 | 4B | 0 | 0 | 101 | 63 | 3E |
| Octal | 164 | 77 | 376 | 66 | 113 | 0 | 0 | 401 | 143 | 76 |
| Binary | 1110100 | 111111 | 11111110 | 110110 | 1001011 | 0 | 0 | 100000001 | 1100011 | 111110 |
Color Harmonies of #743FFE
Complementary color
Monochromatic Colors of #743FFE
Black with #743FFE
Text Example
Text Example
White with #743FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743FFE; }
p { color: rgb(116,63,254); }
H1.HeaderClassName
{
color: #743FFE;
}
.AnyTagClassName
{
color: #743FFE;
}
</style>
background-color css
<style>
a { background-color: #743FFE; }
a { background-color: rgb(116,63,254); }
div.DivClassName
{
background-color: #743FFE;
}
.BgClassName
{
background-color: #743FFE;
}
</style>
border-color css
<style>
span { border-color: #743FFE; }
span { border-color: rgb(116,63,254); }
td.TdClassName
{
border-color: #743FFE;
}
.TagClassName
{
border-color: #743FFE;
}
</style>