#7047AC

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

Shades of Studio #7047AC

Tints of Studio #7047AC

Color information

#7047AC (or 0x7047AC) is unknown color: approx Studio. HEX triplet: 70, 47 and AC. RGB value is (112,71,172). Sum of RGB (Red+Green+Blue) = 112+71+172=355 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.55% from 355); Green value is 71 (28.12% from 255 or 20% from 355); Blue value is 172 (67.58% from 255 or 48.45% from 355); Max value from RGB is 172 - color contains mainly: blue. Hex color #7047AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7047AC is #8FB853. Grayscale: #5E5E5E. Windows color (decimal): -9418836 or 11290480. OLE color: 11290480.

HSL color Cylindrical-coordinate representation of color #7047AC: hue angle of 264.36º 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 #7047AC is Cyan = 0.35, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11271172-
CMYK0.350.5900.33
HSL264.36º41.56%47.65%-
HSV(B)264.36º58.72%67.45%-
XYZ16.3810.9340.28-
YUV94.77171.58140.29-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.55%
GREEN value IS 71 (28.12% from 255) = 20%
BLUE value IS 172 (67.58% from 255) = 48.45%
R=31.55%
G=20%
B=48.45%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal112711720.350.5900.33264.3641.5647.65
Hex7047AC233B0211082a30
Octal16010725443730414105260
Binary11100001000111101011001000111110110100001100001000101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7047AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7047AC; }

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

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

<style>
 a { background-color: #7047AC; }

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

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

<style>
 span { border-color: #7047AC; }

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

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