#705698

Color #705698 Butterfly Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Butterfly Bush #705698

Tints of Butterfly Bush #705698

Color information

#705698 (or 0x705698) is unknown color: approx Butterfly Bush. HEX triplet: 70, 56 and 98. RGB value is (112,86,152). Sum of RGB (Red+Green+Blue) = 112+86+152=350 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32% from 350); Green value is 86 (33.98% from 255 or 24.57% from 350); Blue value is 152 (59.77% from 255 or 43.43% from 350); Max value from RGB is 152 - color contains mainly: blue. Hex color #705698 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705698 is #8FA967. Grayscale: #656565. Windows color (decimal): -9415016 or 9983600. OLE color: 9983600.

HSL color Cylindrical-coordinate representation of color #705698: hue angle of 263.64º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #705698 is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB11286152-
CMYK0.260.4300.40
HSL263.64º27.73%46.67%-
HSV(B)263.64º43.42%59.61%-
XYZ15.6812.3731.27-
YUV101.3156.61135.63-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32%
GREEN value IS 86 (33.98% from 255) = 24.57%
BLUE value IS 152 (59.77% from 255) = 43.43%
R=32%
G=24.57%
B=43.43%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal112861520.260.4300.40263.6427.7346.67
Hex7056981A2B0281081c2f
Octal16012623032530504103457
Binary111000010101101001100011010101011010100010000100011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705698; }

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

 H1.HeaderClassName
 {
   color: #705698;
 }
 .AnyTagClassName
 {
   color: #705698;
 }
</style>
background-color css

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

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

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

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

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

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