Html Css Color HEX #742EF0 Blue Violet

📋 copy color: '#742EF0'

red 116 ◦ green 46 ◦ blue 240

#742EF0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Violet #742EF0

Tints of Blue Violet #742EF0

RGB

 RED value IS 116 (45.7% from 255) = 28.86%

 GREEN value IS 46 (18.36% from 255) = 11.44%

 BLUE value IS 240 (94.14% from 255) = 59.7%

R = 28.86%
G = 11.44%
B = 59.7%

CMYK

 C value IS 0.52

 M value IS 0.81

 Y value IS 0

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#742EF0 (or 0x742EF0) is known color: Blue Violet. HEX triplet: 74, 2E and F0. RGB value is (116,46,240). Sum of RGB (Red+Green+Blue) = 116+46+240=402 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.86% from 402); Green value is 46 (18.36% from 255 or 11.44% from 402); Blue value is 240 (94.14% from 255 or 59.70% from 402); Max value from RGB is 240 - color contains mainly: blue. Hex color #742EF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #742EF0 is #8BD10F. Grayscale: #585858. Windows color (decimal): -9163024 or 15740532. OLE color: 15740532.

HSL color Cylindrical-coordinate representation of color #742EF0: hue angle of 261.65º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #742EF0 is Cyan = 0.52, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 116 46 240 -
CMYK 0.52 0.81 0 0.06
HSL 261.65º 0.87% 0.56% -
HSV(B) 261.65º 0.81% 0.94% -
XYZ 23.91 11.96 83.49 -
YUV 89.05 213.19 147.23 -
System Red Green Blue C M Y K H S L
Decimal 116 46 240 0.52 0.81 0 0.06 261.65 0.87 0.56
Hex 74 2E F0 34 51 0 6 106 57 38
Octal 164 56 360 64 121 0 6 406 127 70
Binary 1110100 101110 11110000 110100 1010001 0 110 100000110 1010111 111000

Color Harmonies of #742EF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742EF0

Black with #742EF0

Text Example


Text Example

White with #742EF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742EF0; }

 p { color: rgb(116,46,240); }

 H1.HeaderClassName
 {
   color: #742EF0;
 }
 .AnyTagClassName
 {
   color: #742EF0;
 }
</style>

background-color css

<style>
 a { background-color: #742EF0; }

 a { background-color: rgb(116,46,240); }

 div.DivClassName
 {
   background-color: #742EF0;
 }
 .BgClassName
 {
   background-color: #742EF0;
 }
</style>

border-color css

<style>
 span { border-color: #742EF0; }

 span { border-color: rgb(116,46,240); }

 td.TdClassName
 {
   border-color: #742EF0;
 }
 .TagClassName
 {
   border-color: #742EF0;
 }
</style>