Html Css Color HEX #7E1EFF Blue Violet

📋 copy color: '#7E1EFF'

red 126 ◦ green 30 ◦ blue 255

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

Shades of Blue Violet #7E1EFF

Tints of Blue Violet #7E1EFF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.3%

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

R = 30.66%
G = 7.3%
B = 62.04%

CMYK

 C value IS 0.51

 M value IS 0.88

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7E1EFF (or 0x7E1EFF) is known color: Blue Violet. HEX triplet: 7E, 1E and FF. RGB value is (126,30,255). Sum of RGB (Red+Green+Blue) = 126+30+255=411 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.66% from 411); Green value is 30 (12.11% from 255 or 7.30% from 411); Blue value is 255 (100% from 255 or 62.04% from 411); Max value from RGB is 255 - color contains mainly: blue. Hex color #7E1EFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7E1EFF is #81E100. Grayscale: #535353. Windows color (decimal): -8511745 or 16719486. OLE color: 16719486.

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

Color convert

RGB 126 30 255 -
CMYK 0.51 0.88 0 0
HSL 265.6º 1% 0.56% -
HSV(B) 265.6º 0.88% 1% -
XYZ 27.12 12.58 95.61 -
YUV 84.35 224.3 157.7 -
System Red Green Blue C M Y K H S L
Decimal 126 30 255 0.51 0.88 0 0 265.6 1 0.56
Hex 7E 1E FF 33 58 0 0 10A 64 38
Octal 176 36 377 63 130 0 0 412 144 70
Binary 1111110 11110 11111111 110011 1011000 0 0 100001010 1100100 111000

Color Harmonies of #7E1EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E1EFF

Black with #7E1EFF

Text Example


Text Example

White with #7E1EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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