Html Css Color HEX #705A89 Butterfly Bush

📋 copy color: '#705A89'

red 112 ◦ green 90 ◦ blue 137

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

Shades of Butterfly Bush #705A89

Tints of Butterfly Bush #705A89

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.55%

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

R = 33.04%
G = 26.55%
B = 40.41%

CMYK

 C value IS 0.18

 M value IS 0.34

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#705A89 (or 0x705A89) is known color: Butterfly Bush. HEX triplet: 70, 5A and 89. RGB value is (112,90,137). Sum of RGB (Red+Green+Blue) = 112+90+137=339 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.04% from 339); Green value is 90 (35.55% from 255 or 26.55% from 339); Blue value is 137 (53.91% from 255 or 40.41% from 339); Max value from RGB is 137 - color contains mainly: blue. Hex color #705A89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705A89 is #8FA576. Grayscale: #656565. Windows color (decimal): -9414007 or 9001584. OLE color: 9001584.

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

Color convert

RGB 112 90 137 -
CMYK 0.18 0.34 0 0.46
HSL 268.09º 0.21% 0.45% -
HSV(B) 268.09º 0.34% 0.54% -
XYZ 14.85 12.56 25.31 -
YUV 101.94 147.79 135.18 -
System Red Green Blue C M Y K H S L
Decimal 112 90 137 0.18 0.34 0 0.46 268.09 0.21 0.45
Hex 70 5A 89 12 22 0 2E 10C 15 2D
Octal 160 132 211 22 42 0 56 414 25 55
Binary 1110000 1011010 10001001 10010 100010 0 101110 100001100 10101 101101

Color Harmonies of #705A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705A89

Black with #705A89

Text Example


Text Example

White with #705A89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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