Html Css Color HEX #705996 Butterfly Bush

📋 copy color: '#705996'

red 112 ◦ green 89 ◦ blue 150

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

Shades of Butterfly Bush #705996

Tints of Butterfly Bush #705996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 42.74%

R = 31.91%
G = 25.36%
B = 42.74%

CMYK

 C value IS 0.25

 M value IS 0.41

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#705996 (or 0x705996) is known color: Butterfly Bush. HEX triplet: 70, 59 and 96. RGB value is (112,89,150). Sum of RGB (Red+Green+Blue) = 112+89+150=351 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.91% from 351); Green value is 89 (35.16% from 255 or 25.36% from 351); Blue value is 150 (58.98% from 255 or 42.74% from 351); Max value from RGB is 150 - color contains mainly: blue. Hex color #705996 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705996 is #8FA669. Grayscale: #666666. Windows color (decimal): -9414250 or 9853296. OLE color: 9853296.

HSL color Cylindrical-coordinate representation of color #705996: hue angle of 262.62º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #705996 is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 112 89 150 -
CMYK 0.25 0.41 0 0.41
HSL 262.62º 0.26% 0.47% -
HSV(B) 262.62º 0.41% 0.59% -
XYZ 15.76 12.79 30.49 -
YUV 102.83 154.62 134.54 -
System Red Green Blue C M Y K H S L
Decimal 112 89 150 0.25 0.41 0 0.41 262.62 0.26 0.47
Hex 70 59 96 19 29 0 29 107 1A 2F
Octal 160 131 226 31 51 0 51 407 32 57
Binary 1110000 1011001 10010110 11001 101001 0 101001 100000111 11010 101111

Color Harmonies of #705996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705996

Black with #705996

Text Example


Text Example

White with #705996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705996; }

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

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

background-color css

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

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

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

border-color css

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

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

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