Html Css Color HEX #705799 Butterfly Bush

📋 copy color: '#705799'

red 112 ◦ green 87 ◦ blue 153

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

Shades of Butterfly Bush #705799

Tints of Butterfly Bush #705799

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.72%

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

R = 31.82%
G = 24.72%
B = 43.47%

CMYK

 C value IS 0.27

 M value IS 0.43

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#705799 (or 0x705799) is known color: Butterfly Bush. HEX triplet: 70, 57 and 99. RGB value is (112,87,153). Sum of RGB (Red+Green+Blue) = 112+87+153=352 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.82% from 352); Green value is 87 (34.38% from 255 or 24.72% from 352); Blue value is 153 (60.16% from 255 or 43.47% from 352); Max value from RGB is 153 - color contains mainly: blue. Hex color #705799 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705799 is #8FA866. Grayscale: #656565. Windows color (decimal): -9414759 or 10049392. OLE color: 10049392.

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

Color convert

RGB 112 87 153 -
CMYK 0.27 0.43 0 0.4
HSL 262.73º 0.28% 0.47% -
HSV(B) 262.73º 0.43% 0.6% -
XYZ 15.84 12.56 31.73 -
YUV 102 156.78 135.13 -
System Red Green Blue C M Y K H S L
Decimal 112 87 153 0.27 0.43 0 0.4 262.73 0.28 0.47
Hex 70 57 99 1B 2B 0 28 107 1C 2F
Octal 160 127 231 33 53 0 50 407 34 57
Binary 1110000 1010111 10011001 11011 101011 0 101000 100000111 11100 101111

Color Harmonies of #705799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705799

Black with #705799

Text Example


Text Example

White with #705799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705799; }

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

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

background-color css

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

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

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

border-color css

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

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

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