Html Css Color HEX #742EE5 Blue Violet

📋 copy color: '#742EE5'

red 116 ◦ green 46 ◦ blue 229

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

Shades of Blue Violet #742EE5

Tints of Blue Violet #742EE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 58.57%

R = 29.67%
G = 11.76%
B = 58.57%

CMYK

 C value IS 0.49

 M value IS 0.80

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#742EE5 (or 0x742EE5) is known color: Blue Violet. HEX triplet: 74, 2E and E5. RGB value is (116,46,229). Sum of RGB (Red+Green+Blue) = 116+46+229=391 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.67% from 391); Green value is 46 (18.36% from 255 or 11.76% from 391); Blue value is 229 (89.84% from 255 or 58.57% from 391); Max value from RGB is 229 - color contains mainly: blue. Hex color #742EE5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #742EE5 is #8BD11A. Grayscale: #575757. Windows color (decimal): -9163035 or 15019636. OLE color: 15019636.

HSL color Cylindrical-coordinate representation of color #742EE5: hue angle of 262.95º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #742EE5 is Cyan = 0.49, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 116 46 229 -
CMYK 0.49 0.80 0 0.10
HSL 262.95º 0.78% 0.54% -
HSV(B) 262.95º 0.8% 0.9% -
XYZ 22.32 11.32 75.14 -
YUV 87.79 207.69 148.12 -
System Red Green Blue C M Y K H S L
Decimal 116 46 229 0.49 0.80 0 0.10 262.95 0.78 0.54
Hex 74 2E E5 31 50 0 A 107 4E 36
Octal 164 56 345 61 120 0 12 407 116 66
Binary 1110100 101110 11100101 110001 1010000 0 1010 100000111 1001110 110110

Color Harmonies of #742EE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742EE5

Black with #742EE5

Text Example


Text Example

White with #742EE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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