Html Css Color HEX #705D8D Butterfly Bush

📋 copy color: '#705D8D'

red 112 ◦ green 93 ◦ blue 141

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

Shades of Butterfly Bush #705D8D

Tints of Butterfly Bush #705D8D

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.88%

 BLUE value IS 141 (55.47% from 255) = 40.75%

R = 32.37%
G = 26.88%
B = 40.75%

CMYK

 C value IS 0.21

 M value IS 0.34

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#705D8D (or 0x705D8D) is known color: Butterfly Bush. HEX triplet: 70, 5D and 8D. RGB value is (112,93,141). Sum of RGB (Red+Green+Blue) = 112+93+141=346 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.37% from 346); Green value is 93 (36.72% from 255 or 26.88% from 346); Blue value is 141 (55.47% from 255 or 40.75% from 346); Max value from RGB is 141 - color contains mainly: blue. Hex color #705D8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705D8D is #8FA272. Grayscale: #676767. Windows color (decimal): -9413235 or 9264496. OLE color: 9264496.

HSL color Cylindrical-coordinate representation of color #705D8D: hue angle of 263.75º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #705D8D is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 112 93 141 -
CMYK 0.21 0.34 0 0.45
HSL 263.75º 0.21% 0.46% -
HSV(B) 263.75º 0.34% 0.55% -
XYZ 15.4 13.2 26.93 -
YUV 104.15 148.79 133.6 -
System Red Green Blue C M Y K H S L
Decimal 112 93 141 0.21 0.34 0 0.45 263.75 0.21 0.46
Hex 70 5D 8D 15 22 0 2D 108 15 2E
Octal 160 135 215 25 42 0 55 410 25 56
Binary 1110000 1011101 10001101 10101 100010 0 101101 100001000 10101 101110

Color Harmonies of #705D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705D8D

Black with #705D8D

Text Example


Text Example

White with #705D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705D8D; }

 p { color: rgb(112,93,141); }

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

background-color css

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

 a { background-color: rgb(112,93,141); }

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

border-color css

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

 span { border-color: rgb(112,93,141); }

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