Html Css Color HEX #7E3EBA Studio

📋 copy color: '#7E3EBA'

red 126 ◦ green 62 ◦ blue 186

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

Shades of Studio #7E3EBA

Tints of Studio #7E3EBA

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.58%

 BLUE value IS 186 (73.05% from 255) = 49.73%

R = 33.69%
G = 16.58%
B = 49.73%

CMYK

 C value IS 0.32

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7E3EBA (or 0x7E3EBA) is known color: Studio. HEX triplet: 7E, 3E and BA. RGB value is (126,62,186). Sum of RGB (Red+Green+Blue) = 126+62+186=374 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.69% from 374); Green value is 62 (24.61% from 255 or 16.58% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 186 - color contains mainly: blue. Hex color #7E3EBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E3EBA is #81C145. Grayscale: #5E5E5E. Windows color (decimal): -8503622 or 12205694. OLE color: 12205694.

HSL color Cylindrical-coordinate representation of color #7E3EBA: hue angle of 270.97º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7E3EBA is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 126 62 186 -
CMYK 0.32 0.67 0 0.27
HSL 270.97º 0.5% 0.49% -
HSV(B) 270.97º 0.67% 0.73% -
XYZ 19.19 11.43 47.65 -
YUV 95.27 179.2 149.92 -
System Red Green Blue C M Y K H S L
Decimal 126 62 186 0.32 0.67 0 0.27 270.97 0.5 0.49
Hex 7E 3E BA 20 43 0 1B 10F 32 31
Octal 176 76 272 40 103 0 33 417 62 61
Binary 1111110 111110 10111010 100000 1000011 0 11011 100001111 110010 110001

Color Harmonies of #7E3EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E3EBA

Black with #7E3EBA

Text Example


Text Example

White with #7E3EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,62,186); }

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

background-color css

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

 a { background-color: rgb(126,62,186); }

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

border-color css

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

 span { border-color: rgb(126,62,186); }

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