#7E3BB0

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

Shades of Studio #7E3BB0

Tints of Studio #7E3BB0

Color information

#7E3BB0 (or 0x7E3BB0) is unknown color: approx Studio. HEX triplet: 7E, 3B and B0. RGB value is (126,59,176). Sum of RGB (Red+Green+Blue) = 126+59+176=361 (47% of max value = 765). Red value is 126 (49.61% from 255 or 34.90% from 361); Green value is 59 (23.44% from 255 or 16.34% from 361); Blue value is 176 (69.14% from 255 or 48.75% from 361); Max value from RGB is 176 - color contains mainly: blue. Hex color #7E3BB0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E3BB0 is #81C44F. Grayscale: #5B5B5B. Windows color (decimal): -8504400 or 11549566. OLE color: 11549566.

HSL color Cylindrical-coordinate representation of color #7E3BB0: hue angle of 274.36º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7E3BB0 is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB12659176-
CMYK0.280.6600.31
HSL274.36º49.79%46.08%-
HSV(B)274.36º66.48%69.02%-
XYZ1810.742.19-
YUV92.37175.2151.99-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 34.90%
GREEN value IS 59 (23.44% from 255) = 16.34%
BLUE value IS 176 (69.14% from 255) = 48.75%
R=34.90%
G=16.34%
B=48.75%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal126591760.280.6600.31274.3649.7946.08
Hex7E3BB01C4201F112322e
Octal17673260341020374226256
Binary111111011101110110000111001000010011111100010010110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E3BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,59,176); }

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

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

 a { background-color: rgb(126,59,176); }

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

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

 span { border-color: rgb(126,59,176); }

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