Html Css Color HEX #705BAA Blue Marguerite

📋 copy color: '#705BAA'

red 112 ◦ green 91 ◦ blue 170

#705BAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Marguerite #705BAA

Tints of Blue Marguerite #705BAA

RGB

 RED value IS 112 (44.14% from 255) = 30.03%

 GREEN value IS 91 (35.94% from 255) = 24.4%

 BLUE value IS 170 (66.8% from 255) = 45.58%

R = 30.03%
G = 24.4%
B = 45.58%

CMYK

 C value IS 0.34

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#705BAA (or 0x705BAA) is known color: Blue Marguerite. HEX triplet: 70, 5B and AA. RGB value is (112,91,170). Sum of RGB (Red+Green+Blue) = 112+91+170=373 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.03% from 373); Green value is 91 (35.94% from 255 or 24.40% from 373); Blue value is 170 (66.80% from 255 or 45.58% from 373); Max value from RGB is 170 - color contains mainly: blue. Hex color #705BAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705BAA is #8FA455. Grayscale: #696969. Windows color (decimal): -9413718 or 11164528. OLE color: 11164528.

HSL color Cylindrical-coordinate representation of color #705BAA: hue angle of 255.95º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #705BAA is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 112 91 170 -
CMYK 0.34 0.46 0 0.33
HSL 255.95º 0.32% 0.51% -
HSV(B) 255.95º 0.46% 0.67% -
XYZ 17.68 13.83 39.77 -
YUV 106.29 163.96 132.08 -
System Red Green Blue C M Y K H S L
Decimal 112 91 170 0.34 0.46 0 0.33 255.95 0.32 0.51
Hex 70 5B AA 22 2E 0 21 100 20 33
Octal 160 133 252 42 56 0 41 400 40 63
Binary 1110000 1011011 10101010 100010 101110 0 100001 100000000 100000 110011

Color Harmonies of #705BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705BAA

Black with #705BAA

Text Example


Text Example

White with #705BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #705BAA;
 }
 .AnyTagClassName
 {
   color: #705BAA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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