#7E41AB

Color #7E41AB Studio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Studio #7E41AB

Tints of Studio #7E41AB

Color information

#7E41AB (or 0x7E41AB) is unknown color: approx Studio. HEX triplet: 7E, 41 and AB. RGB value is (126,65,171). Sum of RGB (Red+Green+Blue) = 126+65+171=362 (47% of max value = 765). Red value is 126 (49.61% from 255 or 34.81% from 362); Green value is 65 (25.78% from 255 or 17.96% from 362); Blue value is 171 (67.19% from 255 or 47.24% from 362); Max value from RGB is 171 - color contains mainly: blue. Hex color #7E41AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E41AB is #81BE54. Grayscale: #5E5E5E. Windows color (decimal): -8502869 or 11223422. OLE color: 11223422.

HSL color Cylindrical-coordinate representation of color #7E41AB: hue angle of 274.53º 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 #7E41AB is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12665171-
CMYK0.260.6200.33
HSL274.53º44.92%46.27%-
HSV(B)274.53º61.99%67.06%-
XYZ17.8511.1639.74-
YUV95.32170.71149.88-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 34.81%
GREEN value IS 65 (25.78% from 255) = 17.96%
BLUE value IS 171 (67.19% from 255) = 47.24%
R=34.81%
G=17.96%
B=47.24%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal126651710.260.6200.33274.5344.9246.27
Hex7E41AB1A3E0211132d2e
Octal17610125332760414235556
Binary1111110100000110101011110101111100100001100010011101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E41AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7E41AB;
 }
 .AnyTagClassName
 {
   color: #7E41AB;
 }
</style>
background-color css

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

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

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

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

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

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