#7C3BAB

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

Shades of Studio #7C3BAB

Tints of Studio #7C3BAB

Color information

#7C3BAB (or 0x7C3BAB) is unknown color: approx Studio. HEX triplet: 7C, 3B and AB. RGB value is (124,59,171). Sum of RGB (Red+Green+Blue) = 124+59+171=354 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.03% from 354); Green value is 59 (23.44% from 255 or 16.67% from 354); Blue value is 171 (67.19% from 255 or 48.31% from 354); Max value from RGB is 171 - color contains mainly: blue. Hex color #7C3BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C3BAB is #83C454. Grayscale: #5A5A5A. Windows color (decimal): -8635477 or 11221884. OLE color: 11221884.

HSL color Cylindrical-coordinate representation of color #7C3BAB: hue angle of 274.82º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7C3BAB is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12459171-
CMYK0.270.6500.33
HSL274.82º48.7%45.1%-
HSV(B)274.82º65.5%67.06%-
XYZ17.2310.3539.62-
YUV91.2173.03151.39-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 35.03%
GREEN value IS 59 (23.44% from 255) = 16.67%
BLUE value IS 171 (67.19% from 255) = 48.31%
R=35.03%
G=16.67%
B=48.31%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal124591710.270.6500.33274.8248.745.1
Hex7C3BAB1B41021113312d
Octal17473253331010414236155
Binary1111100111011101010111101110000010100001100010011110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,59,171); }

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

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

 a { background-color: rgb(124,59,171); }

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

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

 span { border-color: rgb(124,59,171); }

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