Shades of Blue Violet #740FD4
Tints of Blue Violet #740FD4
RGB
CMYK
RGB Variations
Color information
#740FD4 (or 0x740FD4) is known color: Blue Violet. HEX triplet: 74, 0F and D4. RGB value is (116,15,212). Sum of RGB (Red+Green+Blue) = 116+15+212=343 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.82% from 343); Green value is 15 (6.25% from 255 or 4.37% from 343); Blue value is 212 (83.20% from 255 or 61.81% from 343); Max value from RGB is 212 - color contains mainly: blue. Hex color #740FD4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #740FD4 is #8BF02B. Grayscale: #424242. Windows color (decimal): -9170988 or 13897588. OLE color: 13897588.
HSL color Cylindrical-coordinate representation of color #740FD4: hue angle of 270.76º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #740FD4 is Cyan = 0.45, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 116 | 15 | 212 | - |
| CMYK | 0.45 | 0.93 | 0 | 0.17 |
| HSL | 270.76º | 0.87% | 0.45% | - |
| HSV(B) | 270.76º | 0.93% | 0.83% | - |
| XYZ | 19.26 | 8.81 | 62.97 | - |
| YUV | 67.66 | 209.46 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 15 | 212 | 0.45 | 0.93 | 0 | 0.17 | 270.76 | 0.87 | 0.45 |
| Hex | 74 | F | D4 | 2D | 5D | 0 | 11 | 10F | 57 | 2D |
| Octal | 164 | 17 | 324 | 55 | 135 | 0 | 21 | 417 | 127 | 55 |
| Binary | 1110100 | 1111 | 11010100 | 101101 | 1011101 | 0 | 10001 | 100001111 | 1010111 | 101101 |
Color Harmonies of #740FD4
Complementary color
Monochromatic Colors of #740FD4
Black with #740FD4
Text Example
Text Example
White with #740FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740FD4; }
p { color: rgb(116,15,212); }
H1.HeaderClassName
{
color: #740FD4;
}
.AnyTagClassName
{
color: #740FD4;
}
</style>
background-color css
<style>
a { background-color: #740FD4; }
a { background-color: rgb(116,15,212); }
div.DivClassName
{
background-color: #740FD4;
}
.BgClassName
{
background-color: #740FD4;
}
</style>
border-color css
<style>
span { border-color: #740FD4; }
span { border-color: rgb(116,15,212); }
td.TdClassName
{
border-color: #740FD4;
}
.TagClassName
{
border-color: #740FD4;
}
</style>