Shades of Blue Violet #741DF3
Tints of Blue Violet #741DF3
RGB
CMYK
RGB Variations
Color information
#741DF3 (or 0x741DF3) is known color: Blue Violet. HEX triplet: 74, 1D and F3. RGB value is (116,29,243). Sum of RGB (Red+Green+Blue) = 116+29+243=388 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.90% from 388); Green value is 29 (11.72% from 255 or 7.47% from 388); Blue value is 243 (95.31% from 255 or 62.63% from 388); Max value from RGB is 243 - color contains mainly: blue. Hex color #741DF3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #741DF3 is #8BE20C. Grayscale: #4E4E4E. Windows color (decimal): -9167373 or 15932788. OLE color: 15932788.
HSL color Cylindrical-coordinate representation of color #741DF3: hue angle of 264.39º degrees, saturation: 0.9, 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 #741DF3 is Cyan = 0.52, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 116 | 29 | 243 | - |
| CMYK | 0.52 | 0.88 | 0 | 0.05 |
| HSL | 264.39º | 0.9% | 0.53% | - |
| HSV(B) | 264.39º | 0.88% | 0.95% | - |
| XYZ | 23.82 | 11.06 | 85.67 | - |
| YUV | 79.41 | 220.32 | 154.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 29 | 243 | 0.52 | 0.88 | 0 | 0.05 | 264.39 | 0.9 | 0.53 |
| Hex | 74 | 1D | F3 | 34 | 58 | 0 | 5 | 108 | 5A | 35 |
| Octal | 164 | 35 | 363 | 64 | 130 | 0 | 5 | 410 | 132 | 65 |
| Binary | 1110100 | 11101 | 11110011 | 110100 | 1011000 | 0 | 101 | 100001000 | 1011010 | 110101 |
Color Harmonies of #741DF3
Complementary color
Monochromatic Colors of #741DF3
Black with #741DF3
Text Example
Text Example
White with #741DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741DF3; }
p { color: rgb(116,29,243); }
H1.HeaderClassName
{
color: #741DF3;
}
.AnyTagClassName
{
color: #741DF3;
}
</style>
background-color css
<style>
a { background-color: #741DF3; }
a { background-color: rgb(116,29,243); }
div.DivClassName
{
background-color: #741DF3;
}
.BgClassName
{
background-color: #741DF3;
}
</style>
border-color css
<style>
span { border-color: #741DF3; }
span { border-color: rgb(116,29,243); }
td.TdClassName
{
border-color: #741DF3;
}
.TagClassName
{
border-color: #741DF3;
}
</style>