Html Css Color HEX #7E4EAC Studio

📋 copy color: '#7E4EAC'

red 126 ◦ green 78 ◦ blue 172

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

Shades of Studio #7E4EAC

Tints of Studio #7E4EAC

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.74%

 BLUE value IS 172 (67.58% from 255) = 45.74%

R = 33.51%
G = 20.74%
B = 45.74%

CMYK

 C value IS 0.27

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7E4EAC (or 0x7E4EAC) is known color: Studio. HEX triplet: 7E, 4E and AC. RGB value is (126,78,172). Sum of RGB (Red+Green+Blue) = 126+78+172=376 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.51% from 376); Green value is 78 (30.86% from 255 or 20.74% from 376); Blue value is 172 (67.58% from 255 or 45.74% from 376); Max value from RGB is 172 - color contains mainly: blue. Hex color #7E4EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E4EAC is #81B153. Grayscale: #666666. Windows color (decimal): -8499540 or 11292286. OLE color: 11292286.

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

Color convert

RGB 126 78 172 -
CMYK 0.27 0.55 0 0.33
HSL 270.64º 0.38% 0.49% -
HSV(B) 270.64º 0.55% 0.67% -
XYZ 18.77 12.86 40.52 -
YUV 103.07 166.9 144.36 -
System Red Green Blue C M Y K H S L
Decimal 126 78 172 0.27 0.55 0 0.33 270.64 0.38 0.49
Hex 7E 4E AC 1B 37 0 21 10F 26 31
Octal 176 116 254 33 67 0 41 417 46 61
Binary 1111110 1001110 10101100 11011 110111 0 100001 100001111 100110 110001

Color Harmonies of #7E4EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E4EAC

Black with #7E4EAC

Text Example


Text Example

White with #7E4EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,78,172); }

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

background-color css

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

 a { background-color: rgb(126,78,172); }

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

border-color css

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

 span { border-color: rgb(126,78,172); }

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