#7E45BB

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

Shades of Studio #7E45BB

Tints of Studio #7E45BB

Color information

#7E45BB (or 0x7E45BB) is unknown color: approx Studio. HEX triplet: 7E, 45 and BB. RGB value is (126,69,187). Sum of RGB (Red+Green+Blue) = 126+69+187=382 (50% of max value = 765). Red value is 126 (49.61% from 255 or 32.98% from 382); Green value is 69 (27.34% from 255 or 18.06% from 382); Blue value is 187 (73.44% from 255 or 48.95% from 382); Max value from RGB is 187 - color contains mainly: blue. Hex color #7E45BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E45BB is #81BA44. Grayscale: #636363. Windows color (decimal): -8501829 or 12273022. OLE color: 12273022.

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

Color convert

RGB12669187-
CMYK0.330.6300.27
HSL268.98º46.46%50.2%-
HSV(B)268.98º63.1%73.33%-
XYZ19.712.2848.35-
YUV99.49177.38146.91-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 32.98%
GREEN value IS 69 (27.34% from 255) = 18.06%
BLUE value IS 187 (73.44% from 255) = 48.95%
R=32.98%
G=18.06%
B=48.95%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal126691870.330.6300.27268.9846.4650.2
Hex7E45BB213F01B10d2e32
Octal17610527341770334155662
Binary1111110100010110111011100001111111011011100001101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E45BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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