#7C5BAB

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

Shades of Studio #7C5BAB

Tints of Studio #7C5BAB

Color information

#7C5BAB (or 0x7C5BAB) is unknown color: approx Studio. HEX triplet: 7C, 5B and AB. RGB value is (124,91,171). Sum of RGB (Red+Green+Blue) = 124+91+171=386 (51% of max value = 765). Red value is 124 (48.83% from 255 or 32.12% from 386); Green value is 91 (35.94% from 255 or 23.58% from 386); Blue value is 171 (67.19% from 255 or 44.30% from 386); Max value from RGB is 171 - color contains mainly: blue. Hex color #7C5BAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C5BAB is #83A454. Grayscale: #6D6D6D. Windows color (decimal): -8627285 or 11230076. OLE color: 11230076.

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

Color convert

RGB12491171-
CMYK0.270.4700.33
HSL264.75º32.26%51.37%-
HSV(B)264.75º46.78%67.06%-
XYZ19.414.7140.34-
YUV109.99162.43138-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 32.12%
GREEN value IS 91 (35.94% from 255) = 23.58%
BLUE value IS 171 (67.19% from 255) = 44.30%
R=32.12%
G=23.58%
B=44.30%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal124911710.270.4700.33264.7532.2651.37
Hex7C5BAB1B2F0211092033
Octal17413325333570414114063
Binary1111100101101110101011110111011110100001100001001100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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