Html Css Color HEX #7E1EFA Blue Violet

📋 copy color: '#7E1EFA'

red 126 ◦ green 30 ◦ blue 250

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

Shades of Blue Violet #7E1EFA

Tints of Blue Violet #7E1EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 61.58%

R = 31.03%
G = 7.39%
B = 61.58%

CMYK

 C value IS 0.50

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7E1EFA (or 0x7E1EFA) is known color: Blue Violet. HEX triplet: 7E, 1E and FA. RGB value is (126,30,250). Sum of RGB (Red+Green+Blue) = 126+30+250=406 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.03% from 406); Green value is 30 (12.11% from 255 or 7.39% from 406); Blue value is 250 (98.05% from 255 or 61.58% from 406); Max value from RGB is 250 - color contains mainly: blue. Hex color #7E1EFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7E1EFA is #81E105. Grayscale: #535353. Windows color (decimal): -8511750 or 16391806. OLE color: 16391806.

HSL color Cylindrical-coordinate representation of color #7E1EFA: hue angle of 266.18º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7E1EFA is Cyan = 0.50, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 126 30 250 -
CMYK 0.50 0.88 0 0.02
HSL 266.18º 0.96% 0.55% -
HSV(B) 266.18º 0.88% 0.98% -
XYZ 26.32 12.27 91.42 -
YUV 83.78 221.8 158.11 -
System Red Green Blue C M Y K H S L
Decimal 126 30 250 0.50 0.88 0 0.02 266.18 0.96 0.55
Hex 7E 1E FA 32 58 0 2 10A 60 37
Octal 176 36 372 62 130 0 2 412 140 67
Binary 1111110 11110 11111010 110010 1011000 0 10 100001010 1100000 110111

Color Harmonies of #7E1EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E1EFA

Black with #7E1EFA

Text Example


Text Example

White with #7E1EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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