#7C3AB6

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

Shades of Studio #7C3AB6

Tints of Studio #7C3AB6

Color information

#7C3AB6 (or 0x7C3AB6) is unknown color: approx Studio. HEX triplet: 7C, 3A and B6. RGB value is (124,58,182). Sum of RGB (Red+Green+Blue) = 124+58+182=364 (48% of max value = 765). Red value is 124 (48.83% from 255 or 34.07% from 364); Green value is 58 (23.05% from 255 or 15.93% from 364); Blue value is 182 (71.48% from 255 or 50% from 364); Max value from RGB is 182 - color contains mainly: blue. Hex color #7C3AB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C3AB6 is #83C549. Grayscale: #5B5B5B. Windows color (decimal): -8635722 or 11942524. OLE color: 11942524.

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

Color convert

RGB12458182-
CMYK0.320.6800.29
HSL271.94º51.67%47.06%-
HSV(B)271.94º68.13%71.37%-
XYZ18.2710.6945.36-
YUV91.87178.87150.92-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 34.07%
GREEN value IS 58 (23.05% from 255) = 15.93%
BLUE value IS 182 (71.48% from 255) = 50%
R=34.07%
G=15.93%
B=50%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal124581820.320.6800.29271.9451.6747.06
Hex7C3AB6204401D110342f
Octal17472266401040354206457
Binary1111100111010101101101000001000100011101100010000110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,58,182); }

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

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

 a { background-color: rgb(124,58,182); }

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

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

 span { border-color: rgb(124,58,182); }

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