Shades of Blue Violet #742DF4
Tints of Blue Violet #742DF4
RGB
CMYK
RGB Variations
Color information
#742DF4 (or 0x742DF4) is known color: Blue Violet. HEX triplet: 74, 2D and F4. RGB value is (116,45,244). Sum of RGB (Red+Green+Blue) = 116+45+244=405 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.64% from 405); Green value is 45 (17.97% from 255 or 11.11% from 405); Blue value is 244 (95.70% from 255 or 60.25% from 405); Max value from RGB is 244 - color contains mainly: blue. Hex color #742DF4 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #742DF4 is #8BD20B. Grayscale: #585858. Windows color (decimal): -9163276 or 16002420. OLE color: 16002420.
HSL color Cylindrical-coordinate representation of color #742DF4: hue angle of 261.41º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #742DF4 is Cyan = 0.52, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 116 | 45 | 244 | - |
| CMYK | 0.52 | 0.82 | 0 | 0.04 |
| HSL | 261.41º | 0.9% | 0.57% | - |
| HSV(B) | 261.41º | 0.82% | 0.96% | - |
| XYZ | 24.47 | 12.12 | 86.64 | - |
| YUV | 88.92 | 215.52 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 45 | 244 | 0.52 | 0.82 | 0 | 0.04 | 261.41 | 0.9 | 0.57 |
| Hex | 74 | 2D | F4 | 34 | 52 | 0 | 4 | 105 | 5A | 39 |
| Octal | 164 | 55 | 364 | 64 | 122 | 0 | 4 | 405 | 132 | 71 |
| Binary | 1110100 | 101101 | 11110100 | 110100 | 1010010 | 0 | 100 | 100000101 | 1011010 | 111001 |
Color Harmonies of #742DF4
Complementary color
Monochromatic Colors of #742DF4
Black with #742DF4
Text Example
Text Example
White with #742DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742DF4; }
p { color: rgb(116,45,244); }
H1.HeaderClassName
{
color: #742DF4;
}
.AnyTagClassName
{
color: #742DF4;
}
</style>
background-color css
<style>
a { background-color: #742DF4; }
a { background-color: rgb(116,45,244); }
div.DivClassName
{
background-color: #742DF4;
}
.BgClassName
{
background-color: #742DF4;
}
</style>
border-color css
<style>
span { border-color: #742DF4; }
span { border-color: rgb(116,45,244); }
td.TdClassName
{
border-color: #742DF4;
}
.TagClassName
{
border-color: #742DF4;
}
</style>