#7E3BAC

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

Shades of Studio #7E3BAC

Tints of Studio #7E3BAC

Color information

#7E3BAC (or 0x7E3BAC) is unknown color: approx Studio. HEX triplet: 7E, 3B and AC. RGB value is (126,59,172). Sum of RGB (Red+Green+Blue) = 126+59+172=357 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.29% from 357); Green value is 59 (23.44% from 255 or 16.53% from 357); Blue value is 172 (67.58% from 255 or 48.18% from 357); Max value from RGB is 172 - color contains mainly: blue. Hex color #7E3BAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E3BAC is #81C453. Grayscale: #5B5B5B. Windows color (decimal): -8504404 or 11287422. OLE color: 11287422.

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

Color convert

RGB12659172-
CMYK0.270.6600.33
HSL275.58º48.92%45.29%-
HSV(B)275.58º65.7%67.45%-
XYZ17.6110.5440.14-
YUV91.92173.2152.31-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 35.29%
GREEN value IS 59 (23.44% from 255) = 16.53%
BLUE value IS 172 (67.58% from 255) = 48.18%
R=35.29%
G=16.53%
B=48.18%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal126591720.270.6600.33275.5848.9245.29
Hex7E3BAC1B42021114312d
Octal17673254331020414246155
Binary1111110111011101011001101110000100100001100010100110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E3BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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