Html Css Color HEX #705693 Butterfly Bush

📋 copy color: '#705693'

red 112 ◦ green 86 ◦ blue 147

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

Shades of Butterfly Bush #705693

Tints of Butterfly Bush #705693

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.93%

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

R = 32.46%
G = 24.93%
B = 42.61%

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

#705693 (or 0x705693) is known color: Butterfly Bush. HEX triplet: 70, 56 and 93. RGB value is (112,86,147). Sum of RGB (Red+Green+Blue) = 112+86+147=345 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.46% from 345); Green value is 86 (33.98% from 255 or 24.93% from 345); Blue value is 147 (57.81% from 255 or 42.61% from 345); Max value from RGB is 147 - color contains mainly: blue. Hex color #705693 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705693 is #8FA96C. Grayscale: #646464. Windows color (decimal): -9415021 or 9655920. OLE color: 9655920.

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

Color convert

RGB 112 86 147 -
CMYK 0.24 0.41 0 0.42
HSL 265.57º 0.26% 0.46% -
HSV(B) 265.57º 0.41% 0.58% -
XYZ 15.28 12.21 29.15 -
YUV 100.73 154.11 136.04 -
System Red Green Blue C M Y K H S L
Decimal 112 86 147 0.24 0.41 0 0.42 265.57 0.26 0.46
Hex 70 56 93 18 29 0 2A 10A 1A 2E
Octal 160 126 223 30 51 0 52 412 32 56
Binary 1110000 1010110 10010011 11000 101001 0 101010 100001010 11010 101110

Color Harmonies of #705693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705693

Black with #705693

Text Example


Text Example

White with #705693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705693; }

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

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

background-color css

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

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

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

border-color css

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

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

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