Html Css Color HEX #705790 Butterfly Bush

📋 copy color: '#705790'

red 112 ◦ green 87 ◦ blue 144

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

Shades of Butterfly Bush #705790

Tints of Butterfly Bush #705790

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 41.98%

R = 32.65%
G = 25.36%
B = 41.98%

CMYK

 C value IS 0.22

 M value IS 0.40

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#705790 (or 0x705790) is known color: Butterfly Bush. HEX triplet: 70, 57 and 90. RGB value is (112,87,144). Sum of RGB (Red+Green+Blue) = 112+87+144=343 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.65% from 343); Green value is 87 (34.38% from 255 or 25.36% from 343); Blue value is 144 (56.64% from 255 or 41.98% from 343); Max value from RGB is 144 - color contains mainly: blue. Hex color #705790 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705790 is #8FA86F. Grayscale: #646464. Windows color (decimal): -9414768 or 9459568. OLE color: 9459568.

HSL color Cylindrical-coordinate representation of color #705790: hue angle of 266.32º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #705790 is Cyan = 0.22, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 112 87 144 -
CMYK 0.22 0.40 0 0.44
HSL 266.32º 0.25% 0.45% -
HSV(B) 266.32º 0.4% 0.56% -
XYZ 15.12 12.27 27.96 -
YUV 100.97 152.28 135.87 -
System Red Green Blue C M Y K H S L
Decimal 112 87 144 0.22 0.40 0 0.44 266.32 0.25 0.45
Hex 70 57 90 16 28 0 2C 10A 19 2D
Octal 160 127 220 26 50 0 54 412 31 55
Binary 1110000 1010111 10010000 10110 101000 0 101100 100001010 11001 101101

Color Harmonies of #705790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705790

Black with #705790

Text Example


Text Example

White with #705790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705790; }

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

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

background-color css

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

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

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

border-color css

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

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

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