Html Css Color HEX #705999 Butterfly Bush

📋 copy color: '#705999'

red 112 ◦ green 89 ◦ blue 153

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

Shades of Butterfly Bush #705999

Tints of Butterfly Bush #705999

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 43.22%

R = 31.64%
G = 25.14%
B = 43.22%

CMYK

 C value IS 0.27

 M value IS 0.42

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#705999 (or 0x705999) is known color: Butterfly Bush. HEX triplet: 70, 59 and 99. RGB value is (112,89,153). Sum of RGB (Red+Green+Blue) = 112+89+153=354 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.64% from 354); Green value is 89 (35.16% from 255 or 25.14% from 354); Blue value is 153 (60.16% from 255 or 43.22% from 354); Max value from RGB is 153 - color contains mainly: blue. Hex color #705999 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705999 is #8FA666. Grayscale: #666666. Windows color (decimal): -9414247 or 10049904. OLE color: 10049904.

HSL color Cylindrical-coordinate representation of color #705999: hue angle of 261.56º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #705999 is Cyan = 0.27, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 112 89 153 -
CMYK 0.27 0.42 0 0.4
HSL 261.56º 0.26% 0.47% -
HSV(B) 261.56º 0.42% 0.6% -
XYZ 16 12.89 31.78 -
YUV 103.17 156.12 134.3 -
System Red Green Blue C M Y K H S L
Decimal 112 89 153 0.27 0.42 0 0.4 261.56 0.26 0.47
Hex 70 59 99 1B 2A 0 28 106 1A 2F
Octal 160 131 231 33 52 0 50 406 32 57
Binary 1110000 1011001 10011001 11011 101010 0 101000 100000110 11010 101111

Color Harmonies of #705999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705999

Black with #705999

Text Example


Text Example

White with #705999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705999; }

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

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

background-color css

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

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

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

border-color css

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

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

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