#7C3AB3

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

Shades of Studio #7C3AB3

Tints of Studio #7C3AB3

Color information

#7C3AB3 (or 0x7C3AB3) is unknown color: approx Studio. HEX triplet: 7C, 3A and B3. RGB value is (124,58,179). Sum of RGB (Red+Green+Blue) = 124+58+179=361 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.35% from 361); Green value is 58 (23.05% from 255 or 16.07% from 361); Blue value is 179 (70.31% from 255 or 49.58% from 361); Max value from RGB is 179 - color contains mainly: blue. Hex color #7C3AB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C3AB3 is #83C54C. Grayscale: #5B5B5B. Windows color (decimal): -8635725 or 11745916. OLE color: 11745916.

HSL color Cylindrical-coordinate representation of color #7C3AB3: hue angle of 272.73º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7C3AB3 is Cyan = 0.31, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB12458179-
CMYK0.310.6800.30
HSL272.73º51.05%46.47%-
HSV(B)272.73º67.6%70.2%-
XYZ17.9610.5743.74-
YUV91.53177.37151.16-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 34.35%
GREEN value IS 58 (23.05% from 255) = 16.07%
BLUE value IS 179 (70.31% from 255) = 49.58%
R=34.35%
G=16.07%
B=49.58%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal124581790.310.6800.30272.7351.0546.47
Hex7C3AB31F4401E111332e
Octal17472263371040364216356
Binary111110011101010110011111111000100011110100010001110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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