Shades of Blue Violet #741FF0
Tints of Blue Violet #741FF0
RGB
CMYK
RGB Variations
Color information
#741FF0 (or 0x741FF0) is known color: Blue Violet. HEX triplet: 74, 1F and F0. RGB value is (116,31,240). Sum of RGB (Red+Green+Blue) = 116+31+240=387 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.97% from 387); Green value is 31 (12.5% from 255 or 8.01% from 387); Blue value is 240 (94.14% from 255 or 62.02% from 387); Max value from RGB is 240 - color contains mainly: blue. Hex color #741FF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #741FF0 is #8BE00F. Grayscale: #4F4F4F. Windows color (decimal): -9166864 or 15736692. OLE color: 15736692.
HSL color Cylindrical-coordinate representation of color #741FF0: hue angle of 264.4º 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 #741FF0 is Cyan = 0.52, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 116 | 31 | 240 | - |
| CMYK | 0.52 | 0.87 | 0 | 0.06 |
| HSL | 264.4º | 0.87% | 0.53% | - |
| HSV(B) | 264.4º | 0.87% | 0.94% | - |
| XYZ | 23.42 | 10.98 | 83.32 | - |
| YUV | 80.24 | 218.16 | 153.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 31 | 240 | 0.52 | 0.87 | 0 | 0.06 | 264.4 | 0.87 | 0.53 |
| Hex | 74 | 1F | F0 | 34 | 57 | 0 | 6 | 108 | 57 | 35 |
| Octal | 164 | 37 | 360 | 64 | 127 | 0 | 6 | 410 | 127 | 65 |
| Binary | 1110100 | 11111 | 11110000 | 110100 | 1010111 | 0 | 110 | 100001000 | 1010111 | 110101 |
Color Harmonies of #741FF0
Complementary color
Monochromatic Colors of #741FF0
Black with #741FF0
Text Example
Text Example
White with #741FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741FF0; }
p { color: rgb(116,31,240); }
H1.HeaderClassName
{
color: #741FF0;
}
.AnyTagClassName
{
color: #741FF0;
}
</style>
background-color css
<style>
a { background-color: #741FF0; }
a { background-color: rgb(116,31,240); }
div.DivClassName
{
background-color: #741FF0;
}
.BgClassName
{
background-color: #741FF0;
}
</style>
border-color css
<style>
span { border-color: #741FF0; }
span { border-color: rgb(116,31,240); }
td.TdClassName
{
border-color: #741FF0;
}
.TagClassName
{
border-color: #741FF0;
}
</style>