Html Css Color HEX #742CE5 Blue Violet

📋 copy color: '#742CE5'

red 116 ◦ green 44 ◦ blue 229

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

Shades of Blue Violet #742CE5

Tints of Blue Violet #742CE5

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.31%

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

R = 29.82%
G = 11.31%
B = 58.87%

CMYK

 C value IS 0.49

 M value IS 0.81

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#742CE5 (or 0x742CE5) is known color: Blue Violet. HEX triplet: 74, 2C and E5. RGB value is (116,44,229). Sum of RGB (Red+Green+Blue) = 116+44+229=389 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.82% from 389); Green value is 44 (17.58% from 255 or 11.31% from 389); Blue value is 229 (89.84% from 255 or 58.87% from 389); Max value from RGB is 229 - color contains mainly: blue. Hex color #742CE5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #742CE5 is #8BD31A. Grayscale: #555555. Windows color (decimal): -9163547 or 15019124. OLE color: 15019124.

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

Color convert

RGB 116 44 229 -
CMYK 0.49 0.81 0 0.10
HSL 263.35º 0.78% 0.54% -
HSV(B) 263.35º 0.81% 0.9% -
XYZ 22.25 11.17 75.11 -
YUV 86.62 208.35 148.96 -
System Red Green Blue C M Y K H S L
Decimal 116 44 229 0.49 0.81 0 0.10 263.35 0.78 0.54
Hex 74 2C E5 31 51 0 A 107 4E 36
Octal 164 54 345 61 121 0 12 407 116 66
Binary 1110100 101100 11100101 110001 1010001 0 1010 100000111 1001110 110110

Color Harmonies of #742CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742CE5

Black with #742CE5

Text Example


Text Example

White with #742CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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