Html Css Color HEX #705794 Butterfly Bush

📋 copy color: '#705794'

red 112 ◦ green 87 ◦ blue 148

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

Shades of Butterfly Bush #705794

Tints of Butterfly Bush #705794

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 42.65%

R = 32.28%
G = 25.07%
B = 42.65%

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

#705794 (or 0x705794) is known color: Butterfly Bush. HEX triplet: 70, 57 and 94. RGB value is (112,87,148). Sum of RGB (Red+Green+Blue) = 112+87+148=347 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.28% from 347); Green value is 87 (34.38% from 255 or 25.07% from 347); Blue value is 148 (58.20% from 255 or 42.65% from 347); Max value from RGB is 148 - color contains mainly: blue. Hex color #705794 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705794 is #8FA86B. Grayscale: #656565. Windows color (decimal): -9414764 or 9721712. OLE color: 9721712.

HSL color Cylindrical-coordinate representation of color #705794: hue angle of 264.59º 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 #705794 is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 112 87 148 -
CMYK 0.24 0.41 0 0.42
HSL 264.59º 0.26% 0.46% -
HSV(B) 264.59º 0.41% 0.58% -
XYZ 15.44 12.4 29.6 -
YUV 101.43 154.28 135.54 -
System Red Green Blue C M Y K H S L
Decimal 112 87 148 0.24 0.41 0 0.42 264.59 0.26 0.46
Hex 70 57 94 18 29 0 2A 109 1A 2E
Octal 160 127 224 30 51 0 52 411 32 56
Binary 1110000 1010111 10010100 11000 101001 0 101010 100001001 11010 101110

Color Harmonies of #705794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705794

Black with #705794

Text Example


Text Example

White with #705794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705794; }

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

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

background-color css

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

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

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

border-color css

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

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

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