#7049AD

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

Shades of Studio #7049AD

Tints of Studio #7049AD

Color information

#7049AD (or 0x7049AD) is unknown color: approx Studio. HEX triplet: 70, 49 and AD. RGB value is (112,73,173). Sum of RGB (Red+Green+Blue) = 112+73+173=358 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.28% from 358); Green value is 73 (28.91% from 255 or 20.39% from 358); Blue value is 173 (67.97% from 255 or 48.32% from 358); Max value from RGB is 173 - color contains mainly: blue. Hex color #7049AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7049AD is #8FB652. Grayscale: #5F5F5F. Windows color (decimal): -9418323 or 11356528. OLE color: 11356528.

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

Color convert

RGB11273173-
CMYK0.350.5800.32
HSL263.4º40.65%48.24%-
HSV(B)263.4º57.8%67.84%-
XYZ16.6111.2340.83-
YUV96.06171.42139.37-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.28%
GREEN value IS 73 (28.91% from 255) = 20.39%
BLUE value IS 173 (67.97% from 255) = 48.32%
R=31.28%
G=20.39%
B=48.32%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal112731730.350.5800.32263.440.6548.24
Hex7049AD233A0201072930
Octal16011125543720404075160
Binary11100001001001101011011000111110100100000100000111101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7049AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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