#7047BA

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

Shades of Studio #7047BA

Tints of Studio #7047BA

Color information

#7047BA (or 0x7047BA) is unknown color: approx Studio. HEX triplet: 70, 47 and BA. RGB value is (112,71,186). Sum of RGB (Red+Green+Blue) = 112+71+186=369 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.35% from 369); Green value is 71 (28.12% from 255 or 19.24% from 369); Blue value is 186 (73.05% from 255 or 50.41% from 369); Max value from RGB is 186 - color contains mainly: blue. Hex color #7047BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7047BA is #8FB845. Grayscale: #5F5F5F. Windows color (decimal): -9418822 or 12207984. OLE color: 12207984.

HSL color Cylindrical-coordinate representation of color #7047BA: hue angle of 261.39º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7047BA is Cyan = 0.40, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11271186-
CMYK0.400.6200.27
HSL261.39º45.45%50.39%-
HSV(B)261.39º61.83%72.94%-
XYZ17.811.547.74-
YUV96.37178.58139.15-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.35%
GREEN value IS 71 (28.12% from 255) = 19.24%
BLUE value IS 186 (73.05% from 255) = 50.41%
R=30.35%
G=19.24%
B=50.41%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal112711860.400.6200.27261.3945.4550.39
Hex7047BA283E01B1052d32
Octal16010727250760334055562
Binary1110000100011110111010101000111110011011100000101101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7047BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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