#7050A4

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

Shades of Studio #7050A4

Tints of Studio #7050A4

Color information

#7050A4 (or 0x7050A4) is unknown color: approx Studio. HEX triplet: 70, 50 and A4. RGB value is (112,80,164). Sum of RGB (Red+Green+Blue) = 112+80+164=356 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.46% from 356); Green value is 80 (31.64% from 255 or 22.47% from 356); Blue value is 164 (64.45% from 255 or 46.07% from 356); Max value from RGB is 164 - color contains mainly: blue. Hex color #7050A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7050A4 is #8FAF5B. Grayscale: #626262. Windows color (decimal): -9416540 or 10768496. OLE color: 10768496.

HSL color Cylindrical-coordinate representation of color #7050A4: hue angle of 262.86º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7050A4 is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB11280164-
CMYK0.320.5100.36
HSL262.86º34.43%47.84%-
HSV(B)262.86º51.22%64.31%-
XYZ16.2511.8636.56-
YUV99.14164.6137.17-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.46%
GREEN value IS 80 (31.64% from 255) = 22.47%
BLUE value IS 164 (64.45% from 255) = 46.07%
R=31.46%
G=22.47%
B=46.07%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal112801640.320.5100.36262.8634.4347.84
Hex7050A420330241072230
Octal16012024440630444074260
Binary11100001010000101001001000001100110100100100000111100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7050A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7050A4; }

 p { color: rgb(112,80,164); }

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

<style>
 a { background-color: #7050A4; }

 a { background-color: rgb(112,80,164); }

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

<style>
 span { border-color: #7050A4; }

 span { border-color: rgb(112,80,164); }

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