#7C4DAF

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

Shades of Studio #7C4DAF

Tints of Studio #7C4DAF

Color information

#7C4DAF (or 0x7C4DAF) is unknown color: approx Studio. HEX triplet: 7C, 4D and AF. RGB value is (124,77,175). Sum of RGB (Red+Green+Blue) = 124+77+175=376 (49% of max value = 765). Red value is 124 (48.83% from 255 or 32.98% from 376); Green value is 77 (30.47% from 255 or 20.48% from 376); Blue value is 175 (68.75% from 255 or 46.54% from 376); Max value from RGB is 175 - color contains mainly: blue. Hex color #7C4DAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C4DAF is #83B250. Grayscale: #656565. Windows color (decimal): -8630865 or 11488636. OLE color: 11488636.

HSL color Cylindrical-coordinate representation of color #7C4DAF: hue angle of 268.78º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7C4DAF is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB12477175-
CMYK0.290.5600.31
HSL268.78º38.89%49.41%-
HSV(B)268.78º56%68.63%-
XYZ18.712.6942.02-
YUV102.22169.07143.53-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 32.98%
GREEN value IS 77 (30.47% from 255) = 20.48%
BLUE value IS 175 (68.75% from 255) = 46.54%
R=32.98%
G=20.48%
B=46.54%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal124771750.290.5600.31268.7838.8949.41
Hex7C4DAF1D3801F10d2731
Octal17411525735700374154761
Binary111110010011011010111111101111000011111100001101100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,77,175); }

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

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

 a { background-color: rgb(124,77,175); }

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

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

 span { border-color: rgb(124,77,175); }

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