Html Css Color HEX #7E43AC Studio

📋 copy color: '#7E43AC'

red 126 ◦ green 67 ◦ blue 172

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

Shades of Studio #7E43AC

Tints of Studio #7E43AC

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.36%

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

R = 34.52%
G = 18.36%
B = 47.12%

CMYK

 C value IS 0.27

 M value IS 0.61

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7E43AC (or 0x7E43AC) is known color: Studio. HEX triplet: 7E, 43 and AC. RGB value is (126,67,172). Sum of RGB (Red+Green+Blue) = 126+67+172=365 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.52% from 365); Green value is 67 (26.56% from 255 or 18.36% from 365); Blue value is 172 (67.58% from 255 or 47.12% from 365); Max value from RGB is 172 - color contains mainly: blue. Hex color #7E43AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E43AC is #81BC53. Grayscale: #606060. Windows color (decimal): -8502356 or 11289470. OLE color: 11289470.

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

Color convert

RGB 126 67 172 -
CMYK 0.27 0.61 0 0.33
HSL 273.71º 0.44% 0.47% -
HSV(B) 273.71º 0.61% 0.67% -
XYZ 18.06 11.43 40.28 -
YUV 96.61 170.55 148.96 -
System Red Green Blue C M Y K H S L
Decimal 126 67 172 0.27 0.61 0 0.33 273.71 0.44 0.47
Hex 7E 43 AC 1B 3D 0 21 112 2C 2F
Octal 176 103 254 33 75 0 41 422 54 57
Binary 1111110 1000011 10101100 11011 111101 0 100001 100010010 101100 101111

Color Harmonies of #7E43AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E43AC

Black with #7E43AC

Text Example


Text Example

White with #7E43AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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