Html Css Color HEX #7064AD Blue Marguerite

📋 copy color: '#7064AD'

red 112 ◦ green 100 ◦ blue 173

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

Shades of Blue Marguerite #7064AD

Tints of Blue Marguerite #7064AD

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.97%

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

R = 29.09%
G = 25.97%
B = 44.94%

CMYK

 C value IS 0.35

 M value IS 0.42

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7064AD (or 0x7064AD) is known color: Blue Marguerite. HEX triplet: 70, 64 and AD. RGB value is (112,100,173). Sum of RGB (Red+Green+Blue) = 112+100+173=385 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.09% from 385); Green value is 100 (39.45% from 255 or 25.97% from 385); Blue value is 173 (67.97% from 255 or 44.94% from 385); Max value from RGB is 173 - color contains mainly: blue. Hex color #7064AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7064AD is #8F9B52. Grayscale: #6F6F6F. Windows color (decimal): -9411411 or 11363440. OLE color: 11363440.

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

Color convert

RGB 112 100 173 -
CMYK 0.35 0.42 0 0.32
HSL 249.86º 0.31% 0.54% -
HSV(B) 249.86º 0.42% 0.68% -
XYZ 18.78 15.58 41.55 -
YUV 111.91 162.48 128.06 -
System Red Green Blue C M Y K H S L
Decimal 112 100 173 0.35 0.42 0 0.32 249.86 0.31 0.54
Hex 70 64 AD 23 2A 0 20 FA 1F 36
Octal 160 144 255 43 52 0 40 372 37 66
Binary 1110000 1100100 10101101 100011 101010 0 100000 11111010 11111 110110

Color Harmonies of #7064AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7064AD

Black with #7064AD

Text Example


Text Example

White with #7064AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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