Shades of Blue Violet #741FEB
Tints of Blue Violet #741FEB
RGB
CMYK
RGB Variations
Color information
#741FEB (or 0x741FEB) is known color: Blue Violet. HEX triplet: 74, 1F and EB. RGB value is (116,31,235). Sum of RGB (Red+Green+Blue) = 116+31+235=382 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.37% from 382); Green value is 31 (12.5% from 255 or 8.12% from 382); Blue value is 235 (92.19% from 255 or 61.52% from 382); Max value from RGB is 235 - color contains mainly: blue. Hex color #741FEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #741FEB is #8BE014. Grayscale: #4E4E4E. Windows color (decimal): -9166869 or 15409012. OLE color: 15409012.
HSL color Cylindrical-coordinate representation of color #741FEB: hue angle of 265º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #741FEB is Cyan = 0.51, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 116 | 31 | 235 | - |
| CMYK | 0.51 | 0.87 | 0 | 0.08 |
| HSL | 265º | 0.84% | 0.52% | - |
| HSV(B) | 265º | 0.87% | 0.92% | - |
| XYZ | 22.69 | 10.69 | 79.47 | - |
| YUV | 79.67 | 215.66 | 153.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 31 | 235 | 0.51 | 0.87 | 0 | 0.08 | 265 | 0.84 | 0.52 |
| Hex | 74 | 1F | EB | 33 | 57 | 0 | 8 | 109 | 54 | 34 |
| Octal | 164 | 37 | 353 | 63 | 127 | 0 | 10 | 411 | 124 | 64 |
| Binary | 1110100 | 11111 | 11101011 | 110011 | 1010111 | 0 | 1000 | 100001001 | 1010100 | 110100 |
Color Harmonies of #741FEB
Complementary color
Monochromatic Colors of #741FEB
Black with #741FEB
Text Example
Text Example
White with #741FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741FEB; }
p { color: rgb(116,31,235); }
H1.HeaderClassName
{
color: #741FEB;
}
.AnyTagClassName
{
color: #741FEB;
}
</style>
background-color css
<style>
a { background-color: #741FEB; }
a { background-color: rgb(116,31,235); }
div.DivClassName
{
background-color: #741FEB;
}
.BgClassName
{
background-color: #741FEB;
}
</style>
border-color css
<style>
span { border-color: #741FEB; }
span { border-color: rgb(116,31,235); }
td.TdClassName
{
border-color: #741FEB;
}
.TagClassName
{
border-color: #741FEB;
}
</style>