Shades of Blue Violet #743FFA
Tints of Blue Violet #743FFA
RGB
CMYK
RGB Variations
Color information
#743FFA (or 0x743FFA) is known color: Blue Violet. HEX triplet: 74, 3F and FA. RGB value is (116,63,250). Sum of RGB (Red+Green+Blue) = 116+63+250=429 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.04% from 429); Green value is 63 (25% from 255 or 14.69% from 429); Blue value is 250 (98.05% from 255 or 58.28% from 429); Max value from RGB is 250 - color contains mainly: blue. Hex color #743FFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #743FFA is #8BC005. Grayscale: #636363. Windows color (decimal): -9158662 or 16400244. OLE color: 16400244.
HSL color Cylindrical-coordinate representation of color #743FFA: hue angle of 257.01º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #743FFA is Cyan = 0.54, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 63 | 250 | - |
| CMYK | 0.54 | 0.75 | 0 | 0.02 |
| HSL | 257.01º | 0.95% | 0.61% | - |
| HSV(B) | 257.01º | 0.75% | 0.98% | - |
| XYZ | 26.24 | 14.17 | 91.79 | - |
| YUV | 100.17 | 212.56 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 63 | 250 | 0.54 | 0.75 | 0 | 0.02 | 257.01 | 0.95 | 0.61 |
| Hex | 74 | 3F | FA | 36 | 4B | 0 | 2 | 101 | 5F | 3D |
| Octal | 164 | 77 | 372 | 66 | 113 | 0 | 2 | 401 | 137 | 75 |
| Binary | 1110100 | 111111 | 11111010 | 110110 | 1001011 | 0 | 10 | 100000001 | 1011111 | 111101 |
Color Harmonies of #743FFA
Complementary color
Monochromatic Colors of #743FFA
Black with #743FFA
Text Example
Text Example
White with #743FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743FFA; }
p { color: rgb(116,63,250); }
H1.HeaderClassName
{
color: #743FFA;
}
.AnyTagClassName
{
color: #743FFA;
}
</style>
background-color css
<style>
a { background-color: #743FFA; }
a { background-color: rgb(116,63,250); }
div.DivClassName
{
background-color: #743FFA;
}
.BgClassName
{
background-color: #743FFA;
}
</style>
border-color css
<style>
span { border-color: #743FFA; }
span { border-color: rgb(116,63,250); }
td.TdClassName
{
border-color: #743FFA;
}
.TagClassName
{
border-color: #743FFA;
}
</style>