Html Css Color HEX #7E48AE Studio

📋 copy color: '#7E48AE'

red 126 ◦ green 72 ◦ blue 174

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

Shades of Studio #7E48AE

Tints of Studio #7E48AE

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.35%

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

R = 33.87%
G = 19.35%
B = 46.77%

CMYK

 C value IS 0.28

 M value IS 0.59

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7E48AE (or 0x7E48AE) is known color: Studio. HEX triplet: 7E, 48 and AE. RGB value is (126,72,174). Sum of RGB (Red+Green+Blue) = 126+72+174=372 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.87% from 372); Green value is 72 (28.52% from 255 or 19.35% from 372); Blue value is 174 (68.36% from 255 or 46.77% from 372); Max value from RGB is 174 - color contains mainly: blue. Hex color #7E48AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E48AE is #81B751. Grayscale: #636363. Windows color (decimal): -8501074 or 11421822. OLE color: 11421822.

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

Color convert

RGB 126 72 174 -
CMYK 0.28 0.59 0 0.32
HSL 271.76º 0.41% 0.48% -
HSV(B) 271.76º 0.59% 0.68% -
XYZ 18.56 12.13 41.41 -
YUV 99.77 169.89 146.71 -
System Red Green Blue C M Y K H S L
Decimal 126 72 174 0.28 0.59 0 0.32 271.76 0.41 0.48
Hex 7E 48 AE 1C 3B 0 20 110 29 30
Octal 176 110 256 34 73 0 40 420 51 60
Binary 1111110 1001000 10101110 11100 111011 0 100000 100010000 101001 110000

Color Harmonies of #7E48AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E48AE

Black with #7E48AE

Text Example


Text Example

White with #7E48AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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