Html Css Color HEX #7E2BEA Blue Violet

📋 copy color: '#7E2BEA'

red 126 ◦ green 43 ◦ blue 234

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

Shades of Blue Violet #7E2BEA

Tints of Blue Violet #7E2BEA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.67%

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

R = 31.27%
G = 10.67%
B = 58.06%

CMYK

 C value IS 0.46

 M value IS 0.82

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7E2BEA (or 0x7E2BEA) is known color: Blue Violet. HEX triplet: 7E, 2B and EA. RGB value is (126,43,234). Sum of RGB (Red+Green+Blue) = 126+43+234=403 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.27% from 403); Green value is 43 (17.19% from 255 or 10.67% from 403); Blue value is 234 (91.80% from 255 or 58.06% from 403); Max value from RGB is 234 - color contains mainly: blue. Hex color #7E2BEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7E2BEA is #81D415. Grayscale: #585858. Windows color (decimal): -8508438 or 15346558. OLE color: 15346558.

HSL color Cylindrical-coordinate representation of color #7E2BEA: hue angle of 266.07º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7E2BEA is Cyan = 0.46, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 126 43 234 -
CMYK 0.46 0.82 0 0.08
HSL 266.07º 0.82% 0.54% -
HSV(B) 266.07º 0.82% 0.92% -
XYZ 24.32 12.1 78.9 -
YUV 89.59 209.5 153.97 -
System Red Green Blue C M Y K H S L
Decimal 126 43 234 0.46 0.82 0 0.08 266.07 0.82 0.54
Hex 7E 2B EA 2E 52 0 8 10A 52 36
Octal 176 53 352 56 122 0 10 412 122 66
Binary 1111110 101011 11101010 101110 1010010 0 1000 100001010 1010010 110110

Color Harmonies of #7E2BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E2BEA

Black with #7E2BEA

Text Example


Text Example

White with #7E2BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,43,234); }

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

background-color css

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

 a { background-color: rgb(126,43,234); }

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

border-color css

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

 span { border-color: rgb(126,43,234); }

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