Html Css Color HEX #7E2AFE Blue Violet

📋 copy color: '#7E2AFE'

red 126 ◦ green 42 ◦ blue 254

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

Shades of Blue Violet #7E2AFE

Tints of Blue Violet #7E2AFE

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.95%

 BLUE value IS 254 (99.61% from 255) = 60.19%

R = 29.86%
G = 9.95%
B = 60.19%

CMYK

 C value IS 0.50

 M value IS 0.83

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7E2AFE (or 0x7E2AFE) is known color: Blue Violet. HEX triplet: 7E, 2A and FE. RGB value is (126,42,254). Sum of RGB (Red+Green+Blue) = 126+42+254=422 (55% of max value = 765). Red value is 126 (49.61% from 255 or 29.86% from 422); Green value is 42 (16.80% from 255 or 9.95% from 422); Blue value is 254 (99.61% from 255 or 60.19% from 422); Max value from RGB is 254 - color contains mainly: blue. Hex color #7E2AFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7E2AFE is #81D501. Grayscale: #5A5A5A. Windows color (decimal): -8508674 or 16657022. OLE color: 16657022.

HSL color Cylindrical-coordinate representation of color #7E2AFE: hue angle of 263.77º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7E2AFE is Cyan = 0.50, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 126 42 254 -
CMYK 0.50 0.83 0 0.00
HSL 263.77º 0.99% 0.58% -
HSV(B) 263.77º 0.83% 1% -
XYZ 27.32 13.25 94.88 -
YUV 91.28 219.83 152.76 -
System Red Green Blue C M Y K H S L
Decimal 126 42 254 0.50 0.83 0 0.00 263.77 0.99 0.58
Hex 7E 2A FE 32 53 0 0 108 63 3A
Octal 176 52 376 62 123 0 0 410 143 72
Binary 1111110 101010 11111110 110010 1010011 0 0 100001000 1100011 111010

Color Harmonies of #7E2AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E2AFE

Black with #7E2AFE

Text Example


Text Example

White with #7E2AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,42,254); }

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

background-color css

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

 a { background-color: rgb(126,42,254); }

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

border-color css

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

 span { border-color: rgb(126,42,254); }

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