#7C4EBA

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

Shades of Studio #7C4EBA

Tints of Studio #7C4EBA

Color information

#7C4EBA (or 0x7C4EBA) is unknown color: approx Studio. HEX triplet: 7C, 4E and BA. RGB value is (124,78,186). Sum of RGB (Red+Green+Blue) = 124+78+186=388 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.96% from 388); Green value is 78 (30.86% from 255 or 20.10% from 388); Blue value is 186 (73.05% from 255 or 47.94% from 388); Max value from RGB is 186 - color contains mainly: blue. Hex color #7C4EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C4EBA is #83B145. Grayscale: #676767. Windows color (decimal): -8630598 or 12209788. OLE color: 12209788.

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

Color convert

RGB12478186-
CMYK0.330.5800.27
HSL265.56º43.9%51.76%-
HSV(B)265.56º58.06%72.94%-
XYZ19.913.2847.97-
YUV104.07174.24142.22-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.96%
GREEN value IS 78 (30.86% from 255) = 20.10%
BLUE value IS 186 (73.05% from 255) = 47.94%
R=31.96%
G=20.10%
B=47.94%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal124781860.330.5800.27265.5643.951.76
Hex7C4EBA213A01B10a2c34
Octal17411627241720334125464
Binary1111100100111010111010100001111010011011100001010101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,78,186); }

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

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

 a { background-color: rgb(124,78,186); }

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

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

 span { border-color: rgb(124,78,186); }

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