Shades of Blue Violet #741FEF
Tints of Blue Violet #741FEF
RGB
CMYK
RGB Variations
Color information
#741FEF (or 0x741FEF) is known color: Blue Violet. HEX triplet: 74, 1F and EF. RGB value is (116,31,239). Sum of RGB (Red+Green+Blue) = 116+31+239=386 (51% of max value = 765). Red value is 116 (45.70% from 255 or 30.05% from 386); Green value is 31 (12.5% from 255 or 8.03% from 386); Blue value is 239 (93.75% from 255 or 61.92% from 386); Max value from RGB is 239 - color contains mainly: blue. Hex color #741FEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #741FEF is #8BE010. Grayscale: #4F4F4F. Windows color (decimal): -9166865 or 15671156. OLE color: 15671156.
HSL color Cylindrical-coordinate representation of color #741FEF: hue angle of 264.52º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #741FEF is Cyan = 0.51, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 116 | 31 | 239 | - |
| CMYK | 0.51 | 0.87 | 0 | 0.06 |
| HSL | 264.52º | 0.87% | 0.53% | - |
| HSV(B) | 264.52º | 0.87% | 0.94% | - |
| XYZ | 23.27 | 10.92 | 82.54 | - |
| YUV | 80.13 | 217.66 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 31 | 239 | 0.51 | 0.87 | 0 | 0.06 | 264.52 | 0.87 | 0.53 |
| Hex | 74 | 1F | EF | 33 | 57 | 0 | 6 | 109 | 57 | 35 |
| Octal | 164 | 37 | 357 | 63 | 127 | 0 | 6 | 411 | 127 | 65 |
| Binary | 1110100 | 11111 | 11101111 | 110011 | 1010111 | 0 | 110 | 100001001 | 1010111 | 110101 |
Color Harmonies of #741FEF
Complementary color
Monochromatic Colors of #741FEF
Black with #741FEF
Text Example
Text Example
White with #741FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741FEF; }
p { color: rgb(116,31,239); }
H1.HeaderClassName
{
color: #741FEF;
}
.AnyTagClassName
{
color: #741FEF;
}
</style>
background-color css
<style>
a { background-color: #741FEF; }
a { background-color: rgb(116,31,239); }
div.DivClassName
{
background-color: #741FEF;
}
.BgClassName
{
background-color: #741FEF;
}
</style>
border-color css
<style>
span { border-color: #741FEF; }
span { border-color: rgb(116,31,239); }
td.TdClassName
{
border-color: #741FEF;
}
.TagClassName
{
border-color: #741FEF;
}
</style>