Html Css Color HEX #7E3CFE Blue Violet

📋 copy color: '#7E3CFE'

red 126 ◦ green 60 ◦ blue 254

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

Shades of Blue Violet #7E3CFE

Tints of Blue Violet #7E3CFE

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.64%

 BLUE value IS 254 (99.61% from 255) = 57.73%

R = 28.64%
G = 13.64%
B = 57.73%

CMYK

 C value IS 0.50

 M value IS 0.76

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7E3CFE (or 0x7E3CFE) is known color: Blue Violet. HEX triplet: 7E, 3C and FE. RGB value is (126,60,254). Sum of RGB (Red+Green+Blue) = 126+60+254=440 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.64% from 440); Green value is 60 (23.83% from 255 or 13.64% from 440); Blue value is 254 (99.61% from 255 or 57.73% from 440); Max value from RGB is 254 - color contains mainly: blue. Hex color #7E3CFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7E3CFE is #81C301. Grayscale: #656565. Windows color (decimal): -8504066 or 16661630. OLE color: 16661630.

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

Color convert

RGB 126 60 254 -
CMYK 0.50 0.76 0 0.00
HSL 260.41º 0.99% 0.62% -
HSV(B) 260.41º 0.76% 1% -
XYZ 28.11 14.82 95.15 -
YUV 101.85 213.87 145.23 -
System Red Green Blue C M Y K H S L
Decimal 126 60 254 0.50 0.76 0 0.00 260.41 0.99 0.62
Hex 7E 3C FE 32 4C 0 0 104 63 3E
Octal 176 74 376 62 114 0 0 404 143 76
Binary 1111110 111100 11111110 110010 1001100 0 0 100000100 1100011 111110

Color Harmonies of #7E3CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E3CFE

Black with #7E3CFE

Text Example


Text Example

White with #7E3CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,60,254); }

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

background-color css

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

 a { background-color: rgb(126,60,254); }

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

border-color css

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

 span { border-color: rgb(126,60,254); }

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