#7B3EA2

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

Shades of Studio #7B3EA2

Tints of Studio #7B3EA2

Color information

#7B3EA2 (or 0x7B3EA2) is unknown color: approx Studio. HEX triplet: 7B, 3E and A2. RGB value is (123,62,162). Sum of RGB (Red+Green+Blue) = 123+62+162=347 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.45% from 347); Green value is 62 (24.61% from 255 or 17.87% from 347); Blue value is 162 (63.67% from 255 or 46.69% from 347); Max value from RGB is 162 - color contains mainly: blue. Hex color #7B3EA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B3EA2 is #84C15D. Grayscale: #5B5B5B. Windows color (decimal): -8700254 or 10632827. OLE color: 10632827.

HSL color Cylindrical-coordinate representation of color #7B3EA2: hue angle of 276.6º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7B3EA2 is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB12362162-
CMYK0.240.6200.36
HSL276.6º44.64%43.92%-
HSV(B)276.6º61.73%63.53%-
XYZ16.4110.2635.3-
YUV91.64167.71150.37-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 35.45%
GREEN value IS 62 (24.61% from 255) = 17.87%
BLUE value IS 162 (63.67% from 255) = 46.69%
R=35.45%
G=17.87%
B=46.69%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal123621620.240.6200.36276.644.6443.92
Hex7B3EA2183E0241152d2c
Octal1737624230760444255554
Binary111101111111010100010110001111100100100100010101101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B3EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,62,162); }

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

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

 a { background-color: rgb(123,62,162); }

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

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

 span { border-color: rgb(123,62,162); }

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