Shades of Blue Violet #741EF3
Tints of Blue Violet #741EF3
RGB
CMYK
RGB Variations
Color information
#741EF3 (or 0x741EF3) is known color: Blue Violet. HEX triplet: 74, 1E and F3. RGB value is (116,30,243). Sum of RGB (Red+Green+Blue) = 116+30+243=389 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.82% from 389); Green value is 30 (12.11% from 255 or 7.71% from 389); Blue value is 243 (95.31% from 255 or 62.47% from 389); Max value from RGB is 243 - color contains mainly: blue. Hex color #741EF3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #741EF3 is #8BE10C. Grayscale: #4F4F4F. Windows color (decimal): -9167117 or 15933044. OLE color: 15933044.
HSL color Cylindrical-coordinate representation of color #741EF3: hue angle of 264.23º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #741EF3 is Cyan = 0.52, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 116 | 30 | 243 | - |
| CMYK | 0.52 | 0.88 | 0 | 0.05 |
| HSL | 264.23º | 0.9% | 0.54% | - |
| HSV(B) | 264.23º | 0.88% | 0.95% | - |
| XYZ | 23.84 | 11.11 | 85.68 | - |
| YUV | 80 | 219.99 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 30 | 243 | 0.52 | 0.88 | 0 | 0.05 | 264.23 | 0.9 | 0.54 |
| Hex | 74 | 1E | F3 | 34 | 58 | 0 | 5 | 108 | 5A | 36 |
| Octal | 164 | 36 | 363 | 64 | 130 | 0 | 5 | 410 | 132 | 66 |
| Binary | 1110100 | 11110 | 11110011 | 110100 | 1011000 | 0 | 101 | 100001000 | 1011010 | 110110 |
Color Harmonies of #741EF3
Complementary color
Monochromatic Colors of #741EF3
Black with #741EF3
Text Example
Text Example
White with #741EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741EF3; }
p { color: rgb(116,30,243); }
H1.HeaderClassName
{
color: #741EF3;
}
.AnyTagClassName
{
color: #741EF3;
}
</style>
background-color css
<style>
a { background-color: #741EF3; }
a { background-color: rgb(116,30,243); }
div.DivClassName
{
background-color: #741EF3;
}
.BgClassName
{
background-color: #741EF3;
}
</style>
border-color css
<style>
span { border-color: #741EF3; }
span { border-color: rgb(116,30,243); }
td.TdClassName
{
border-color: #741EF3;
}
.TagClassName
{
border-color: #741EF3;
}
</style>