#7E3DB5

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

Shades of Studio #7E3DB5

Tints of Studio #7E3DB5

Color information

#7E3DB5 (or 0x7E3DB5) is unknown color: approx Studio. HEX triplet: 7E, 3D and B5. RGB value is (126,61,181). Sum of RGB (Red+Green+Blue) = 126+61+181=368 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.24% from 368); Green value is 61 (24.22% from 255 or 16.58% from 368); Blue value is 181 (71.09% from 255 or 49.18% from 368); Max value from RGB is 181 - color contains mainly: blue. Hex color #7E3DB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E3DB5 is #81C24A. Grayscale: #5D5D5D. Windows color (decimal): -8503883 or 11877758. OLE color: 11877758.

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

Color convert

RGB12661181-
CMYK0.300.6600.29
HSL272.5º49.59%47.45%-
HSV(B)272.5º66.3%70.98%-
XYZ18.6111.1144.88-
YUV94.12177.03150.74-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 34.24%
GREEN value IS 61 (24.22% from 255) = 16.58%
BLUE value IS 181 (71.09% from 255) = 49.18%
R=34.24%
G=16.58%
B=49.18%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal126611810.300.6600.29272.549.5947.45
Hex7E3DB51E4201D110322f
Octal17675265361020354206257
Binary111111011110110110101111101000010011101100010000110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E3DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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