Html Css Color HEX #7E1AF3 Blue Violet

📋 copy color: '#7E1AF3'

red 126 ◦ green 26 ◦ blue 243

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

Shades of Blue Violet #7E1AF3

Tints of Blue Violet #7E1AF3

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.58%

 BLUE value IS 243 (95.31% from 255) = 61.52%

R = 31.9%
G = 6.58%
B = 61.52%

CMYK

 C value IS 0.48

 M value IS 0.89

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7E1AF3 (or 0x7E1AF3) is known color: Blue Violet. HEX triplet: 7E, 1A and F3. RGB value is (126,26,243). Sum of RGB (Red+Green+Blue) = 126+26+243=395 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.90% from 395); Green value is 26 (10.55% from 255 or 6.58% from 395); Blue value is 243 (95.31% from 255 or 61.52% from 395); Max value from RGB is 243 - color contains mainly: blue. Hex color #7E1AF3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7E1AF3 is #81E50C. Grayscale: #4F4F4F. Windows color (decimal): -8512781 or 15932030. OLE color: 15932030.

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

Color convert

RGB 126 26 243 -
CMYK 0.48 0.89 0 0.05
HSL 267.65º 0.9% 0.53% -
HSV(B) 267.65º 0.89% 0.95% -
XYZ 25.15 11.65 85.72 -
YUV 80.64 219.63 160.36 -
System Red Green Blue C M Y K H S L
Decimal 126 26 243 0.48 0.89 0 0.05 267.65 0.9 0.53
Hex 7E 1A F3 30 59 0 5 10C 5A 35
Octal 176 32 363 60 131 0 5 414 132 65
Binary 1111110 11010 11110011 110000 1011001 0 101 100001100 1011010 110101

Color Harmonies of #7E1AF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E1AF3

Black with #7E1AF3

Text Example


Text Example

White with #7E1AF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,26,243); }

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

background-color css

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

 a { background-color: rgb(126,26,243); }

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

border-color css

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

 span { border-color: rgb(126,26,243); }

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