Html Css Color HEX #7E1EE6 Blue Violet

📋 copy color: '#7E1EE6'

red 126 ◦ green 30 ◦ blue 230

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

Shades of Blue Violet #7E1EE6

Tints of Blue Violet #7E1EE6

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.77%

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

R = 32.64%
G = 7.77%
B = 59.59%

CMYK

 C value IS 0.45

 M value IS 0.87

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#7E1EE6 (or 0x7E1EE6) is known color: Blue Violet. HEX triplet: 7E, 1E and E6. RGB value is (126,30,230). Sum of RGB (Red+Green+Blue) = 126+30+230=386 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.64% from 386); Green value is 30 (12.11% from 255 or 7.77% from 386); Blue value is 230 (90.23% from 255 or 59.59% from 386); Max value from RGB is 230 - color contains mainly: blue. Hex color #7E1EE6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7E1EE6 is #81E119. Grayscale: #505050. Windows color (decimal): -8511770 or 15081086. OLE color: 15081086.

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

Color convert

RGB 126 30 230 -
CMYK 0.45 0.87 0 0.10
HSL 268.8º 0.8% 0.51% -
HSV(B) 268.8º 0.87% 0.9% -
XYZ 23.35 11.08 75.77 -
YUV 81.5 211.8 159.74 -
System Red Green Blue C M Y K H S L
Decimal 126 30 230 0.45 0.87 0 0.10 268.8 0.8 0.51
Hex 7E 1E E6 2D 57 0 A 10D 50 33
Octal 176 36 346 55 127 0 12 415 120 63
Binary 1111110 11110 11100110 101101 1010111 0 1010 100001101 1010000 110011

Color Harmonies of #7E1EE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E1EE6

Black with #7E1EE6

Text Example


Text Example

White with #7E1EE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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