#7C4CAB

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

Shades of Studio #7C4CAB

Tints of Studio #7C4CAB

Color information

#7C4CAB (or 0x7C4CAB) is unknown color: approx Studio. HEX triplet: 7C, 4C and AB. RGB value is (124,76,171). Sum of RGB (Red+Green+Blue) = 124+76+171=371 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.42% from 371); Green value is 76 (30.08% from 255 or 20.49% from 371); Blue value is 171 (67.19% from 255 or 46.09% from 371); Max value from RGB is 171 - color contains mainly: blue. Hex color #7C4CAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C4CAB is #83B354. Grayscale: #646464. Windows color (decimal): -8631125 or 11226236. OLE color: 11226236.

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

Color convert

RGB12476171-
CMYK0.270.5600.33
HSL270.32º38.46%48.43%-
HSV(B)270.32º55.56%67.06%-
XYZ18.2512.3939.96-
YUV101.18167.4144.28-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 33.42%
GREEN value IS 76 (30.08% from 255) = 20.49%
BLUE value IS 171 (67.19% from 255) = 46.09%
R=33.42%
G=20.49%
B=46.09%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal124761710.270.5600.33270.3238.4648.43
Hex7C4CAB1B3802110e2630
Octal17411425333700414164660
Binary1111100100110010101011110111110000100001100001110100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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