Html Css Color HEX #7E1ED6 Blue Violet

📋 copy color: '#7E1ED6'

red 126 ◦ green 30 ◦ blue 214

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

Shades of Blue Violet #7E1ED6

Tints of Blue Violet #7E1ED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 57.84%

R = 34.05%
G = 8.11%
B = 57.84%

CMYK

 C value IS 0.41

 M value IS 0.86

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7E1ED6 (or 0x7E1ED6) is known color: Blue Violet. HEX triplet: 7E, 1E and D6. RGB value is (126,30,214). Sum of RGB (Red+Green+Blue) = 126+30+214=370 (49% of max value = 765). Red value is 126 (49.61% from 255 or 34.05% from 370); Green value is 30 (12.11% from 255 or 8.11% from 370); Blue value is 214 (83.98% from 255 or 57.84% from 370); Max value from RGB is 214 - color contains mainly: blue. Hex color #7E1ED6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E1ED6 is #81E129. Grayscale: #4F4F4F. Windows color (decimal): -8511786 or 14032510. OLE color: 14032510.

HSL color Cylindrical-coordinate representation of color #7E1ED6: hue angle of 271.3º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7E1ED6 is Cyan = 0.41, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 126 30 214 -
CMYK 0.41 0.86 0 0.16
HSL 271.3º 0.75% 0.48% -
HSV(B) 271.3º 0.86% 0.84% -
XYZ 21.21 10.22 64.47 -
YUV 79.68 203.8 161.04 -
System Red Green Blue C M Y K H S L
Decimal 126 30 214 0.41 0.86 0 0.16 271.3 0.75 0.48
Hex 7E 1E D6 29 56 0 10 10F 4B 30
Octal 176 36 326 51 126 0 20 417 113 60
Binary 1111110 11110 11010110 101001 1010110 0 10000 100001111 1001011 110000

Color Harmonies of #7E1ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E1ED6

Black with #7E1ED6

Text Example


Text Example

White with #7E1ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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