Html Css Color HEX #705987 Butterfly Bush

📋 copy color: '#705987'

red 112 ◦ green 89 ◦ blue 135

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

Shades of Butterfly Bush #705987

Tints of Butterfly Bush #705987

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.49%

 BLUE value IS 135 (53.13% from 255) = 40.18%

R = 33.33%
G = 26.49%
B = 40.18%

CMYK

 C value IS 0.17

 M value IS 0.34

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#705987 (or 0x705987) is known color: Butterfly Bush. HEX triplet: 70, 59 and 87. RGB value is (112,89,135). Sum of RGB (Red+Green+Blue) = 112+89+135=336 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.33% from 336); Green value is 89 (35.16% from 255 or 26.49% from 336); Blue value is 135 (53.12% from 255 or 40.18% from 336); Max value from RGB is 135 - color contains mainly: blue. Hex color #705987 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705987 is #8FA678. Grayscale: #646464. Windows color (decimal): -9414265 or 8870256. OLE color: 8870256.

HSL color Cylindrical-coordinate representation of color #705987: hue angle of 270º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #705987 is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 112 89 135 -
CMYK 0.17 0.34 0 0.47
HSL 270º 0.21% 0.44% -
HSV(B) 270º 0.34% 0.53% -
XYZ 14.63 12.34 24.53 -
YUV 101.12 147.12 135.76 -
System Red Green Blue C M Y K H S L
Decimal 112 89 135 0.17 0.34 0 0.47 270 0.21 0.44
Hex 70 59 87 11 22 0 2F 10E 15 2C
Octal 160 131 207 21 42 0 57 416 25 54
Binary 1110000 1011001 10000111 10001 100010 0 101111 100001110 10101 101100

Color Harmonies of #705987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705987

Black with #705987

Text Example


Text Example

White with #705987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705987; }

 p { color: rgb(112,89,135); }

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

background-color css

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

 a { background-color: rgb(112,89,135); }

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

border-color css

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

 span { border-color: rgb(112,89,135); }

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