Html Css Color HEX #742EEA Blue Violet

📋 copy color: '#742EEA'

red 116 ◦ green 46 ◦ blue 234

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

Shades of Blue Violet #742EEA

Tints of Blue Violet #742EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 59.09%

R = 29.29%
G = 11.62%
B = 59.09%

CMYK

 C value IS 0.50

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#742EEA (or 0x742EEA) is known color: Blue Violet. HEX triplet: 74, 2E and EA. RGB value is (116,46,234). Sum of RGB (Red+Green+Blue) = 116+46+234=396 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.29% from 396); Green value is 46 (18.36% from 255 or 11.62% from 396); Blue value is 234 (91.80% from 255 or 59.09% from 396); Max value from RGB is 234 - color contains mainly: blue. Hex color #742EEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #742EEA is #8BD115. Grayscale: #575757. Windows color (decimal): -9163030 or 15347316. OLE color: 15347316.

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

Color convert

RGB 116 46 234 -
CMYK 0.50 0.80 0 0.08
HSL 262.34º 0.82% 0.55% -
HSV(B) 262.34º 0.8% 0.92% -
XYZ 23.03 11.61 78.87 -
YUV 88.36 210.19 147.71 -
System Red Green Blue C M Y K H S L
Decimal 116 46 234 0.50 0.80 0 0.08 262.34 0.82 0.55
Hex 74 2E EA 32 50 0 8 106 52 37
Octal 164 56 352 62 120 0 10 406 122 67
Binary 1110100 101110 11101010 110010 1010000 0 1000 100000110 1010010 110111

Color Harmonies of #742EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742EEA

Black with #742EEA

Text Example


Text Example

White with #742EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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