Html Css Color HEX #7E11F1 Blue Violet

📋 copy color: '#7E11F1'

red 126 ◦ green 17 ◦ blue 241

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

Shades of Blue Violet #7E11F1

Tints of Blue Violet #7E11F1

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.43%

 BLUE value IS 241 (94.53% from 255) = 62.76%

R = 32.81%
G = 4.43%
B = 62.76%

CMYK

 C value IS 0.48

 M value IS 0.93

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7E11F1 (or 0x7E11F1) is known color: Blue Violet. HEX triplet: 7E, 11 and F1. RGB value is (126,17,241). Sum of RGB (Red+Green+Blue) = 126+17+241=384 (50% of max value = 765). Red value is 126 (49.61% from 255 or 32.81% from 384); Green value is 17 (7.03% from 255 or 4.43% from 384); Blue value is 241 (94.53% from 255 or 62.76% from 384); Max value from RGB is 241 - color contains mainly: blue. Hex color #7E11F1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7E11F1 is #81EE0E. Grayscale: #4A4A4A. Windows color (decimal): -8515087 or 15798654. OLE color: 15798654.

HSL color Cylindrical-coordinate representation of color #7E11F1: hue angle of 269.2º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7E11F1 is Cyan = 0.48, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 126 17 241 -
CMYK 0.48 0.93 0 0.05
HSL 269.2º 0.89% 0.51% -
HSV(B) 269.2º 0.93% 0.95% -
XYZ 24.68 11.19 84.08 -
YUV 75.13 221.61 164.29 -
System Red Green Blue C M Y K H S L
Decimal 126 17 241 0.48 0.93 0 0.05 269.2 0.89 0.51
Hex 7E 11 F1 30 5D 0 5 10D 59 33
Octal 176 21 361 60 135 0 5 415 131 63
Binary 1111110 10001 11110001 110000 1011101 0 101 100001101 1011001 110011

Color Harmonies of #7E11F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E11F1

Black with #7E11F1

Text Example


Text Example

White with #7E11F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,17,241); }

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

background-color css

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

 a { background-color: rgb(126,17,241); }

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

border-color css

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

 span { border-color: rgb(126,17,241); }

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