#7047AD

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

Shades of Studio #7047AD

Tints of Studio #7047AD

Color information

#7047AD (or 0x7047AD) is unknown color: approx Studio. HEX triplet: 70, 47 and AD. RGB value is (112,71,173). Sum of RGB (Red+Green+Blue) = 112+71+173=356 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.46% from 356); Green value is 71 (28.12% from 255 or 19.94% from 356); Blue value is 173 (67.97% from 255 or 48.60% from 356); Max value from RGB is 173 - color contains mainly: blue. Hex color #7047AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7047AD is #8FB852. Grayscale: #5E5E5E. Windows color (decimal): -9418835 or 11356016. OLE color: 11356016.

HSL color Cylindrical-coordinate representation of color #7047AD: hue angle of 264.12º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7047AD is Cyan = 0.35, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11271173-
CMYK0.350.5900.32
HSL264.12º41.8%47.84%-
HSV(B)264.12º58.96%67.84%-
XYZ16.4810.9740.78-
YUV94.89172.08140.21-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.46%
GREEN value IS 71 (28.12% from 255) = 19.94%
BLUE value IS 173 (67.97% from 255) = 48.60%
R=31.46%
G=19.94%
B=48.60%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal112711730.350.5900.32264.1241.847.84
Hex7047AD233B0201082a30
Octal16010725543730404105260
Binary11100001000111101011011000111110110100000100001000101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7047AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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