Html Css Color HEX #705791 Butterfly Bush

📋 copy color: '#705791'

red 112 ◦ green 87 ◦ blue 145

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

Shades of Butterfly Bush #705791

Tints of Butterfly Bush #705791

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 42.15%

R = 32.56%
G = 25.29%
B = 42.15%

CMYK

 C value IS 0.23

 M value IS 0.4

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#705791 (or 0x705791) is known color: Butterfly Bush. HEX triplet: 70, 57 and 91. RGB value is (112,87,145). Sum of RGB (Red+Green+Blue) = 112+87+145=344 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.56% from 344); Green value is 87 (34.38% from 255 or 25.29% from 344); Blue value is 145 (57.03% from 255 or 42.15% from 344); Max value from RGB is 145 - color contains mainly: blue. Hex color #705791 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705791 is #8FA86E. Grayscale: #646464. Windows color (decimal): -9414767 or 9525104. OLE color: 9525104.

HSL color Cylindrical-coordinate representation of color #705791: hue angle of 265.86º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #705791 is Cyan = 0.23, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 112 87 145 -
CMYK 0.23 0.4 0 0.43
HSL 265.86º 0.25% 0.45% -
HSV(B) 265.86º 0.4% 0.57% -
XYZ 15.2 12.31 28.36 -
YUV 101.09 152.78 135.78 -
System Red Green Blue C M Y K H S L
Decimal 112 87 145 0.23 0.4 0 0.43 265.86 0.25 0.45
Hex 70 57 91 17 28 0 2B 10A 19 2D
Octal 160 127 221 27 50 0 53 412 31 55
Binary 1110000 1010111 10010001 10111 101000 0 101011 100001010 11001 101101

Color Harmonies of #705791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705791

Black with #705791

Text Example


Text Example

White with #705791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705791; }

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

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

background-color css

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

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

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

border-color css

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

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

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