Html Css Color HEX #705D89 Butterfly Bush

📋 copy color: '#705D89'

red 112 ◦ green 93 ◦ blue 137

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

Shades of Butterfly Bush #705D89

Tints of Butterfly Bush #705D89

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.19%

 BLUE value IS 137 (53.91% from 255) = 40.06%

R = 32.75%
G = 27.19%
B = 40.06%

CMYK

 C value IS 0.18

 M value IS 0.32

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#705D89 (or 0x705D89) is known color: Butterfly Bush. HEX triplet: 70, 5D and 89. RGB value is (112,93,137). Sum of RGB (Red+Green+Blue) = 112+93+137=342 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.75% from 342); Green value is 93 (36.72% from 255 or 27.19% from 342); Blue value is 137 (53.91% from 255 or 40.06% from 342); Max value from RGB is 137 - color contains mainly: blue. Hex color #705D89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705D89 is #8FA276. Grayscale: #676767. Windows color (decimal): -9413239 or 9002352. OLE color: 9002352.

HSL color Cylindrical-coordinate representation of color #705D89: hue angle of 265.91º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #705D89 is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 112 93 137 -
CMYK 0.18 0.32 0 0.46
HSL 265.91º 0.19% 0.45% -
HSV(B) 265.91º 0.32% 0.54% -
XYZ 15.11 13.08 25.4 -
YUV 103.7 146.79 133.92 -
System Red Green Blue C M Y K H S L
Decimal 112 93 137 0.18 0.32 0 0.46 265.91 0.19 0.45
Hex 70 5D 89 12 20 0 2E 10A 13 2D
Octal 160 135 211 22 40 0 56 412 23 55
Binary 1110000 1011101 10001001 10010 100000 0 101110 100001010 10011 101101

Color Harmonies of #705D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705D89

Black with #705D89

Text Example


Text Example

White with #705D89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,93,137); }

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

background-color css

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

 a { background-color: rgb(112,93,137); }

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

border-color css

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

 span { border-color: rgb(112,93,137); }

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