Html Css Color HEX #7E3BFF Blue Violet

📋 copy color: '#7E3BFF'

red 126 ◦ green 59 ◦ blue 255

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

Shades of Blue Violet #7E3BFF

Tints of Blue Violet #7E3BFF

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.41%

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

R = 28.64%
G = 13.41%
B = 57.95%

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

#7E3BFF (or 0x7E3BFF) is known color: Blue Violet. HEX triplet: 7E, 3B and FF. RGB value is (126,59,255). Sum of RGB (Red+Green+Blue) = 126+59+255=440 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.64% from 440); Green value is 59 (23.44% from 255 or 13.41% from 440); Blue value is 255 (100% from 255 or 57.95% from 440); Max value from RGB is 255 - color contains mainly: blue. Hex color #7E3BFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7E3BFF is #81C400. Grayscale: #646464. Windows color (decimal): -8504321 or 16726910. OLE color: 16726910.

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

Color convert

RGB 126 59 255 -
CMYK 0.51 0.77 0 0
HSL 260.51º 1% 0.62% -
HSV(B) 260.51º 0.77% 1% -
XYZ 28.22 14.78 95.97 -
YUV 101.38 214.7 145.56 -
System Red Green Blue C M Y K H S L
Decimal 126 59 255 0.51 0.77 0 0 260.51 1 0.62
Hex 7E 3B FF 33 4D 0 0 105 64 3E
Octal 176 73 377 63 115 0 0 405 144 76
Binary 1111110 111011 11111111 110011 1001101 0 0 100000101 1100100 111110

Color Harmonies of #7E3BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E3BFF

Black with #7E3BFF

Text Example


Text Example

White with #7E3BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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