Html Css Color HEX #7E4AAE Studio

📋 copy color: '#7E4AAE'

red 126 ◦ green 74 ◦ blue 174

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

Shades of Studio #7E4AAE

Tints of Studio #7E4AAE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.79%

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

R = 33.69%
G = 19.79%
B = 46.52%

CMYK

 C value IS 0.28

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7E4AAE (or 0x7E4AAE) is known color: Studio. HEX triplet: 7E, 4A and AE. RGB value is (126,74,174). Sum of RGB (Red+Green+Blue) = 126+74+174=374 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.69% from 374); Green value is 74 (29.30% from 255 or 19.79% from 374); Blue value is 174 (68.36% from 255 or 46.52% from 374); Max value from RGB is 174 - color contains mainly: blue. Hex color #7E4AAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E4AAE is #81B551. Grayscale: #646464. Windows color (decimal): -8500562 or 11422334. OLE color: 11422334.

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

Color convert

RGB 126 74 174 -
CMYK 0.28 0.57 0 0.32
HSL 271.2º 0.4% 0.49% -
HSV(B) 271.2º 0.57% 0.68% -
XYZ 18.69 12.39 41.45 -
YUV 100.95 169.23 145.87 -
System Red Green Blue C M Y K H S L
Decimal 126 74 174 0.28 0.57 0 0.32 271.2 0.4 0.49
Hex 7E 4A AE 1C 39 0 20 10F 28 31
Octal 176 112 256 34 71 0 40 417 50 61
Binary 1111110 1001010 10101110 11100 111001 0 100000 100001111 101000 110001

Color Harmonies of #7E4AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E4AAE

Black with #7E4AAE

Text Example


Text Example

White with #7E4AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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