#7C4AA4

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

Shades of Studio #7C4AA4

Tints of Studio #7C4AA4

Color information

#7C4AA4 (or 0x7C4AA4) is unknown color: approx Studio. HEX triplet: 7C, 4A and A4. RGB value is (124,74,164). Sum of RGB (Red+Green+Blue) = 124+74+164=362 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.25% from 362); Green value is 74 (29.30% from 255 or 20.44% from 362); Blue value is 164 (64.45% from 255 or 45.30% from 362); Max value from RGB is 164 - color contains mainly: blue. Hex color #7C4AA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C4AA4 is #83B55B. Grayscale: #626262. Windows color (decimal): -8631644 or 10766972. OLE color: 10766972.

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

Color convert

RGB12474164-
CMYK0.240.5500.36
HSL273.33º37.82%46.67%-
HSV(B)273.33º54.88%64.31%-
XYZ17.4611.8636.49-
YUV99.21164.56145.68-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 34.25%
GREEN value IS 74 (29.30% from 255) = 20.44%
BLUE value IS 164 (64.45% from 255) = 45.30%
R=34.25%
G=20.44%
B=45.30%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal124741640.240.5500.36273.3337.8246.67
Hex7C4AA41837024111262f
Octal17411224430670444214657
Binary1111100100101010100100110001101110100100100010001100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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