Html Css Color HEX #7063AC Blue Marguerite

📋 copy color: '#7063AC'

red 112 ◦ green 99 ◦ blue 172

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

Shades of Blue Marguerite #7063AC

Tints of Blue Marguerite #7063AC

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.85%

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

R = 29.24%
G = 25.85%
B = 44.91%

CMYK

 C value IS 0.35

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7063AC (or 0x7063AC) is known color: Blue Marguerite. HEX triplet: 70, 63 and AC. RGB value is (112,99,172). Sum of RGB (Red+Green+Blue) = 112+99+172=383 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.24% from 383); Green value is 99 (39.06% from 255 or 25.85% from 383); Blue value is 172 (67.58% from 255 or 44.91% from 383); Max value from RGB is 172 - color contains mainly: blue. Hex color #7063AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7063AC is #8F9C53. Grayscale: #6E6E6E. Windows color (decimal): -9411668 or 11297648. OLE color: 11297648.

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

Color convert

RGB 112 99 172 -
CMYK 0.35 0.42 0 0.33
HSL 250.68º 0.31% 0.53% -
HSV(B) 250.68º 0.42% 0.67% -
XYZ 18.59 15.35 41.01 -
YUV 111.21 162.31 128.56 -
System Red Green Blue C M Y K H S L
Decimal 112 99 172 0.35 0.42 0 0.33 250.68 0.31 0.53
Hex 70 63 AC 23 2A 0 21 FB 1F 35
Octal 160 143 254 43 52 0 41 373 37 65
Binary 1110000 1100011 10101100 100011 101010 0 100001 11111011 11111 110101

Color Harmonies of #7063AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7063AC

Black with #7063AC

Text Example


Text Example

White with #7063AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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