#7E3FAC

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

Shades of Studio #7E3FAC

Tints of Studio #7E3FAC

Color information

#7E3FAC (or 0x7E3FAC) is unknown color: approx Studio. HEX triplet: 7E, 3F and AC. RGB value is (126,63,172). Sum of RGB (Red+Green+Blue) = 126+63+172=361 (47% of max value = 765). Red value is 126 (49.61% from 255 or 34.90% from 361); Green value is 63 (25% from 255 or 17.45% from 361); Blue value is 172 (67.58% from 255 or 47.65% from 361); Max value from RGB is 172 - color contains mainly: blue. Hex color #7E3FAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E3FAC is #81C053. Grayscale: #5D5D5D. Windows color (decimal): -8503380 or 11288446. OLE color: 11288446.

HSL color Cylindrical-coordinate representation of color #7E3FAC: hue angle of 274.68º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7E3FAC is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12663172-
CMYK0.270.6300.33
HSL274.68º46.38%46.08%-
HSV(B)274.68º63.37%67.45%-
XYZ17.8310.9740.21-
YUV94.26171.87150.64-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 34.90%
GREEN value IS 63 (25% from 255) = 17.45%
BLUE value IS 172 (67.58% from 255) = 47.65%
R=34.90%
G=17.45%
B=47.65%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal126631720.270.6300.33274.6846.3846.08
Hex7E3FAC1B3F0211132e2e
Octal1767725433770414235656
Binary111111011111110101100110111111110100001100010011101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E3FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,63,172); }

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

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

 a { background-color: rgb(126,63,172); }

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

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

 span { border-color: rgb(126,63,172); }

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