#7E3CAF

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

Shades of Studio #7E3CAF

Tints of Studio #7E3CAF

Color information

#7E3CAF (or 0x7E3CAF) is unknown color: approx Studio. HEX triplet: 7E, 3C and AF. RGB value is (126,60,175). Sum of RGB (Red+Green+Blue) = 126+60+175=361 (47% of max value = 765). Red value is 126 (49.61% from 255 or 34.90% from 361); Green value is 60 (23.83% from 255 or 16.62% from 361); Blue value is 175 (68.75% from 255 or 48.48% from 361); Max value from RGB is 175 - color contains mainly: blue. Hex color #7E3CAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E3CAF is #81C350. Grayscale: #5C5C5C. Windows color (decimal): -8504145 or 11484286. OLE color: 11484286.

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

Color convert

RGB12660175-
CMYK0.280.6600.31
HSL274.43º48.94%46.08%-
HSV(B)274.43º65.71%68.63%-
XYZ17.9610.7641.69-
YUV92.84174.37151.65-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 34.90%
GREEN value IS 60 (23.83% from 255) = 16.62%
BLUE value IS 175 (68.75% from 255) = 48.48%
R=34.90%
G=16.62%
B=48.48%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal126601750.280.6600.31274.4348.9446.08
Hex7E3CAF1C4201F112312e
Octal17674257341020374226156
Binary111111011110010101111111001000010011111100010010110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E3CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,60,175); }

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

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

 a { background-color: rgb(126,60,175); }

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

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

 span { border-color: rgb(126,60,175); }

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