Html Css Color HEX #7056AD Blue Marguerite

📋 copy color: '#7056AD'

red 112 ◦ green 86 ◦ blue 173

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

Shades of Blue Marguerite #7056AD

Tints of Blue Marguerite #7056AD

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.18%

 BLUE value IS 173 (67.97% from 255) = 46.63%

R = 30.19%
G = 23.18%
B = 46.63%

CMYK

 C value IS 0.35

 M value IS 0.50

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7056AD (or 0x7056AD) is known color: Blue Marguerite. HEX triplet: 70, 56 and AD. RGB value is (112,86,173). Sum of RGB (Red+Green+Blue) = 112+86+173=371 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.19% from 371); Green value is 86 (33.98% from 255 or 23.18% from 371); Blue value is 173 (67.97% from 255 or 46.63% from 371); Max value from RGB is 173 - color contains mainly: blue. Hex color #7056AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7056AD is #8FA952. Grayscale: #676767. Windows color (decimal): -9414995 or 11359856. OLE color: 11359856.

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

Color convert

RGB 112 86 173 -
CMYK 0.35 0.50 0 0.32
HSL 257.93º 0.35% 0.51% -
HSV(B) 257.93º 0.5% 0.68% -
XYZ 17.55 13.12 41.14 -
YUV 103.69 167.11 133.93 -
System Red Green Blue C M Y K H S L
Decimal 112 86 173 0.35 0.50 0 0.32 257.93 0.35 0.51
Hex 70 56 AD 23 32 0 20 102 23 33
Octal 160 126 255 43 62 0 40 402 43 63
Binary 1110000 1010110 10101101 100011 110010 0 100000 100000010 100011 110011

Color Harmonies of #7056AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7056AD

Black with #7056AD

Text Example


Text Example

White with #7056AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7056AD;
 }
 .AnyTagClassName
 {
   color: #7056AD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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