Html Css Color HEX #705590 Butterfly Bush

📋 copy color: '#705590'

red 112 ◦ green 85 ◦ blue 144

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

Shades of Butterfly Bush #705590

Tints of Butterfly Bush #705590

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.93%

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

R = 32.84%
G = 24.93%
B = 42.23%

CMYK

 C value IS 0.22

 M value IS 0.41

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#705590 (or 0x705590) is known color: Butterfly Bush. HEX triplet: 70, 55 and 90. RGB value is (112,85,144). Sum of RGB (Red+Green+Blue) = 112+85+144=341 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.84% from 341); Green value is 85 (33.59% from 255 or 24.93% from 341); Blue value is 144 (56.64% from 255 or 42.23% from 341); Max value from RGB is 144 - color contains mainly: blue. Hex color #705590 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705590 is #8FAA6F. Grayscale: #636363. Windows color (decimal): -9415280 or 9459056. OLE color: 9459056.

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

Color convert

RGB 112 85 144 -
CMYK 0.22 0.41 0 0.44
HSL 267.46º 0.26% 0.45% -
HSV(B) 267.46º 0.41% 0.56% -
XYZ 14.96 11.96 27.9 -
YUV 99.8 152.95 136.7 -
System Red Green Blue C M Y K H S L
Decimal 112 85 144 0.22 0.41 0 0.44 267.46 0.26 0.45
Hex 70 55 90 16 29 0 2C 10B 1A 2D
Octal 160 125 220 26 51 0 54 413 32 55
Binary 1110000 1010101 10010000 10110 101001 0 101100 100001011 11010 101101

Color Harmonies of #705590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705590

Black with #705590

Text Example


Text Example

White with #705590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705590; }

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

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

background-color css

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

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

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

border-color css

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

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

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