#7C5CAB

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

Shades of Studio #7C5CAB

Tints of Studio #7C5CAB

Color information

#7C5CAB (or 0x7C5CAB) is unknown color: approx Studio. HEX triplet: 7C, 5C and AB. RGB value is (124,92,171). Sum of RGB (Red+Green+Blue) = 124+92+171=387 (51% of max value = 765). Red value is 124 (48.83% from 255 or 32.04% from 387); Green value is 92 (36.33% from 255 or 23.77% from 387); Blue value is 171 (67.19% from 255 or 44.19% from 387); Max value from RGB is 171 - color contains mainly: blue. Hex color #7C5CAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C5CAB is #83A354. Grayscale: #6E6E6E. Windows color (decimal): -8627029 or 11230332. OLE color: 11230332.

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

Color convert

RGB12492171-
CMYK0.270.4600.33
HSL264.3º31.98%51.57%-
HSV(B)264.3º46.2%67.06%-
XYZ19.4914.8840.37-
YUV110.57162.1137.58-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 32.04%
GREEN value IS 92 (36.33% from 255) = 23.77%
BLUE value IS 171 (67.19% from 255) = 44.19%
R=32.04%
G=23.77%
B=44.19%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal124921710.270.4600.33264.331.9851.57
Hex7C5CAB1B2E0211082034
Octal17413425333560414104064
Binary1111100101110010101011110111011100100001100001000100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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