Html Css Color HEX #705793 Butterfly Bush

📋 copy color: '#705793'

red 112 ◦ green 87 ◦ blue 147

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

Shades of Butterfly Bush #705793

Tints of Butterfly Bush #705793

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 42.49%

R = 32.37%
G = 25.14%
B = 42.49%

CMYK

 C value IS 0.24

 M value IS 0.41

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#705793 (or 0x705793) is known color: Butterfly Bush. HEX triplet: 70, 57 and 93. RGB value is (112,87,147). Sum of RGB (Red+Green+Blue) = 112+87+147=346 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.37% from 346); Green value is 87 (34.38% from 255 or 25.14% from 346); Blue value is 147 (57.81% from 255 or 42.49% from 346); Max value from RGB is 147 - color contains mainly: blue. Hex color #705793 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705793 is #8FA86C. Grayscale: #656565. Windows color (decimal): -9414765 or 9656176. OLE color: 9656176.

HSL color Cylindrical-coordinate representation of color #705793: hue angle of 265º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #705793 is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 112 87 147 -
CMYK 0.24 0.41 0 0.42
HSL 265º 0.26% 0.46% -
HSV(B) 265º 0.41% 0.58% -
XYZ 15.36 12.37 29.18 -
YUV 101.32 153.78 135.62 -
System Red Green Blue C M Y K H S L
Decimal 112 87 147 0.24 0.41 0 0.42 265 0.26 0.46
Hex 70 57 93 18 29 0 2A 109 1A 2E
Octal 160 127 223 30 51 0 52 411 32 56
Binary 1110000 1010111 10010011 11000 101001 0 101010 100001001 11010 101110

Color Harmonies of #705793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705793

Black with #705793

Text Example


Text Example

White with #705793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705793; }

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

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

background-color css

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

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

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

border-color css

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

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

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