Shades of Blue Violet #742FEF
Tints of Blue Violet #742FEF
RGB
CMYK
RGB Variations
Color information
#742FEF (or 0x742FEF) is known color: Blue Violet. HEX triplet: 74, 2F and EF. RGB value is (116,47,239). Sum of RGB (Red+Green+Blue) = 116+47+239=402 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.86% from 402); Green value is 47 (18.75% from 255 or 11.69% from 402); Blue value is 239 (93.75% from 255 or 59.45% from 402); Max value from RGB is 239 - color contains mainly: blue. Hex color #742FEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #742FEF is #8BD010. Grayscale: #585858. Windows color (decimal): -9162769 or 15675252. OLE color: 15675252.
HSL color Cylindrical-coordinate representation of color #742FEF: hue angle of 261.56º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #742FEF is Cyan = 0.51, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 116 | 47 | 239 | - |
| CMYK | 0.51 | 0.80 | 0 | 0.06 |
| HSL | 261.56º | 0.86% | 0.56% | - |
| HSV(B) | 261.56º | 0.8% | 0.94% | - |
| XYZ | 23.8 | 11.98 | 82.72 | - |
| YUV | 89.52 | 212.36 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 47 | 239 | 0.51 | 0.80 | 0 | 0.06 | 261.56 | 0.86 | 0.56 |
| Hex | 74 | 2F | EF | 33 | 50 | 0 | 6 | 106 | 56 | 38 |
| Octal | 164 | 57 | 357 | 63 | 120 | 0 | 6 | 406 | 126 | 70 |
| Binary | 1110100 | 101111 | 11101111 | 110011 | 1010000 | 0 | 110 | 100000110 | 1010110 | 111000 |
Color Harmonies of #742FEF
Complementary color
Monochromatic Colors of #742FEF
Black with #742FEF
Text Example
Text Example
White with #742FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742FEF; }
p { color: rgb(116,47,239); }
H1.HeaderClassName
{
color: #742FEF;
}
.AnyTagClassName
{
color: #742FEF;
}
</style>
background-color css
<style>
a { background-color: #742FEF; }
a { background-color: rgb(116,47,239); }
div.DivClassName
{
background-color: #742FEF;
}
.BgClassName
{
background-color: #742FEF;
}
</style>
border-color css
<style>
span { border-color: #742FEF; }
span { border-color: rgb(116,47,239); }
td.TdClassName
{
border-color: #742FEF;
}
.TagClassName
{
border-color: #742FEF;
}
</style>