Html Css Color HEX #705991 Butterfly Bush

📋 copy color: '#705991'

red 112 ◦ green 89 ◦ blue 145

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

Shades of Butterfly Bush #705991

Tints of Butterfly Bush #705991

RGB

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

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

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

R = 32.37%
G = 25.72%
B = 41.91%

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

#705991 (or 0x705991) is known color: Butterfly Bush. HEX triplet: 70, 59 and 91. RGB value is (112,89,145). Sum of RGB (Red+Green+Blue) = 112+89+145=346 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.37% from 346); Green value is 89 (35.16% from 255 or 25.72% from 346); Blue value is 145 (57.03% from 255 or 41.91% from 346); Max value from RGB is 145 - color contains mainly: blue. Hex color #705991 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705991 is #8FA66E. Grayscale: #666666. Windows color (decimal): -9414255 or 9525616. OLE color: 9525616.

HSL color Cylindrical-coordinate representation of color #705991: hue angle of 264.64º 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 #705991 is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 112 89 145 -
CMYK 0.23 0.39 0 0.43
HSL 264.64º 0.24% 0.46% -
HSV(B) 264.64º 0.39% 0.57% -
XYZ 15.37 12.63 28.42 -
YUV 102.26 152.12 134.95 -
System Red Green Blue C M Y K H S L
Decimal 112 89 145 0.23 0.39 0 0.43 264.64 0.24 0.46
Hex 70 59 91 17 27 0 2B 109 18 2E
Octal 160 131 221 27 47 0 53 411 30 56
Binary 1110000 1011001 10010001 10111 100111 0 101011 100001001 11000 101110

Color Harmonies of #705991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705991

Black with #705991

Text Example


Text Example

White with #705991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705991; }

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

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

background-color css

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

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

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

border-color css

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

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

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