#7B47AC

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

Shades of Studio #7B47AC

Tints of Studio #7B47AC

Color information

#7B47AC (or 0x7B47AC) is unknown color: approx Studio. HEX triplet: 7B, 47 and AC. RGB value is (123,71,172). Sum of RGB (Red+Green+Blue) = 123+71+172=366 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.61% from 366); Green value is 71 (28.12% from 255 or 19.40% from 366); Blue value is 172 (67.58% from 255 or 46.99% from 366); Max value from RGB is 172 - color contains mainly: blue. Hex color #7B47AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B47AC is #84B853. Grayscale: #616161. Windows color (decimal): -8697940 or 11290491. OLE color: 11290491.

HSL color Cylindrical-coordinate representation of color #7B47AC: hue angle of 270.89º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7B47AC is Cyan = 0.28, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12371172-
CMYK0.280.5900.33
HSL270.89º41.56%47.65%-
HSV(B)270.89º58.72%67.45%-
XYZ17.8711.740.35-
YUV98.06169.73145.79-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 33.61%
GREEN value IS 71 (28.12% from 255) = 19.40%
BLUE value IS 172 (67.58% from 255) = 46.99%
R=33.61%
G=19.40%
B=46.99%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal123711720.280.5900.33270.8941.5647.65
Hex7B47AC1C3B02110f2a30
Octal17310725434730414175260
Binary1111011100011110101100111001110110100001100001111101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B47AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,71,172); }

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

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

 a { background-color: rgb(123,71,172); }

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

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

 span { border-color: rgb(123,71,172); }

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