Shades of Blue Violet #742EFC
Tints of Blue Violet #742EFC
RGB
CMYK
RGB Variations
Color information
#742EFC (or 0x742EFC) is known color: Blue Violet. HEX triplet: 74, 2E and FC. RGB value is (116,46,252). Sum of RGB (Red+Green+Blue) = 116+46+252=414 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.02% from 414); Green value is 46 (18.36% from 255 or 11.11% from 414); Blue value is 252 (98.83% from 255 or 60.87% from 414); Max value from RGB is 252 - color contains mainly: blue. Hex color #742EFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #742EFC is #8BD103. Grayscale: #595959. Windows color (decimal): -9163012 or 16526964. OLE color: 16526964.
HSL color Cylindrical-coordinate representation of color #742EFC: hue angle of 260.39º degrees, saturation: 0.97, 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 #742EFC is Cyan = 0.54, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 116 | 46 | 252 | - |
| CMYK | 0.54 | 0.82 | 0 | 0.01 |
| HSL | 260.39º | 0.97% | 0.58% | - |
| HSV(B) | 260.39º | 0.82% | 0.99% | - |
| XYZ | 25.75 | 12.7 | 93.19 | - |
| YUV | 90.41 | 219.19 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 46 | 252 | 0.54 | 0.82 | 0 | 0.01 | 260.39 | 0.97 | 0.58 |
| Hex | 74 | 2E | FC | 36 | 52 | 0 | 1 | 104 | 61 | 3A |
| Octal | 164 | 56 | 374 | 66 | 122 | 0 | 1 | 404 | 141 | 72 |
| Binary | 1110100 | 101110 | 11111100 | 110110 | 1010010 | 0 | 1 | 100000100 | 1100001 | 111010 |
Color Harmonies of #742EFC
Complementary color
Monochromatic Colors of #742EFC
Black with #742EFC
Text Example
Text Example
White with #742EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742EFC; }
p { color: rgb(116,46,252); }
H1.HeaderClassName
{
color: #742EFC;
}
.AnyTagClassName
{
color: #742EFC;
}
</style>
background-color css
<style>
a { background-color: #742EFC; }
a { background-color: rgb(116,46,252); }
div.DivClassName
{
background-color: #742EFC;
}
.BgClassName
{
background-color: #742EFC;
}
</style>
border-color css
<style>
span { border-color: #742EFC; }
span { border-color: rgb(116,46,252); }
td.TdClassName
{
border-color: #742EFC;
}
.TagClassName
{
border-color: #742EFC;
}
</style>