Html Css Color HEX #705697 Butterfly Bush

📋 copy color: '#705697'

red 112 ◦ green 86 ◦ blue 151

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

Shades of Butterfly Bush #705697

Tints of Butterfly Bush #705697

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.64%

 BLUE value IS 151 (59.38% from 255) = 43.27%

R = 32.09%
G = 24.64%
B = 43.27%

CMYK

 C value IS 0.26

 M value IS 0.43

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#705697 (or 0x705697) is known color: Butterfly Bush. HEX triplet: 70, 56 and 97. RGB value is (112,86,151). Sum of RGB (Red+Green+Blue) = 112+86+151=349 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.09% from 349); Green value is 86 (33.98% from 255 or 24.64% from 349); Blue value is 151 (59.38% from 255 or 43.27% from 349); Max value from RGB is 151 - color contains mainly: blue. Hex color #705697 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705697 is #8FA968. Grayscale: #646464. Windows color (decimal): -9415017 or 9918064. OLE color: 9918064.

HSL color Cylindrical-coordinate representation of color #705697: hue angle of 264º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #705697 is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 112 86 151 -
CMYK 0.26 0.43 0 0.41
HSL 264º 0.27% 0.46% -
HSV(B) 264º 0.43% 0.59% -
XYZ 15.6 12.33 30.84 -
YUV 101.18 156.11 135.71 -
System Red Green Blue C M Y K H S L
Decimal 112 86 151 0.26 0.43 0 0.41 264 0.27 0.46
Hex 70 56 97 1A 2B 0 29 108 1B 2E
Octal 160 126 227 32 53 0 51 410 33 56
Binary 1110000 1010110 10010111 11010 101011 0 101001 100001000 11011 101110

Color Harmonies of #705697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705697

Black with #705697

Text Example


Text Example

White with #705697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705697; }

 p { color: rgb(112,86,151); }

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

background-color css

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

 a { background-color: rgb(112,86,151); }

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

border-color css

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

 span { border-color: rgb(112,86,151); }

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