Html Css Color HEX #7E3BAE Studio

📋 copy color: '#7E3BAE'

red 126 ◦ green 59 ◦ blue 174

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

Shades of Studio #7E3BAE

Tints of Studio #7E3BAE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.43%

 BLUE value IS 174 (68.36% from 255) = 48.47%

R = 35.1%
G = 16.43%
B = 48.47%

CMYK

 C value IS 0.28

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7E3BAE (or 0x7E3BAE) is known color: Studio. HEX triplet: 7E, 3B and AE. RGB value is (126,59,174). Sum of RGB (Red+Green+Blue) = 126+59+174=359 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.10% from 359); Green value is 59 (23.44% from 255 or 16.43% from 359); Blue value is 174 (68.36% from 255 or 48.47% from 359); Max value from RGB is 174 - color contains mainly: blue. Hex color #7E3BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E3BAE is #81C451. Grayscale: #5B5B5B. Windows color (decimal): -8504402 or 11418494. OLE color: 11418494.

HSL color Cylindrical-coordinate representation of color #7E3BAE: hue angle of 274.96º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7E3BAE is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 126 59 174 -
CMYK 0.28 0.66 0 0.32
HSL 274.96º 0.49% 0.46% -
HSV(B) 274.96º 0.66% 0.68% -
XYZ 17.81 10.62 41.16 -
YUV 92.14 174.2 152.15 -
System Red Green Blue C M Y K H S L
Decimal 126 59 174 0.28 0.66 0 0.32 274.96 0.49 0.46
Hex 7E 3B AE 1C 42 0 20 113 31 2E
Octal 176 73 256 34 102 0 40 423 61 56
Binary 1111110 111011 10101110 11100 1000010 0 100000 100010011 110001 101110

Color Harmonies of #7E3BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E3BAE

Black with #7E3BAE

Text Example


Text Example

White with #7E3BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,59,174); }

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

background-color css

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

 a { background-color: rgb(126,59,174); }

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

border-color css

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

 span { border-color: rgb(126,59,174); }

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