Html Css Color HEX #705D92 Butterfly Bush

📋 copy color: '#705D92'

red 112 ◦ green 93 ◦ blue 146

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

Shades of Butterfly Bush #705D92

Tints of Butterfly Bush #705D92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 41.6%

R = 31.91%
G = 26.5%
B = 41.6%

CMYK

 C value IS 0.23

 M value IS 0.36

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#705D92 (or 0x705D92) is known color: Butterfly Bush. HEX triplet: 70, 5D and 92. RGB value is (112,93,146). Sum of RGB (Red+Green+Blue) = 112+93+146=351 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.91% from 351); Green value is 93 (36.72% from 255 or 26.50% from 351); Blue value is 146 (57.42% from 255 or 41.60% from 351); Max value from RGB is 146 - color contains mainly: blue. Hex color #705D92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705D92 is #8FA26D. Grayscale: #686868. Windows color (decimal): -9413230 or 9592176. OLE color: 9592176.

HSL color Cylindrical-coordinate representation of color #705D92: hue angle of 261.51º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #705D92 is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 112 93 146 -
CMYK 0.23 0.36 0 0.43
HSL 261.51º 0.22% 0.47% -
HSV(B) 261.51º 0.36% 0.57% -
XYZ 15.78 13.35 28.94 -
YUV 104.72 151.29 133.19 -
System Red Green Blue C M Y K H S L
Decimal 112 93 146 0.23 0.36 0 0.43 261.51 0.22 0.47
Hex 70 5D 92 17 24 0 2B 106 16 2F
Octal 160 135 222 27 44 0 53 406 26 57
Binary 1110000 1011101 10010010 10111 100100 0 101011 100000110 10110 101111

Color Harmonies of #705D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705D92

Black with #705D92

Text Example


Text Example

White with #705D92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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