Html Css Color HEX #7E3AFF Blue Violet

📋 copy color: '#7E3AFF'

red 126 ◦ green 58 ◦ blue 255

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

Shades of Blue Violet #7E3AFF

Tints of Blue Violet #7E3AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 58.09%

R = 28.7%
G = 13.21%
B = 58.09%

CMYK

 C value IS 0.51

 M value IS 0.77

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7E3AFF (or 0x7E3AFF) is known color: Blue Violet. HEX triplet: 7E, 3A and FF. RGB value is (126,58,255). Sum of RGB (Red+Green+Blue) = 126+58+255=439 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.70% from 439); Green value is 58 (23.05% from 255 or 13.21% from 439); Blue value is 255 (100% from 255 or 58.09% from 439); Max value from RGB is 255 - color contains mainly: blue. Hex color #7E3AFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7E3AFF is #81C500. Grayscale: #646464. Windows color (decimal): -8504577 or 16726654. OLE color: 16726654.

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

Color convert

RGB 126 58 255 -
CMYK 0.51 0.77 0 0
HSL 260.71º 1% 0.61% -
HSV(B) 260.71º 0.77% 1% -
XYZ 28.17 14.68 95.96 -
YUV 100.79 215.03 145.98 -
System Red Green Blue C M Y K H S L
Decimal 126 58 255 0.51 0.77 0 0 260.71 1 0.61
Hex 7E 3A FF 33 4D 0 0 105 64 3D
Octal 176 72 377 63 115 0 0 405 144 75
Binary 1111110 111010 11111111 110011 1001101 0 0 100000101 1100100 111101

Color Harmonies of #7E3AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E3AFF

Black with #7E3AFF

Text Example


Text Example

White with #7E3AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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