Html Css Color HEX #7059AC Blue Marguerite

📋 copy color: '#7059AC'

red 112 ◦ green 89 ◦ blue 172

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

Shades of Blue Marguerite #7059AC

Tints of Blue Marguerite #7059AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 46.11%

R = 30.03%
G = 23.86%
B = 46.11%

CMYK

 C value IS 0.35

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7059AC (or 0x7059AC) is known color: Blue Marguerite. HEX triplet: 70, 59 and AC. RGB value is (112,89,172). Sum of RGB (Red+Green+Blue) = 112+89+172=373 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.03% from 373); Green value is 89 (35.16% from 255 or 23.86% from 373); Blue value is 172 (67.58% from 255 or 46.11% from 373); Max value from RGB is 172 - color contains mainly: blue. Hex color #7059AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7059AC is #8FA653. Grayscale: #696969. Windows color (decimal): -9414228 or 11295088. OLE color: 11295088.

HSL color Cylindrical-coordinate representation of color #7059AC: hue angle of 256.63º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7059AC is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 112 89 172 -
CMYK 0.35 0.48 0 0.33
HSL 256.63º 0.33% 0.51% -
HSV(B) 256.63º 0.48% 0.67% -
XYZ 17.7 13.57 40.72 -
YUV 105.34 165.62 132.75 -
System Red Green Blue C M Y K H S L
Decimal 112 89 172 0.35 0.48 0 0.33 256.63 0.33 0.51
Hex 70 59 AC 23 30 0 21 101 21 33
Octal 160 131 254 43 60 0 41 401 41 63
Binary 1110000 1011001 10101100 100011 110000 0 100001 100000001 100001 110011

Color Harmonies of #7059AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7059AC

Black with #7059AC

Text Example


Text Example

White with #7059AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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