Html Css Color HEX #742AE0 Blue Violet

📋 copy color: '#742AE0'

red 116 ◦ green 42 ◦ blue 224

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

Shades of Blue Violet #742AE0

Tints of Blue Violet #742AE0

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.99%

 BLUE value IS 224 (87.89% from 255) = 58.64%

R = 30.37%
G = 10.99%
B = 58.64%

CMYK

 C value IS 0.48

 M value IS 0.81

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#742AE0 (or 0x742AE0) is known color: Blue Violet. HEX triplet: 74, 2A and E0. RGB value is (116,42,224). Sum of RGB (Red+Green+Blue) = 116+42+224=382 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.37% from 382); Green value is 42 (16.80% from 255 or 10.99% from 382); Blue value is 224 (87.89% from 255 or 58.64% from 382); Max value from RGB is 224 - color contains mainly: blue. Hex color #742AE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #742AE0 is #8BD51F. Grayscale: #545454. Windows color (decimal): -9164064 or 14690932. OLE color: 14690932.

HSL color Cylindrical-coordinate representation of color #742AE0: hue angle of 264.4º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #742AE0 is Cyan = 0.48, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 116 42 224 -
CMYK 0.48 0.81 0 0.12
HSL 264.4º 0.75% 0.52% -
HSV(B) 264.4º 0.81% 0.88% -
XYZ 21.48 10.75 71.46 -
YUV 84.87 206.52 150.2 -
System Red Green Blue C M Y K H S L
Decimal 116 42 224 0.48 0.81 0 0.12 264.4 0.75 0.52
Hex 74 2A E0 30 51 0 C 108 4B 34
Octal 164 52 340 60 121 0 14 410 113 64
Binary 1110100 101010 11100000 110000 1010001 0 1100 100001000 1001011 110100

Color Harmonies of #742AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742AE0

Black with #742AE0

Text Example


Text Example

White with #742AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,42,224); }

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

background-color css

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

 a { background-color: rgb(116,42,224); }

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

border-color css

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

 span { border-color: rgb(116,42,224); }

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