Html Css Color HEX #705AAD Blue Marguerite

📋 copy color: '#705AAD'

red 112 ◦ green 90 ◦ blue 173

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

Shades of Blue Marguerite #705AAD

Tints of Blue Marguerite #705AAD

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24%

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

R = 29.87%
G = 24%
B = 46.13%

CMYK

 C value IS 0.35

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#705AAD (or 0x705AAD) is known color: Blue Marguerite. HEX triplet: 70, 5A and AD. RGB value is (112,90,173). Sum of RGB (Red+Green+Blue) = 112+90+173=375 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.87% from 375); Green value is 90 (35.55% from 255 or 24% from 375); Blue value is 173 (67.97% from 255 or 46.13% from 375); Max value from RGB is 173 - color contains mainly: blue. Hex color #705AAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705AAD is #8FA552. Grayscale: #696969. Windows color (decimal): -9413971 or 11360880. OLE color: 11360880.

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

Color convert

RGB 112 90 173 -
CMYK 0.35 0.48 0 0.32
HSL 255.9º 0.34% 0.52% -
HSV(B) 255.9º 0.48% 0.68% -
XYZ 17.88 13.77 41.25 -
YUV 106.04 165.79 132.25 -
System Red Green Blue C M Y K H S L
Decimal 112 90 173 0.35 0.48 0 0.32 255.9 0.34 0.52
Hex 70 5A AD 23 30 0 20 100 22 34
Octal 160 132 255 43 60 0 40 400 42 64
Binary 1110000 1011010 10101101 100011 110000 0 100000 100000000 100010 110100

Color Harmonies of #705AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705AAD

Black with #705AAD

Text Example


Text Example

White with #705AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705AAD; }

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

 H1.HeaderClassName
 {
   color: #705AAD;
 }
 .AnyTagClassName
 {
   color: #705AAD;
 }
</style>

background-color css

<style>
 a { background-color: #705AAD; }

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

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

border-color css

<style>
 span { border-color: #705AAD; }

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

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