#7E49BB

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

Shades of Studio #7E49BB

Tints of Studio #7E49BB

Color information

#7E49BB (or 0x7E49BB) is unknown color: approx Studio. HEX triplet: 7E, 49 and BB. RGB value is (126,73,187). Sum of RGB (Red+Green+Blue) = 126+73+187=386 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.64% from 386); Green value is 73 (28.91% from 255 or 18.91% from 386); Blue value is 187 (73.44% from 255 or 48.45% from 386); Max value from RGB is 187 - color contains mainly: blue. Hex color #7E49BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E49BB is #81B644. Grayscale: #656565. Windows color (decimal): -8500805 or 12274046. OLE color: 12274046.

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

Color convert

RGB12673187-
CMYK0.330.6100.27
HSL267.89º45.6%50.98%-
HSV(B)267.89º60.96%73.33%-
XYZ19.9612.7948.43-
YUV101.84176.06145.23-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 32.64%
GREEN value IS 73 (28.91% from 255) = 18.91%
BLUE value IS 187 (73.44% from 255) = 48.45%
R=32.64%
G=18.91%
B=48.45%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal126731870.330.6100.27267.8945.650.98
Hex7E49BB213D01B10c2e33
Octal17611127341750334145663
Binary1111110100100110111011100001111101011011100001100101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E49BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,73,187); }

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

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

 a { background-color: rgb(126,73,187); }

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

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

 span { border-color: rgb(126,73,187); }

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