#705BAD

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

Shades of Blue Marguerite #705BAD

Tints of Blue Marguerite #705BAD

Color information

#705BAD (or 0x705BAD) is unknown color: approx Blue Marguerite. HEX triplet: 70, 5B and AD. RGB value is (112,91,173). Sum of RGB (Red+Green+Blue) = 112+91+173=376 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.79% from 376); Green value is 91 (35.94% from 255 or 24.20% from 376); Blue value is 173 (67.97% from 255 or 46.01% from 376); Max value from RGB is 173 - color contains mainly: blue. Hex color #705BAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705BAD is #8FA452. Grayscale: #6A6A6A. Windows color (decimal): -9413715 or 11361136. OLE color: 11361136.

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

Color convert

RGB11291173-
CMYK0.350.4700.32
HSL255.37º33.33%51.76%-
HSV(B)255.37º47.4%67.84%-
XYZ17.9713.9441.28-
YUV106.63165.46131.83-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.79%
GREEN value IS 91 (35.94% from 255) = 24.20%
BLUE value IS 173 (67.97% from 255) = 46.01%
R=29.79%
G=24.20%
B=46.01%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal112911730.350.4700.32255.3733.3351.76
Hex705BAD232F020ff2134
Octal16013325543570403774164
Binary1110000101101110101101100011101111010000011111111100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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