Html Css Color HEX #7059AF Blue Marguerite

📋 copy color: '#7059AF'

red 112 ◦ green 89 ◦ blue 175

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

Shades of Blue Marguerite #7059AF

Tints of Blue Marguerite #7059AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 46.54%

R = 29.79%
G = 23.67%
B = 46.54%

CMYK

 C value IS 0.36

 M value IS 0.49

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7059AF (or 0x7059AF) is known color: Blue Marguerite. HEX triplet: 70, 59 and AF. RGB value is (112,89,175). Sum of RGB (Red+Green+Blue) = 112+89+175=376 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.79% from 376); Green value is 89 (35.16% from 255 or 23.67% from 376); Blue value is 175 (68.75% from 255 or 46.54% from 376); Max value from RGB is 175 - color contains mainly: blue. Hex color #7059AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7059AF is #8FA650. Grayscale: #696969. Windows color (decimal): -9414225 or 11491696. OLE color: 11491696.

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

Color convert

RGB 112 89 175 -
CMYK 0.36 0.49 0 0.31
HSL 256.05º 0.35% 0.52% -
HSV(B) 256.05º 0.49% 0.69% -
XYZ 17.99 13.68 42.25 -
YUV 105.68 167.12 132.51 -
System Red Green Blue C M Y K H S L
Decimal 112 89 175 0.36 0.49 0 0.31 256.05 0.35 0.52
Hex 70 59 AF 24 31 0 1F 100 23 34
Octal 160 131 257 44 61 0 37 400 43 64
Binary 1110000 1011001 10101111 100100 110001 0 11111 100000000 100011 110100

Color Harmonies of #7059AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7059AF

Black with #7059AF

Text Example


Text Example

White with #7059AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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