#7E3BB5

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

Shades of Studio #7E3BB5

Tints of Studio #7E3BB5

Color information

#7E3BB5 (or 0x7E3BB5) is unknown color: approx Studio. HEX triplet: 7E, 3B and B5. RGB value is (126,59,181). Sum of RGB (Red+Green+Blue) = 126+59+181=366 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.43% from 366); Green value is 59 (23.44% from 255 or 16.12% from 366); Blue value is 181 (71.09% from 255 or 49.45% from 366); Max value from RGB is 181 - color contains mainly: blue. Hex color #7E3BB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E3BB5 is #81C44A. Grayscale: #5C5C5C. Windows color (decimal): -8504395 or 11877246. OLE color: 11877246.

HSL color Cylindrical-coordinate representation of color #7E3BB5: hue angle of 272.95º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7E3BB5 is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB12659181-
CMYK0.300.6700.29
HSL272.95º50.83%47.06%-
HSV(B)272.95º67.4%70.98%-
XYZ18.5110.944.84-
YUV92.94177.7151.58-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 34.43%
GREEN value IS 59 (23.44% from 255) = 16.12%
BLUE value IS 181 (71.09% from 255) = 49.45%
R=34.43%
G=16.12%
B=49.45%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal126591810.300.6700.29272.9550.8347.06
Hex7E3BB51E4301D111332f
Octal17673265361030354216357
Binary111111011101110110101111101000011011101100010001110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E3BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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