Html Css Color HEX #7E3AFE Blue Violet

📋 copy color: '#7E3AFE'

red 126 ◦ green 58 ◦ blue 254

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

Shades of Blue Violet #7E3AFE

Tints of Blue Violet #7E3AFE

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.24%

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

R = 28.77%
G = 13.24%
B = 57.99%

CMYK

 C value IS 0.50

 M value IS 0.77

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7E3AFE (or 0x7E3AFE) is known color: Blue Violet. HEX triplet: 7E, 3A and FE. RGB value is (126,58,254). Sum of RGB (Red+Green+Blue) = 126+58+254=438 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.77% from 438); Green value is 58 (23.05% from 255 or 13.24% from 438); Blue value is 254 (99.61% from 255 or 57.99% from 438); Max value from RGB is 254 - color contains mainly: blue. Hex color #7E3AFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7E3AFE is #81C501. Grayscale: #636363. Windows color (decimal): -8504578 or 16661118. OLE color: 16661118.

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

Color convert

RGB 126 58 254 -
CMYK 0.50 0.77 0 0.00
HSL 260.82º 0.99% 0.61% -
HSV(B) 260.82º 0.77% 1% -
XYZ 28.01 14.62 95.11 -
YUV 100.68 214.53 146.06 -
System Red Green Blue C M Y K H S L
Decimal 126 58 254 0.50 0.77 0 0.00 260.82 0.99 0.61
Hex 7E 3A FE 32 4D 0 0 105 63 3D
Octal 176 72 376 62 115 0 0 405 143 75
Binary 1111110 111010 11111110 110010 1001101 0 0 100000101 1100011 111101

Color Harmonies of #7E3AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E3AFE

Black with #7E3AFE

Text Example


Text Example

White with #7E3AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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