Shades of Blue Violet #741EF1
Tints of Blue Violet #741EF1
RGB
CMYK
RGB Variations
Color information
#741EF1 (or 0x741EF1) is known color: Blue Violet. HEX triplet: 74, 1E and F1. RGB value is (116,30,241). Sum of RGB (Red+Green+Blue) = 116+30+241=387 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.97% from 387); Green value is 30 (12.11% from 255 or 7.75% from 387); Blue value is 241 (94.53% from 255 or 62.27% from 387); Max value from RGB is 241 - color contains mainly: blue. Hex color #741EF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #741EF1 is #8BE10E. Grayscale: #4F4F4F. Windows color (decimal): -9167119 or 15801972. OLE color: 15801972.
HSL color Cylindrical-coordinate representation of color #741EF1: hue angle of 264.45º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #741EF1 is Cyan = 0.52, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 116 | 30 | 241 | - |
| CMYK | 0.52 | 0.88 | 0 | 0.05 |
| HSL | 264.46º | 0.88% | 0.53% | - |
| HSV(B) | 264.46º | 0.88% | 0.95% | - |
| XYZ | 23.54 | 10.99 | 84.1 | - |
| YUV | 79.77 | 218.99 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 30 | 241 | 0.52 | 0.88 | 0 | 0.05 | 264.46 | 0.88 | 0.53 |
| Hex | 74 | 1E | F1 | 34 | 58 | 0 | 5 | 108 | 58 | 35 |
| Octal | 164 | 36 | 361 | 64 | 130 | 0 | 5 | 410 | 130 | 65 |
| Binary | 1110100 | 11110 | 11110001 | 110100 | 1011000 | 0 | 101 | 100001000 | 1011000 | 110101 |
Color Harmonies of #741EF1
Complementary color
Monochromatic Colors of #741EF1
Black with #741EF1
Text Example
Text Example
White with #741EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741EF1; }
p { color: rgb(116,30,241); }
H1.HeaderClassName
{
color: #741EF1;
}
.AnyTagClassName
{
color: #741EF1;
}
</style>
background-color css
<style>
a { background-color: #741EF1; }
a { background-color: rgb(116,30,241); }
div.DivClassName
{
background-color: #741EF1;
}
.BgClassName
{
background-color: #741EF1;
}
</style>
border-color css
<style>
span { border-color: #741EF1; }
span { border-color: rgb(116,30,241); }
td.TdClassName
{
border-color: #741EF1;
}
.TagClassName
{
border-color: #741EF1;
}
</style>