Shades of Blue Violet #742DFD
Tints of Blue Violet #742DFD
RGB
CMYK
RGB Variations
Color information
#742DFD (or 0x742DFD) is known color: Blue Violet. HEX triplet: 74, 2D and FD. RGB value is (116,45,253). Sum of RGB (Red+Green+Blue) = 116+45+253=414 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.02% from 414); Green value is 45 (17.97% from 255 or 10.87% from 414); Blue value is 253 (99.22% from 255 or 61.11% from 414); Max value from RGB is 253 - color contains mainly: blue. Hex color #742DFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #742DFD is #8BD202. Grayscale: #595959. Windows color (decimal): -9163267 or 16592244. OLE color: 16592244.
HSL color Cylindrical-coordinate representation of color #742DFD: hue angle of 260.48º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #742DFD is Cyan = 0.54, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 116 | 45 | 253 | - |
| CMYK | 0.54 | 0.82 | 0 | 0.01 |
| HSL | 260.48º | 0.98% | 0.58% | - |
| HSV(B) | 260.48º | 0.82% | 0.99% | - |
| XYZ | 25.87 | 12.68 | 94.01 | - |
| YUV | 89.94 | 220.02 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 45 | 253 | 0.54 | 0.82 | 0 | 0.01 | 260.48 | 0.98 | 0.58 |
| Hex | 74 | 2D | FD | 36 | 52 | 0 | 1 | 104 | 62 | 3A |
| Octal | 164 | 55 | 375 | 66 | 122 | 0 | 1 | 404 | 142 | 72 |
| Binary | 1110100 | 101101 | 11111101 | 110110 | 1010010 | 0 | 1 | 100000100 | 1100010 | 111010 |
Color Harmonies of #742DFD
Complementary color
Monochromatic Colors of #742DFD
Black with #742DFD
Text Example
Text Example
White with #742DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742DFD; }
p { color: rgb(116,45,253); }
H1.HeaderClassName
{
color: #742DFD;
}
.AnyTagClassName
{
color: #742DFD;
}
</style>
background-color css
<style>
a { background-color: #742DFD; }
a { background-color: rgb(116,45,253); }
div.DivClassName
{
background-color: #742DFD;
}
.BgClassName
{
background-color: #742DFD;
}
</style>
border-color css
<style>
span { border-color: #742DFD; }
span { border-color: rgb(116,45,253); }
td.TdClassName
{
border-color: #742DFD;
}
.TagClassName
{
border-color: #742DFD;
}
</style>