#7C3EAD

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

Shades of Studio #7C3EAD

Tints of Studio #7C3EAD

Color information

#7C3EAD (or 0x7C3EAD) is unknown color: approx Studio. HEX triplet: 7C, 3E and AD. RGB value is (124,62,173). Sum of RGB (Red+Green+Blue) = 124+62+173=359 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.54% from 359); Green value is 62 (24.61% from 255 or 17.27% from 359); Blue value is 173 (67.97% from 255 or 48.19% from 359); Max value from RGB is 173 - color contains mainly: blue. Hex color #7C3EAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C3EAD is #83C152. Grayscale: #5C5C5C. Windows color (decimal): -8634707 or 11353724. OLE color: 11353724.

HSL color Cylindrical-coordinate representation of color #7C3EAD: hue angle of 273.51º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7C3EAD is Cyan = 0.28, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12462173-
CMYK0.280.6400.32
HSL273.51º47.23%46.08%-
HSV(B)273.51º64.16%67.84%-
XYZ17.5810.7540.68-
YUV93.19173.04149.97-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 34.54%
GREEN value IS 62 (24.61% from 255) = 17.27%
BLUE value IS 173 (67.97% from 255) = 48.19%
R=34.54%
G=17.27%
B=48.19%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal124621730.280.6400.32273.5147.2346.08
Hex7C3EAD1C400201122f2e
Octal17476255341000404225756
Binary1111100111110101011011110010000000100000100010010101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,62,173); }

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

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

 a { background-color: rgb(124,62,173); }

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

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

 span { border-color: rgb(124,62,173); }

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