Shades of Blue Violet #742DFB
Tints of Blue Violet #742DFB
RGB
CMYK
RGB Variations
Color information
#742DFB (or 0x742DFB) is known color: Blue Violet. HEX triplet: 74, 2D and FB. RGB value is (116,45,251). Sum of RGB (Red+Green+Blue) = 116+45+251=412 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.16% from 412); Green value is 45 (17.97% from 255 or 10.92% from 412); Blue value is 251 (98.44% from 255 or 60.92% from 412); Max value from RGB is 251 - color contains mainly: blue. Hex color #742DFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #742DFB is #8BD204. Grayscale: #585858. Windows color (decimal): -9163269 or 16461172. OLE color: 16461172.
HSL color Cylindrical-coordinate representation of color #742DFB: hue angle of 260.68º degrees, saturation: 0.96, 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 #742DFB is Cyan = 0.54, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 45 | 251 | - |
| CMYK | 0.54 | 0.82 | 0 | 0.02 |
| HSL | 260.68º | 0.96% | 0.58% | - |
| HSV(B) | 260.68º | 0.82% | 0.98% | - |
| XYZ | 25.55 | 12.55 | 92.34 | - |
| YUV | 89.71 | 219.02 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 45 | 251 | 0.54 | 0.82 | 0 | 0.02 | 260.68 | 0.96 | 0.58 |
| Hex | 74 | 2D | FB | 36 | 52 | 0 | 2 | 105 | 60 | 3A |
| Octal | 164 | 55 | 373 | 66 | 122 | 0 | 2 | 405 | 140 | 72 |
| Binary | 1110100 | 101101 | 11111011 | 110110 | 1010010 | 0 | 10 | 100000101 | 1100000 | 111010 |
Color Harmonies of #742DFB
Complementary color
Monochromatic Colors of #742DFB
Black with #742DFB
Text Example
Text Example
White with #742DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742DFB; }
p { color: rgb(116,45,251); }
H1.HeaderClassName
{
color: #742DFB;
}
.AnyTagClassName
{
color: #742DFB;
}
</style>
background-color css
<style>
a { background-color: #742DFB; }
a { background-color: rgb(116,45,251); }
div.DivClassName
{
background-color: #742DFB;
}
.BgClassName
{
background-color: #742DFB;
}
</style>
border-color css
<style>
span { border-color: #742DFB; }
span { border-color: rgb(116,45,251); }
td.TdClassName
{
border-color: #742DFB;
}
.TagClassName
{
border-color: #742DFB;
}
</style>