Html Css Color HEX #742EE8 Blue Violet

📋 copy color: '#742EE8'

red 116 ◦ green 46 ◦ blue 232

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

Shades of Blue Violet #742EE8

Tints of Blue Violet #742EE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 58.88%

R = 29.44%
G = 11.68%
B = 58.88%

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

#742EE8 (or 0x742EE8) is known color: Blue Violet. HEX triplet: 74, 2E and E8. RGB value is (116,46,232). Sum of RGB (Red+Green+Blue) = 116+46+232=394 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.44% from 394); Green value is 46 (18.36% from 255 or 11.68% from 394); Blue value is 232 (91.02% from 255 or 58.88% from 394); Max value from RGB is 232 - color contains mainly: blue. Hex color #742EE8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #742EE8 is #8BD117. Grayscale: #575757. Windows color (decimal): -9163032 or 15216244. OLE color: 15216244.

HSL color Cylindrical-coordinate representation of color #742EE8: hue angle of 262.58º degrees, saturation: 0.8, 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 #742EE8 is Cyan = 0.50, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 116 46 232 -
CMYK 0.50 0.80 0 0.09
HSL 262.58º 0.8% 0.55% -
HSV(B) 262.58º 0.8% 0.91% -
XYZ 22.74 11.49 77.36 -
YUV 88.13 209.19 147.88 -
System Red Green Blue C M Y K H S L
Decimal 116 46 232 0.50 0.80 0 0.09 262.58 0.8 0.55
Hex 74 2E E8 32 50 0 9 107 50 37
Octal 164 56 350 62 120 0 11 407 120 67
Binary 1110100 101110 11101000 110010 1010000 0 1001 100000111 1010000 110111

Color Harmonies of #742EE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742EE8

Black with #742EE8

Text Example


Text Example

White with #742EE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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