Html Css Color HEX #742EE9 Blue Violet

📋 copy color: '#742EE9'

red 116 ◦ green 46 ◦ blue 233

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

Shades of Blue Violet #742EE9

Tints of Blue Violet #742EE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 58.99%

R = 29.37%
G = 11.65%
B = 58.99%

CMYK

 C value IS 0.50

 M value IS 0.80

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#742EE9 (or 0x742EE9) is known color: Blue Violet. HEX triplet: 74, 2E and E9. RGB value is (116,46,233). Sum of RGB (Red+Green+Blue) = 116+46+233=395 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.37% from 395); Green value is 46 (18.36% from 255 or 11.65% from 395); Blue value is 233 (91.41% from 255 or 58.99% from 395); Max value from RGB is 233 - color contains mainly: blue. Hex color #742EE9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #742EE9 is #8BD116. Grayscale: #575757. Windows color (decimal): -9163031 or 15281780. OLE color: 15281780.

HSL color Cylindrical-coordinate representation of color #742EE9: hue angle of 262.46º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #742EE9 is Cyan = 0.50, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 116 46 233 -
CMYK 0.50 0.80 0 0.09
HSL 262.46º 0.81% 0.55% -
HSV(B) 262.46º 0.8% 0.91% -
XYZ 22.89 11.55 78.11 -
YUV 88.25 209.69 147.79 -
System Red Green Blue C M Y K H S L
Decimal 116 46 233 0.50 0.80 0 0.09 262.46 0.81 0.55
Hex 74 2E E9 32 50 0 9 106 51 37
Octal 164 56 351 62 120 0 11 406 121 67
Binary 1110100 101110 11101001 110010 1010000 0 1001 100000110 1010001 110111

Color Harmonies of #742EE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742EE9

Black with #742EE9

Text Example


Text Example

White with #742EE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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