#705AAD

Color #705AAD Blue Marguerite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Marguerite #705AAD

Tints of Blue Marguerite #705AAD

Color information

#705AAD (or 0x705AAD) is unknown color: approx Blue Marguerite. HEX triplet: 70, 5A and AD. RGB value is (112,90,173). Sum of RGB (Red+Green+Blue) = 112+90+173=375 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.87% from 375); Green value is 90 (35.55% from 255 or 24% from 375); Blue value is 173 (67.97% from 255 or 46.13% from 375); Max value from RGB is 173 - color contains mainly: blue. Hex color #705AAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705AAD is #8FA552. Grayscale: #696969. Windows color (decimal): -9413971 or 11360880. OLE color: 11360880.

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

Color convert

RGB11290173-
CMYK0.350.4800.32
HSL255.9º33.6%51.57%-
HSV(B)255.9º47.98%67.84%-
XYZ17.8813.7741.25-
YUV106.04165.79132.25-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.87%
GREEN value IS 90 (35.55% from 255) = 24%
BLUE value IS 173 (67.97% from 255) = 46.13%
R=29.87%
G=24%
B=46.13%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal112901730.350.4800.32255.933.651.57
Hex705AAD23300201002234
Octal16013225543600404004264
Binary11100001011010101011011000111100000100000100000000100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705AAD; }

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

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

<style>
 a { background-color: #705AAD; }

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

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

<style>
 span { border-color: #705AAD; }

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

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