#704FAD

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

Shades of Studio #704FAD

Tints of Studio #704FAD

Color information

#704FAD (or 0x704FAD) is unknown color: approx Studio. HEX triplet: 70, 4F and AD. RGB value is (112,79,173). Sum of RGB (Red+Green+Blue) = 112+79+173=364 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.77% from 364); Green value is 79 (31.25% from 255 or 21.70% from 364); Blue value is 173 (67.97% from 255 or 47.53% from 364); Max value from RGB is 173 - color contains mainly: blue. Hex color #704FAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #704FAD is #8FB052. Grayscale: #636363. Windows color (decimal): -9416787 or 11358064. OLE color: 11358064.

HSL color Cylindrical-coordinate representation of color #704FAD: hue angle of 261.06º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #704FAD is Cyan = 0.35, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11279173-
CMYK0.350.5400.32
HSL261.06º37.3%49.41%-
HSV(B)261.06º54.34%67.84%-
XYZ17.0212.0540.96-
YUV99.58169.43136.86-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.77%
GREEN value IS 79 (31.25% from 255) = 21.70%
BLUE value IS 173 (67.97% from 255) = 47.53%
R=30.77%
G=21.70%
B=47.53%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal112791730.350.5400.32261.0637.349.41
Hex704FAD23360201052531
Octal16011725543660404054561
Binary11100001001111101011011000111101100100000100000101100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704FAD; }

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

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

<style>
 a { background-color: #704FAD; }

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

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

<style>
 span { border-color: #704FAD; }

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

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