Html Css Color HEX #7059AE Blue Marguerite

📋 copy color: '#7059AE'

red 112 ◦ green 89 ◦ blue 174

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

Shades of Blue Marguerite #7059AE

Tints of Blue Marguerite #7059AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 46.4%

R = 29.87%
G = 23.73%
B = 46.4%

CMYK

 C value IS 0.36

 M value IS 0.49

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7059AE (or 0x7059AE) is known color: Blue Marguerite. HEX triplet: 70, 59 and AE. RGB value is (112,89,174). Sum of RGB (Red+Green+Blue) = 112+89+174=375 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.87% from 375); Green value is 89 (35.16% from 255 or 23.73% from 375); Blue value is 174 (68.36% from 255 or 46.4% from 375); Max value from RGB is 174 - color contains mainly: blue. Hex color #7059AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7059AE is #8FA651. Grayscale: #696969. Windows color (decimal): -9414226 or 11426160. OLE color: 11426160.

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

Color convert

RGB 112 89 174 -
CMYK 0.36 0.49 0 0.32
HSL 256.24º 0.34% 0.52% -
HSV(B) 256.24º 0.49% 0.68% -
XYZ 17.89 13.65 41.74 -
YUV 105.57 166.62 132.59 -
System Red Green Blue C M Y K H S L
Decimal 112 89 174 0.36 0.49 0 0.32 256.24 0.34 0.52
Hex 70 59 AE 24 31 0 20 100 22 34
Octal 160 131 256 44 61 0 40 400 42 64
Binary 1110000 1011001 10101110 100100 110001 0 100000 100000000 100010 110100

Color Harmonies of #7059AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7059AE

Black with #7059AE

Text Example


Text Example

White with #7059AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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