#7C4BA4

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

Shades of Studio #7C4BA4

Tints of Studio #7C4BA4

Color information

#7C4BA4 (or 0x7C4BA4) is unknown color: approx Studio. HEX triplet: 7C, 4B and A4. RGB value is (124,75,164). Sum of RGB (Red+Green+Blue) = 124+75+164=363 (48% of max value = 765). Red value is 124 (48.83% from 255 or 34.16% from 363); Green value is 75 (29.69% from 255 or 20.66% from 363); Blue value is 164 (64.45% from 255 or 45.18% from 363); Max value from RGB is 164 - color contains mainly: blue. Hex color #7C4BA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C4BA4 is #83B45B. Grayscale: #636363. Windows color (decimal): -8631388 or 10767228. OLE color: 10767228.

HSL color Cylindrical-coordinate representation of color #7C4BA4: hue angle of 273.03º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7C4BA4 is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB12475164-
CMYK0.240.5400.36
HSL273.03º37.24%46.86%-
HSV(B)273.03º54.27%64.31%-
XYZ17.531236.51-
YUV99.8164.23145.26-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 34.16%
GREEN value IS 75 (29.69% from 255) = 20.66%
BLUE value IS 164 (64.45% from 255) = 45.18%
R=34.16%
G=20.66%
B=45.18%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal124751640.240.5400.36273.0337.2446.86
Hex7C4BA41836024111252f
Octal17411324430660444214557
Binary1111100100101110100100110001101100100100100010001100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,75,164); }

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

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

 a { background-color: rgb(124,75,164); }

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

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

 span { border-color: rgb(124,75,164); }

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