#7047B3

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

Shades of Studio #7047B3

Tints of Studio #7047B3

Color information

#7047B3 (or 0x7047B3) is unknown color: approx Studio. HEX triplet: 70, 47 and B3. RGB value is (112,71,179). Sum of RGB (Red+Green+Blue) = 112+71+179=362 (47% of max value = 765). Red value is 112 (44.14% from 255 or 30.94% from 362); Green value is 71 (28.12% from 255 or 19.61% from 362); Blue value is 179 (70.31% from 255 or 49.45% from 362); Max value from RGB is 179 - color contains mainly: blue. Hex color #7047B3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7047B3 is #8FB84C. Grayscale: #5F5F5F. Windows color (decimal): -9418829 or 11749232. OLE color: 11749232.

HSL color Cylindrical-coordinate representation of color #7047B3: hue angle of 262.78º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7047B3 is Cyan = 0.37, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB11271179-
CMYK0.370.6000.30
HSL262.78º43.2%49.02%-
HSV(B)262.78º60.34%70.2%-
XYZ17.0711.2143.91-
YUV95.57175.08139.72-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.94%
GREEN value IS 71 (28.12% from 255) = 19.61%
BLUE value IS 179 (70.31% from 255) = 49.45%
R=30.94%
G=19.61%
B=49.45%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal112711790.370.6000.30262.7843.249.02
Hex7047B3253C01E1072b31
Octal16010726345740364075361
Binary1110000100011110110011100101111100011110100000111101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7047B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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