Html Css Color HEX #705891 Butterfly Bush

📋 copy color: '#705891'

red 112 ◦ green 88 ◦ blue 145

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

Shades of Butterfly Bush #705891

Tints of Butterfly Bush #705891

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.51%

 BLUE value IS 145 (57.03% from 255) = 42.03%

R = 32.46%
G = 25.51%
B = 42.03%

CMYK

 C value IS 0.23

 M value IS 0.39

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#705891 (or 0x705891) is known color: Butterfly Bush. HEX triplet: 70, 58 and 91. RGB value is (112,88,145). Sum of RGB (Red+Green+Blue) = 112+88+145=345 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.46% from 345); Green value is 88 (34.77% from 255 or 25.51% from 345); Blue value is 145 (57.03% from 255 or 42.03% from 345); Max value from RGB is 145 - color contains mainly: blue. Hex color #705891 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705891 is #8FA76E. Grayscale: #656565. Windows color (decimal): -9414511 or 9525360. OLE color: 9525360.

HSL color Cylindrical-coordinate representation of color #705891: hue angle of 265.26º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #705891 is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 112 88 145 -
CMYK 0.23 0.39 0 0.43
HSL 265.26º 0.24% 0.46% -
HSV(B) 265.26º 0.39% 0.57% -
XYZ 15.28 12.47 28.39 -
YUV 101.67 152.45 135.37 -
System Red Green Blue C M Y K H S L
Decimal 112 88 145 0.23 0.39 0 0.43 265.26 0.24 0.46
Hex 70 58 91 17 27 0 2B 109 18 2E
Octal 160 130 221 27 47 0 53 411 30 56
Binary 1110000 1011000 10010001 10111 100111 0 101011 100001001 11000 101110

Color Harmonies of #705891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705891

Black with #705891

Text Example


Text Example

White with #705891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705891; }

 p { color: rgb(112,88,145); }

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

background-color css

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

 a { background-color: rgb(112,88,145); }

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

border-color css

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

 span { border-color: rgb(112,88,145); }

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