Shades of Blue Violet #741DF1
Tints of Blue Violet #741DF1
RGB
CMYK
RGB Variations
Color information
#741DF1 (or 0x741DF1) is known color: Blue Violet. HEX triplet: 74, 1D and F1. RGB value is (116,29,241). Sum of RGB (Red+Green+Blue) = 116+29+241=386 (51% of max value = 765). Red value is 116 (45.70% from 255 or 30.05% from 386); Green value is 29 (11.72% from 255 or 7.51% from 386); Blue value is 241 (94.53% from 255 or 62.44% from 386); Max value from RGB is 241 - color contains mainly: blue. Hex color #741DF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #741DF1 is #8BE20E. Grayscale: #4E4E4E. Windows color (decimal): -9167375 or 15801716. OLE color: 15801716.
HSL color Cylindrical-coordinate representation of color #741DF1: hue angle of 264.62º 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 #741DF1 is Cyan = 0.52, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 116 | 29 | 241 | - |
| CMYK | 0.52 | 0.88 | 0 | 0.05 |
| HSL | 264.62º | 0.88% | 0.53% | - |
| HSV(B) | 264.62º | 0.88% | 0.95% | - |
| XYZ | 23.52 | 10.94 | 84.09 | - |
| YUV | 79.18 | 219.32 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 29 | 241 | 0.52 | 0.88 | 0 | 0.05 | 264.62 | 0.88 | 0.53 |
| Hex | 74 | 1D | F1 | 34 | 58 | 0 | 5 | 109 | 58 | 35 |
| Octal | 164 | 35 | 361 | 64 | 130 | 0 | 5 | 411 | 130 | 65 |
| Binary | 1110100 | 11101 | 11110001 | 110100 | 1011000 | 0 | 101 | 100001001 | 1011000 | 110101 |
Color Harmonies of #741DF1
Complementary color
Monochromatic Colors of #741DF1
Black with #741DF1
Text Example
Text Example
White with #741DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741DF1; }
p { color: rgb(116,29,241); }
H1.HeaderClassName
{
color: #741DF1;
}
.AnyTagClassName
{
color: #741DF1;
}
</style>
background-color css
<style>
a { background-color: #741DF1; }
a { background-color: rgb(116,29,241); }
div.DivClassName
{
background-color: #741DF1;
}
.BgClassName
{
background-color: #741DF1;
}
</style>
border-color css
<style>
span { border-color: #741DF1; }
span { border-color: rgb(116,29,241); }
td.TdClassName
{
border-color: #741DF1;
}
.TagClassName
{
border-color: #741DF1;
}
</style>