Shades of Blue Violet #742DF9
Tints of Blue Violet #742DF9
RGB
CMYK
RGB Variations
Color information
#742DF9 (or 0x742DF9) is known color: Blue Violet. HEX triplet: 74, 2D and F9. RGB value is (116,45,249). Sum of RGB (Red+Green+Blue) = 116+45+249=410 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.29% from 410); Green value is 45 (17.97% from 255 or 10.98% from 410); Blue value is 249 (97.66% from 255 or 60.73% from 410); Max value from RGB is 249 - color contains mainly: blue. Hex color #742DF9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #742DF9 is #8BD206. Grayscale: #585858. Windows color (decimal): -9163271 or 16330100. OLE color: 16330100.
HSL color Cylindrical-coordinate representation of color #742DF9: hue angle of 260.88º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #742DF9 is Cyan = 0.53, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 45 | 249 | - |
| CMYK | 0.53 | 0.82 | 0 | 0.02 |
| HSL | 260.88º | 0.94% | 0.58% | - |
| HSV(B) | 260.88º | 0.82% | 0.98% | - |
| XYZ | 25.24 | 12.43 | 90.69 | - |
| YUV | 89.49 | 218.02 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 45 | 249 | 0.53 | 0.82 | 0 | 0.02 | 260.88 | 0.94 | 0.58 |
| Hex | 74 | 2D | F9 | 35 | 52 | 0 | 2 | 105 | 5E | 3A |
| Octal | 164 | 55 | 371 | 65 | 122 | 0 | 2 | 405 | 136 | 72 |
| Binary | 1110100 | 101101 | 11111001 | 110101 | 1010010 | 0 | 10 | 100000101 | 1011110 | 111010 |
Color Harmonies of #742DF9
Complementary color
Monochromatic Colors of #742DF9
Black with #742DF9
Text Example
Text Example
White with #742DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742DF9; }
p { color: rgb(116,45,249); }
H1.HeaderClassName
{
color: #742DF9;
}
.AnyTagClassName
{
color: #742DF9;
}
</style>
background-color css
<style>
a { background-color: #742DF9; }
a { background-color: rgb(116,45,249); }
div.DivClassName
{
background-color: #742DF9;
}
.BgClassName
{
background-color: #742DF9;
}
</style>
border-color css
<style>
span { border-color: #742DF9; }
span { border-color: rgb(116,45,249); }
td.TdClassName
{
border-color: #742DF9;
}
.TagClassName
{
border-color: #742DF9;
}
</style>