Html Css Color HEX #7E2ECB Blue Violet

📋 copy color: '#7E2ECB'

red 126 ◦ green 46 ◦ blue 203

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

Shades of Blue Violet #7E2ECB

Tints of Blue Violet #7E2ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 54.13%

R = 33.6%
G = 12.27%
B = 54.13%

CMYK

 C value IS 0.38

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7E2ECB (or 0x7E2ECB) is known color: Blue Violet. HEX triplet: 7E, 2E and CB. RGB value is (126,46,203). Sum of RGB (Red+Green+Blue) = 126+46+203=375 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.6% from 375); Green value is 46 (18.36% from 255 or 12.27% from 375); Blue value is 203 (79.69% from 255 or 54.13% from 375); Max value from RGB is 203 - color contains mainly: blue. Hex color #7E2ECB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E2ECB is #81D134. Grayscale: #575757. Windows color (decimal): -8507701 or 13315710. OLE color: 13315710.

HSL color Cylindrical-coordinate representation of color #7E2ECB: hue angle of 270.57º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7E2ECB is Cyan = 0.38, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 126 46 203 -
CMYK 0.38 0.77 0 0.20
HSL 270.57º 0.63% 0.49% -
HSV(B) 270.57º 0.77% 0.8% -
XYZ 20.36 10.7 57.49 -
YUV 87.82 193 155.23 -
System Red Green Blue C M Y K H S L
Decimal 126 46 203 0.38 0.77 0 0.20 270.57 0.63 0.49
Hex 7E 2E CB 26 4D 0 14 10F 3F 31
Octal 176 56 313 46 115 0 24 417 77 61
Binary 1111110 101110 11001011 100110 1001101 0 10100 100001111 111111 110001

Color Harmonies of #7E2ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E2ECB

Black with #7E2ECB

Text Example


Text Example

White with #7E2ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,46,203); }

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

background-color css

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

 a { background-color: rgb(126,46,203); }

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

border-color css

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

 span { border-color: rgb(126,46,203); }

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