#7049B0

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

Shades of Studio #7049B0

Tints of Studio #7049B0

Color information

#7049B0 (or 0x7049B0) is unknown color: approx Studio. HEX triplet: 70, 49 and B0. RGB value is (112,73,176). Sum of RGB (Red+Green+Blue) = 112+73+176=361 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.02% from 361); Green value is 73 (28.91% from 255 or 20.22% from 361); Blue value is 176 (69.14% from 255 or 48.75% from 361); Max value from RGB is 176 - color contains mainly: blue. Hex color #7049B0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7049B0 is #8FB64F. Grayscale: #606060. Windows color (decimal): -9418320 or 11553136. OLE color: 11553136.

HSL color Cylindrical-coordinate representation of color #7049B0: hue angle of 262.72º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7049B0 is Cyan = 0.36, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11273176-
CMYK0.360.5900.31
HSL262.72º41.37%48.82%-
HSV(B)262.72º58.52%69.02%-
XYZ16.911.3442.37-
YUV96.4172.92139.12-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.02%
GREEN value IS 73 (28.91% from 255) = 20.22%
BLUE value IS 176 (69.14% from 255) = 48.75%
R=31.02%
G=20.22%
B=48.75%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal112731760.360.5900.31262.7241.3748.82
Hex7049B0243B01F1072931
Octal16011126044730374075161
Binary1110000100100110110000100100111011011111100000111101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7049B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7049B0; }

 p { color: rgb(112,73,176); }

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

<style>
 a { background-color: #7049B0; }

 a { background-color: rgb(112,73,176); }

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

<style>
 span { border-color: #7049B0; }

 span { border-color: rgb(112,73,176); }

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