Shades of Blue Violet #743AFB
Tints of Blue Violet #743AFB
RGB
CMYK
RGB Variations
Color information
#743AFB (or 0x743AFB) is known color: Blue Violet. HEX triplet: 74, 3A and FB. RGB value is (116,58,251). Sum of RGB (Red+Green+Blue) = 116+58+251=425 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.29% from 425); Green value is 58 (23.05% from 255 or 13.65% from 425); Blue value is 251 (98.44% from 255 or 59.06% from 425); Max value from RGB is 251 - color contains mainly: blue. Hex color #743AFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #743AFB is #8BC504. Grayscale: #606060. Windows color (decimal): -9159941 or 16464500. OLE color: 16464500.
HSL color Cylindrical-coordinate representation of color #743AFB: hue angle of 258.03º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #743AFB is Cyan = 0.54, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 58 | 251 | - |
| CMYK | 0.54 | 0.77 | 0 | 0.02 |
| HSL | 258.03º | 0.96% | 0.61% | - |
| HSV(B) | 258.03º | 0.77% | 0.98% | - |
| XYZ | 26.13 | 13.7 | 92.53 | - |
| YUV | 97.34 | 214.72 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 58 | 251 | 0.54 | 0.77 | 0 | 0.02 | 258.03 | 0.96 | 0.61 |
| Hex | 74 | 3A | FB | 36 | 4D | 0 | 2 | 102 | 60 | 3D |
| Octal | 164 | 72 | 373 | 66 | 115 | 0 | 2 | 402 | 140 | 75 |
| Binary | 1110100 | 111010 | 11111011 | 110110 | 1001101 | 0 | 10 | 100000010 | 1100000 | 111101 |
Color Harmonies of #743AFB
Complementary color
Monochromatic Colors of #743AFB
Black with #743AFB
Text Example
Text Example
White with #743AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743AFB; }
p { color: rgb(116,58,251); }
H1.HeaderClassName
{
color: #743AFB;
}
.AnyTagClassName
{
color: #743AFB;
}
</style>
background-color css
<style>
a { background-color: #743AFB; }
a { background-color: rgb(116,58,251); }
div.DivClassName
{
background-color: #743AFB;
}
.BgClassName
{
background-color: #743AFB;
}
</style>
border-color css
<style>
span { border-color: #743AFB; }
span { border-color: rgb(116,58,251); }
td.TdClassName
{
border-color: #743AFB;
}
.TagClassName
{
border-color: #743AFB;
}
</style>