Html Css Color HEX #705190 Butterfly Bush

📋 copy color: '#705190'

red 112 ◦ green 81 ◦ blue 144

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

Shades of Butterfly Bush #705190

Tints of Butterfly Bush #705190

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.04%

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

R = 33.23%
G = 24.04%
B = 42.73%

CMYK

 C value IS 0.22

 M value IS 0.44

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#705190 (or 0x705190) is known color: Butterfly Bush. HEX triplet: 70, 51 and 90. RGB value is (112,81,144). Sum of RGB (Red+Green+Blue) = 112+81+144=337 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.23% from 337); Green value is 81 (32.03% from 255 or 24.04% from 337); Blue value is 144 (56.64% from 255 or 42.73% from 337); Max value from RGB is 144 - color contains mainly: blue. Hex color #705190 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705190 is #8FAE6F. Grayscale: #616161. Windows color (decimal): -9416304 or 9458032. OLE color: 9458032.

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

Color convert

RGB 112 81 144 -
CMYK 0.22 0.44 0 0.44
HSL 269.52º 0.28% 0.44% -
HSV(B) 269.52º 0.44% 0.56% -
XYZ 14.66 11.34 27.8 -
YUV 97.45 154.27 138.38 -
System Red Green Blue C M Y K H S L
Decimal 112 81 144 0.22 0.44 0 0.44 269.52 0.28 0.44
Hex 70 51 90 16 2C 0 2C 10E 1C 2C
Octal 160 121 220 26 54 0 54 416 34 54
Binary 1110000 1010001 10010000 10110 101100 0 101100 100001110 11100 101100

Color Harmonies of #705190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705190

Black with #705190

Text Example


Text Example

White with #705190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705190; }

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

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

background-color css

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

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

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

border-color css

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

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

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