Html Css Color HEX #7E3DAE Studio

📋 copy color: '#7E3DAE'

red 126 ◦ green 61 ◦ blue 174

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

Shades of Studio #7E3DAE

Tints of Studio #7E3DAE

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.9%

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

R = 34.9%
G = 16.9%
B = 48.2%

CMYK

 C value IS 0.28

 M value IS 0.65

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7E3DAE (or 0x7E3DAE) is known color: Studio. HEX triplet: 7E, 3D and AE. RGB value is (126,61,174). Sum of RGB (Red+Green+Blue) = 126+61+174=361 (47% of max value = 765). Red value is 126 (49.61% from 255 or 34.90% from 361); Green value is 61 (24.22% from 255 or 16.90% from 361); Blue value is 174 (68.36% from 255 or 48.20% from 361); Max value from RGB is 174 - color contains mainly: blue. Hex color #7E3DAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E3DAE is #81C251. Grayscale: #5C5C5C. Windows color (decimal): -8503890 or 11419006. OLE color: 11419006.

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

Color convert

RGB 126 61 174 -
CMYK 0.28 0.65 0 0.32
HSL 274.51º 0.48% 0.46% -
HSV(B) 274.51º 0.65% 0.68% -
XYZ 17.91 10.83 41.19 -
YUV 93.32 173.53 151.31 -
System Red Green Blue C M Y K H S L
Decimal 126 61 174 0.28 0.65 0 0.32 274.51 0.48 0.46
Hex 7E 3D AE 1C 41 0 20 113 30 2E
Octal 176 75 256 34 101 0 40 423 60 56
Binary 1111110 111101 10101110 11100 1000001 0 100000 100010011 110000 101110

Color Harmonies of #7E3DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E3DAE

Black with #7E3DAE

Text Example


Text Example

White with #7E3DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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