Html Css Color HEX #705690 Butterfly Bush

📋 copy color: '#705690'

red 112 ◦ green 86 ◦ blue 144

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

Shades of Butterfly Bush #705690

Tints of Butterfly Bush #705690

RGB

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

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

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

R = 32.75%
G = 25.15%
B = 42.11%

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

#705690 (or 0x705690) is known color: Butterfly Bush. HEX triplet: 70, 56 and 90. RGB value is (112,86,144). Sum of RGB (Red+Green+Blue) = 112+86+144=342 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.75% from 342); Green value is 86 (33.98% from 255 or 25.15% from 342); Blue value is 144 (56.64% from 255 or 42.11% from 342); Max value from RGB is 144 - color contains mainly: blue. Hex color #705690 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705690 is #8FA96F. Grayscale: #646464. Windows color (decimal): -9415024 or 9459312. OLE color: 9459312.

HSL color Cylindrical-coordinate representation of color #705690: hue angle of 266.9º 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 #705690 is Cyan = 0.22, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 112 86 144 -
CMYK 0.22 0.40 0 0.44
HSL 266.9º 0.25% 0.45% -
HSV(B) 266.9º 0.4% 0.56% -
XYZ 15.04 12.11 27.93 -
YUV 100.39 152.61 136.28 -
System Red Green Blue C M Y K H S L
Decimal 112 86 144 0.22 0.40 0 0.44 266.9 0.25 0.45
Hex 70 56 90 16 28 0 2C 10B 19 2D
Octal 160 126 220 26 50 0 54 413 31 55
Binary 1110000 1010110 10010000 10110 101000 0 101100 100001011 11001 101101

Color Harmonies of #705690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705690

Black with #705690

Text Example


Text Example

White with #705690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705690; }

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

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

background-color css

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

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

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

border-color css

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

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

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