#7047A2

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

Shades of Studio #7047A2

Tints of Studio #7047A2

Color information

#7047A2 (or 0x7047A2) is unknown color: approx Studio. HEX triplet: 70, 47 and A2. RGB value is (112,71,162). Sum of RGB (Red+Green+Blue) = 112+71+162=345 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.46% from 345); Green value is 71 (28.12% from 255 or 20.58% from 345); Blue value is 162 (63.67% from 255 or 46.96% from 345); Max value from RGB is 162 - color contains mainly: blue. Hex color #7047A2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7047A2 is #8FB85D. Grayscale: #5D5D5D. Windows color (decimal): -9418846 or 10635120. OLE color: 10635120.

HSL color Cylindrical-coordinate representation of color #7047A2: hue angle of 267.03º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7047A2 is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB11271162-
CMYK0.310.5600.36
HSL267.03º39.06%45.69%-
HSV(B)267.03º56.17%63.53%-
XYZ15.4610.5635.41-
YUV93.63166.58141.1-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.46%
GREEN value IS 71 (28.12% from 255) = 20.58%
BLUE value IS 162 (63.67% from 255) = 46.96%
R=32.46%
G=20.58%
B=46.96%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal112711620.310.5600.36267.0339.0645.69
Hex7047A21F3802410b272e
Octal16010724237700444134756
Binary1110000100011110100010111111110000100100100001011100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7047A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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