Html Css Color HEX #7E41AC Studio

📋 copy color: '#7E41AC'

red 126 ◦ green 65 ◦ blue 172

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

Shades of Studio #7E41AC

Tints of Studio #7E41AC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.91%

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

R = 34.71%
G = 17.91%
B = 47.38%

CMYK

 C value IS 0.27

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7E41AC (or 0x7E41AC) is known color: Studio. HEX triplet: 7E, 41 and AC. RGB value is (126,65,172). Sum of RGB (Red+Green+Blue) = 126+65+172=363 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.71% from 363); Green value is 65 (25.78% from 255 or 17.91% from 363); Blue value is 172 (67.58% from 255 or 47.38% from 363); Max value from RGB is 172 - color contains mainly: blue. Hex color #7E41AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E41AC is #81BE53. Grayscale: #5F5F5F. Windows color (decimal): -8502868 or 11288958. OLE color: 11288958.

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

Color convert

RGB 126 65 172 -
CMYK 0.27 0.62 0 0.33
HSL 274.21º 0.45% 0.46% -
HSV(B) 274.21º 0.62% 0.67% -
XYZ 17.94 11.19 40.24 -
YUV 95.44 171.21 149.8 -
System Red Green Blue C M Y K H S L
Decimal 126 65 172 0.27 0.62 0 0.33 274.21 0.45 0.46
Hex 7E 41 AC 1B 3E 0 21 112 2D 2E
Octal 176 101 254 33 76 0 41 422 55 56
Binary 1111110 1000001 10101100 11011 111110 0 100001 100010010 101101 101110

Color Harmonies of #7E41AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E41AC

Black with #7E41AC

Text Example


Text Example

White with #7E41AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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