#7E42AB

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

Shades of Studio #7E42AB

Tints of Studio #7E42AB

Color information

#7E42AB (or 0x7E42AB) is unknown color: approx Studio. HEX triplet: 7E, 42 and AB. RGB value is (126,66,171). Sum of RGB (Red+Green+Blue) = 126+66+171=363 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.71% from 363); Green value is 66 (26.17% from 255 or 18.18% from 363); Blue value is 171 (67.19% from 255 or 47.11% from 363); Max value from RGB is 171 - color contains mainly: blue. Hex color #7E42AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E42AB is #81BD54. Grayscale: #5F5F5F. Windows color (decimal): -8502613 or 11223678. OLE color: 11223678.

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

Color convert

RGB12666171-
CMYK0.260.6100.33
HSL274.29º44.3%46.47%-
HSV(B)274.29º61.4%67.06%-
XYZ17.911.2739.76-
YUV95.91170.38149.46-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 34.71%
GREEN value IS 66 (26.17% from 255) = 18.18%
BLUE value IS 171 (67.19% from 255) = 47.11%
R=34.71%
G=18.18%
B=47.11%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal126661710.260.6100.33274.2944.346.47
Hex7E42AB1A3D0211122c2e
Octal17610225332750414225456
Binary1111110100001010101011110101111010100001100010010101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E42AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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