Html Css Color HEX #705990 Butterfly Bush

📋 copy color: '#705990'

red 112 ◦ green 89 ◦ blue 144

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

Shades of Butterfly Bush #705990

Tints of Butterfly Bush #705990

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.8%

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

R = 32.46%
G = 25.8%
B = 41.74%

CMYK

 C value IS 0.22

 M value IS 0.38

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#705990 (or 0x705990) is known color: Butterfly Bush. HEX triplet: 70, 59 and 90. RGB value is (112,89,144). Sum of RGB (Red+Green+Blue) = 112+89+144=345 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.46% from 345); Green value is 89 (35.16% from 255 or 25.80% from 345); Blue value is 144 (56.64% from 255 or 41.74% from 345); Max value from RGB is 144 - color contains mainly: blue. Hex color #705990 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705990 is #8FA66F. Grayscale: #656565. Windows color (decimal): -9414256 or 9460080. OLE color: 9460080.

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

Color convert

RGB 112 89 144 -
CMYK 0.22 0.38 0 0.44
HSL 265.09º 0.24% 0.46% -
HSV(B) 265.09º 0.38% 0.56% -
XYZ 15.29 12.6 28.01 -
YUV 102.15 151.62 135.03 -
System Red Green Blue C M Y K H S L
Decimal 112 89 144 0.22 0.38 0 0.44 265.09 0.24 0.46
Hex 70 59 90 16 26 0 2C 109 18 2E
Octal 160 131 220 26 46 0 54 411 30 56
Binary 1110000 1011001 10010000 10110 100110 0 101100 100001001 11000 101110

Color Harmonies of #705990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705990

Black with #705990

Text Example


Text Example

White with #705990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705990; }

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

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

background-color css

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

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

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

border-color css

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

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

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