Html Css Color HEX #742BE4 Blue Violet

📋 copy color: '#742BE4'

red 116 ◦ green 43 ◦ blue 228

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

Shades of Blue Violet #742BE4

Tints of Blue Violet #742BE4

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.11%

 BLUE value IS 228 (89.45% from 255) = 58.91%

R = 29.97%
G = 11.11%
B = 58.91%

CMYK

 C value IS 0.49

 M value IS 0.81

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#742BE4 (or 0x742BE4) is known color: Blue Violet. HEX triplet: 74, 2B and E4. RGB value is (116,43,228). Sum of RGB (Red+Green+Blue) = 116+43+228=387 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.97% from 387); Green value is 43 (17.19% from 255 or 11.11% from 387); Blue value is 228 (89.45% from 255 or 58.91% from 387); Max value from RGB is 228 - color contains mainly: blue. Hex color #742BE4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #742BE4 is #8BD41B. Grayscale: #555555. Windows color (decimal): -9163804 or 14953332. OLE color: 14953332.

HSL color Cylindrical-coordinate representation of color #742BE4: hue angle of 263.68º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #742BE4 is Cyan = 0.49, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 116 43 228 -
CMYK 0.49 0.81 0 0.11
HSL 263.68º 0.77% 0.53% -
HSV(B) 263.68º 0.81% 0.89% -
XYZ 22.07 11.04 74.37 -
YUV 85.92 208.18 149.46 -
System Red Green Blue C M Y K H S L
Decimal 116 43 228 0.49 0.81 0 0.11 263.68 0.77 0.53
Hex 74 2B E4 31 51 0 B 108 4D 35
Octal 164 53 344 61 121 0 13 410 115 65
Binary 1110100 101011 11100100 110001 1010001 0 1011 100001000 1001101 110101

Color Harmonies of #742BE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742BE4

Black with #742BE4

Text Example


Text Example

White with #742BE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,43,228); }

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

background-color css

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

 a { background-color: rgb(116,43,228); }

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

border-color css

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

 span { border-color: rgb(116,43,228); }

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