#7E44AB

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

Shades of Studio #7E44AB

Tints of Studio #7E44AB

Color information

#7E44AB (or 0x7E44AB) is unknown color: approx Studio. HEX triplet: 7E, 44 and AB. RGB value is (126,68,171). Sum of RGB (Red+Green+Blue) = 126+68+171=365 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.52% from 365); Green value is 68 (26.95% from 255 or 18.63% from 365); Blue value is 171 (67.19% from 255 or 46.85% from 365); Max value from RGB is 171 - color contains mainly: blue. Hex color #7E44AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E44AB is #81BB54. Grayscale: #606060. Windows color (decimal): -8502101 or 11224190. OLE color: 11224190.

HSL color Cylindrical-coordinate representation of color #7E44AB: hue angle of 273.79º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7E44AB is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12668171-
CMYK0.260.6000.33
HSL273.79º43.1%46.86%-
HSV(B)273.79º60.23%67.06%-
XYZ18.0211.5139.8-
YUV97.08169.72148.62-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 34.52%
GREEN value IS 68 (26.95% from 255) = 18.63%
BLUE value IS 171 (67.19% from 255) = 46.85%
R=34.52%
G=18.63%
B=46.85%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal126681710.260.6000.33273.7943.146.86
Hex7E44AB1A3C0211122b2f
Octal17610425332740414225357
Binary1111110100010010101011110101111000100001100010010101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E44AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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