Html Css Color HEX #705D95 Butterfly Bush

📋 copy color: '#705D95'

red 112 ◦ green 93 ◦ blue 149

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

Shades of Butterfly Bush #705D95

Tints of Butterfly Bush #705D95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 42.09%

R = 31.64%
G = 26.27%
B = 42.09%

CMYK

 C value IS 0.25

 M value IS 0.38

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#705D95 (or 0x705D95) is known color: Butterfly Bush. HEX triplet: 70, 5D and 95. RGB value is (112,93,149). Sum of RGB (Red+Green+Blue) = 112+93+149=354 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.64% from 354); Green value is 93 (36.72% from 255 or 26.27% from 354); Blue value is 149 (58.59% from 255 or 42.09% from 354); Max value from RGB is 149 - color contains mainly: blue. Hex color #705D95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705D95 is #8FA26A. Grayscale: #686868. Windows color (decimal): -9413227 or 9788784. OLE color: 9788784.

HSL color Cylindrical-coordinate representation of color #705D95: hue angle of 260.36º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #705D95 is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 112 93 149 -
CMYK 0.25 0.38 0 0.42
HSL 260.36º 0.23% 0.47% -
HSV(B) 260.36º 0.38% 0.58% -
XYZ 16.02 13.44 30.18 -
YUV 105.07 152.79 132.95 -
System Red Green Blue C M Y K H S L
Decimal 112 93 149 0.25 0.38 0 0.42 260.36 0.23 0.47
Hex 70 5D 95 19 26 0 2A 104 17 2F
Octal 160 135 225 31 46 0 52 404 27 57
Binary 1110000 1011101 10010101 11001 100110 0 101010 100000100 10111 101111

Color Harmonies of #705D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705D95

Black with #705D95

Text Example


Text Example

White with #705D95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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