#7E48B4

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

Shades of Studio #7E48B4

Tints of Studio #7E48B4

Color information

#7E48B4 (or 0x7E48B4) is unknown color: approx Studio. HEX triplet: 7E, 48 and B4. RGB value is (126,72,180). Sum of RGB (Red+Green+Blue) = 126+72+180=378 (50% of max value = 765). Red value is 126 (49.61% from 255 or 33.33% from 378); Green value is 72 (28.52% from 255 or 19.05% from 378); Blue value is 180 (70.70% from 255 or 47.62% from 378); Max value from RGB is 180 - color contains mainly: blue. Hex color #7E48B4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E48B4 is #81B74B. Grayscale: #646464. Windows color (decimal): -8501068 or 11815038. OLE color: 11815038.

HSL color Cylindrical-coordinate representation of color #7E48B4: hue angle of 270º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7E48B4 is Cyan = 0.3, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB12672180-
CMYK0.30.6000.29
HSL270º42.86%49.41%-
HSV(B)270º60%70.59%-
XYZ19.1612.3744.56-
YUV100.46172.89146.22-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 33.33%
GREEN value IS 72 (28.52% from 255) = 19.05%
BLUE value IS 180 (70.70% from 255) = 47.62%
R=33.33%
G=19.05%
B=47.62%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal126721800.30.6000.2927042.8649.41
Hex7E48B41E3C01D10e2b31
Octal17611026436740354165361
Binary111111010010001011010011110111100011101100001110101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E48B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,72,180); }

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

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

 a { background-color: rgb(126,72,180); }

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

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

 span { border-color: rgb(126,72,180); }

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