Html Css Color HEX #705789 Butterfly Bush

📋 copy color: '#705789'

red 112 ◦ green 87 ◦ blue 137

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

Shades of Butterfly Bush #705789

Tints of Butterfly Bush #705789

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.89%

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

R = 33.33%
G = 25.89%
B = 40.77%

CMYK

 C value IS 0.18

 M value IS 0.36

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#705789 (or 0x705789) is known color: Butterfly Bush. HEX triplet: 70, 57 and 89. RGB value is (112,87,137). Sum of RGB (Red+Green+Blue) = 112+87+137=336 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.33% from 336); Green value is 87 (34.38% from 255 or 25.89% from 336); Blue value is 137 (53.91% from 255 or 40.77% from 336); Max value from RGB is 137 - color contains mainly: blue. Hex color #705789 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705789 is #8FA876. Grayscale: #646464. Windows color (decimal): -9414775 or 9000816. OLE color: 9000816.

HSL color Cylindrical-coordinate representation of color #705789: hue angle of 270º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #705789 is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 112 87 137 -
CMYK 0.18 0.36 0 0.46
HSL 270º 0.22% 0.44% -
HSV(B) 270º 0.36% 0.54% -
XYZ 14.61 12.07 25.23 -
YUV 100.18 148.78 136.43 -
System Red Green Blue C M Y K H S L
Decimal 112 87 137 0.18 0.36 0 0.46 270 0.22 0.44
Hex 70 57 89 12 24 0 2E 10E 16 2C
Octal 160 127 211 22 44 0 56 416 26 54
Binary 1110000 1010111 10001001 10010 100100 0 101110 100001110 10110 101100

Color Harmonies of #705789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705789

Black with #705789

Text Example


Text Example

White with #705789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705789; }

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

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

background-color css

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

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

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

border-color css

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

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

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