Html Css Color HEX #742EF7 Blue Violet

📋 copy color: '#742EF7'

red 116 ◦ green 46 ◦ blue 247

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

Shades of Blue Violet #742EF7

Tints of Blue Violet #742EF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 60.39%

R = 28.36%
G = 11.25%
B = 60.39%

CMYK

 C value IS 0.53

 M value IS 0.81

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#742EF7 (or 0x742EF7) is known color: Blue Violet. HEX triplet: 74, 2E and F7. RGB value is (116,46,247). Sum of RGB (Red+Green+Blue) = 116+46+247=409 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.36% from 409); Green value is 46 (18.36% from 255 or 11.25% from 409); Blue value is 247 (96.88% from 255 or 60.39% from 409); Max value from RGB is 247 - color contains mainly: blue. Hex color #742EF7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #742EF7 is #8BD108. Grayscale: #595959. Windows color (decimal): -9163017 or 16199284. OLE color: 16199284.

HSL color Cylindrical-coordinate representation of color #742EF7: hue angle of 260.9º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #742EF7 is Cyan = 0.53, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 116 46 247 -
CMYK 0.53 0.81 0 0.03
HSL 260.9º 0.93% 0.57% -
HSV(B) 260.9º 0.81% 0.97% -
XYZ 24.97 12.38 89.07 -
YUV 89.84 216.69 146.66 -
System Red Green Blue C M Y K H S L
Decimal 116 46 247 0.53 0.81 0 0.03 260.9 0.93 0.57
Hex 74 2E F7 35 51 0 3 105 5D 39
Octal 164 56 367 65 121 0 3 405 135 71
Binary 1110100 101110 11110111 110101 1010001 0 11 100000101 1011101 111001

Color Harmonies of #742EF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742EF7

Black with #742EF7

Text Example


Text Example

White with #742EF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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