Html Css Color HEX #7E49E6 Blue Violet

📋 copy color: '#7E49E6'

red 126 ◦ green 73 ◦ blue 230

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

Shades of Blue Violet #7E49E6

Tints of Blue Violet #7E49E6

RGB

 RED value IS 126 (49.61% from 255) = 29.37%

 GREEN value IS 73 (28.91% from 255) = 17.02%

 BLUE value IS 230 (90.23% from 255) = 53.61%

R = 29.37%
G = 17.02%
B = 53.61%

CMYK

 C value IS 0.45

 M value IS 0.68

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#7E49E6 (or 0x7E49E6) is known color: Blue Violet. HEX triplet: 7E, 49 and E6. RGB value is (126,73,230). Sum of RGB (Red+Green+Blue) = 126+73+230=429 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.37% from 429); Green value is 73 (28.91% from 255 or 17.02% from 429); Blue value is 230 (90.23% from 255 or 53.61% from 429); Max value from RGB is 230 - color contains mainly: blue. Hex color #7E49E6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7E49E6 is #81B619. Grayscale: #6A6A6A. Windows color (decimal): -8500762 or 15092094. OLE color: 15092094.

HSL color Cylindrical-coordinate representation of color #7E49E6: hue angle of 260.25º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7E49E6 is Cyan = 0.45, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 126 73 230 -
CMYK 0.45 0.68 0 0.10
HSL 260.25º 0.76% 0.59% -
HSV(B) 260.25º 0.68% 0.9% -
XYZ 25.27 14.91 76.41 -
YUV 106.75 197.56 141.73 -
System Red Green Blue C M Y K H S L
Decimal 126 73 230 0.45 0.68 0 0.10 260.25 0.76 0.59
Hex 7E 49 E6 2D 44 0 A 104 4C 3B
Octal 176 111 346 55 104 0 12 404 114 73
Binary 1111110 1001001 11100110 101101 1000100 0 1010 100000100 1001100 111011

Color Harmonies of #7E49E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E49E6

Black with #7E49E6

Text Example


Text Example

White with #7E49E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7E49E6; }

 p { color: rgb(126,73,230); }

 H1.HeaderClassName
 {
   color: #7E49E6;
 }
 .AnyTagClassName
 {
   color: #7E49E6;
 }
</style>

background-color css

<style>
 a { background-color: #7E49E6; }

 a { background-color: rgb(126,73,230); }

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

border-color css

<style>
 span { border-color: #7E49E6; }

 span { border-color: rgb(126,73,230); }

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