Html Css Color HEX #705FAB Blue Marguerite

📋 copy color: '#705FAB'

red 112 ◦ green 95 ◦ blue 171

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

Shades of Blue Marguerite #705FAB

Tints of Blue Marguerite #705FAB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.13%

 BLUE value IS 171 (67.19% from 255) = 45.24%

R = 29.63%
G = 25.13%
B = 45.24%

CMYK

 C value IS 0.35

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#705FAB (or 0x705FAB) is known color: Blue Marguerite. HEX triplet: 70, 5F and AB. RGB value is (112,95,171). Sum of RGB (Red+Green+Blue) = 112+95+171=378 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.63% from 378); Green value is 95 (37.5% from 255 or 25.13% from 378); Blue value is 171 (67.19% from 255 or 45.24% from 378); Max value from RGB is 171 - color contains mainly: blue. Hex color #705FAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705FAB is #8FA054. Grayscale: #6C6C6C. Windows color (decimal): -9412693 or 11231088. OLE color: 11231088.

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

Color convert

RGB 112 95 171 -
CMYK 0.35 0.44 0 0.33
HSL 253.42º 0.31% 0.52% -
HSV(B) 253.42º 0.44% 0.67% -
XYZ 18.12 14.57 40.38 -
YUV 108.75 163.13 130.32 -
System Red Green Blue C M Y K H S L
Decimal 112 95 171 0.35 0.44 0 0.33 253.42 0.31 0.52
Hex 70 5F AB 23 2C 0 21 FD 1F 34
Octal 160 137 253 43 54 0 41 375 37 64
Binary 1110000 1011111 10101011 100011 101100 0 100001 11111101 11111 110100

Color Harmonies of #705FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705FAB

Black with #705FAB

Text Example


Text Example

White with #705FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,95,171); }

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

background-color css

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

 a { background-color: rgb(112,95,171); }

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

border-color css

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

 span { border-color: rgb(112,95,171); }

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