Html Css Color HEX #705899 Butterfly Bush

📋 copy color: '#705899'

red 112 ◦ green 88 ◦ blue 153

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

Shades of Butterfly Bush #705899

Tints of Butterfly Bush #705899

RGB

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

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

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

R = 31.73%
G = 24.93%
B = 43.34%

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

#705899 (or 0x705899) is known color: Butterfly Bush. HEX triplet: 70, 58 and 99. RGB value is (112,88,153). Sum of RGB (Red+Green+Blue) = 112+88+153=353 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.73% from 353); Green value is 88 (34.77% from 255 or 24.93% from 353); Blue value is 153 (60.16% from 255 or 43.34% from 353); Max value from RGB is 153 - color contains mainly: blue. Hex color #705899 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705899 is #8FA766. Grayscale: #666666. Windows color (decimal): -9414503 or 10049648. OLE color: 10049648.

HSL color Cylindrical-coordinate representation of color #705899: hue angle of 262.15º degrees, saturation: 0.27, 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 #705899 is Cyan = 0.27, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 112 88 153 -
CMYK 0.27 0.42 0 0.4
HSL 262.15º 0.27% 0.47% -
HSV(B) 262.15º 0.42% 0.6% -
XYZ 15.92 12.72 31.75 -
YUV 102.59 156.45 134.71 -
System Red Green Blue C M Y K H S L
Decimal 112 88 153 0.27 0.42 0 0.4 262.15 0.27 0.47
Hex 70 58 99 1B 2A 0 28 106 1B 2F
Octal 160 130 231 33 52 0 50 406 33 57
Binary 1110000 1011000 10011001 11011 101010 0 101000 100000110 11011 101111

Color Harmonies of #705899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705899

Black with #705899

Text Example


Text Example

White with #705899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705899; }

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

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

background-color css

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

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

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

border-color css

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

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

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