Html Css Color HEX #705FAC Blue Marguerite

📋 copy color: '#705FAC'

red 112 ◦ green 95 ◦ blue 172

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

Shades of Blue Marguerite #705FAC

Tints of Blue Marguerite #705FAC

RGB

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

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

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

R = 29.55%
G = 25.07%
B = 45.38%

CMYK

 C value IS 0.35

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#705FAC (or 0x705FAC) is known color: Blue Marguerite. HEX triplet: 70, 5F and AC. RGB value is (112,95,172). Sum of RGB (Red+Green+Blue) = 112+95+172=379 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.55% from 379); Green value is 95 (37.5% from 255 or 25.07% from 379); Blue value is 172 (67.58% from 255 or 45.38% from 379); Max value from RGB is 172 - color contains mainly: blue. Hex color #705FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705FAC is #8FA053. Grayscale: #6C6C6C. Windows color (decimal): -9412692 or 11296624. OLE color: 11296624.

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

Color convert

RGB 112 95 172 -
CMYK 0.35 0.45 0 0.33
HSL 253.25º 0.32% 0.52% -
HSV(B) 253.25º 0.45% 0.67% -
XYZ 18.22 14.61 40.89 -
YUV 108.86 163.63 130.24 -
System Red Green Blue C M Y K H S L
Decimal 112 95 172 0.35 0.45 0 0.33 253.25 0.32 0.52
Hex 70 5F AC 23 2D 0 21 FD 20 34
Octal 160 137 254 43 55 0 41 375 40 64
Binary 1110000 1011111 10101100 100011 101101 0 100001 11111101 100000 110100

Color Harmonies of #705FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705FAC

Black with #705FAC

Text Example


Text Example

White with #705FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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