Html Css Color HEX #7059AD Blue Marguerite

📋 copy color: '#7059AD'

red 112 ◦ green 89 ◦ blue 173

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

Shades of Blue Marguerite #7059AD

Tints of Blue Marguerite #7059AD

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.8%

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

R = 29.95%
G = 23.8%
B = 46.26%

CMYK

 C value IS 0.35

 M value IS 0.49

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7059AD (or 0x7059AD) is known color: Blue Marguerite. HEX triplet: 70, 59 and AD. RGB value is (112,89,173). Sum of RGB (Red+Green+Blue) = 112+89+173=374 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.95% from 374); Green value is 89 (35.16% from 255 or 23.80% from 374); Blue value is 173 (67.97% from 255 or 46.26% from 374); Max value from RGB is 173 - color contains mainly: blue. Hex color #7059AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7059AD is #8FA652. Grayscale: #696969. Windows color (decimal): -9414227 or 11360624. OLE color: 11360624.

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

Color convert

RGB 112 89 173 -
CMYK 0.35 0.49 0 0.32
HSL 256.43º 0.34% 0.51% -
HSV(B) 256.43º 0.49% 0.68% -
XYZ 17.8 13.61 41.22 -
YUV 105.45 166.12 132.67 -
System Red Green Blue C M Y K H S L
Decimal 112 89 173 0.35 0.49 0 0.32 256.43 0.34 0.51
Hex 70 59 AD 23 31 0 20 100 22 33
Octal 160 131 255 43 61 0 40 400 42 63
Binary 1110000 1011001 10101101 100011 110001 0 100000 100000000 100010 110011

Color Harmonies of #7059AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7059AD

Black with #7059AD

Text Example


Text Example

White with #7059AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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