#705898

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

Shades of Butterfly Bush #705898

Tints of Butterfly Bush #705898

Color information

#705898 (or 0x705898) is unknown color: approx Butterfly Bush. HEX triplet: 70, 58 and 98. RGB value is (112,88,152). Sum of RGB (Red+Green+Blue) = 112+88+152=352 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.82% from 352); Green value is 88 (34.77% from 255 or 25% from 352); Blue value is 152 (59.77% from 255 or 43.18% from 352); Max value from RGB is 152 - color contains mainly: blue. Hex color #705898 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705898 is #8FA767. Grayscale: #666666. Windows color (decimal): -9414504 or 9984112. OLE color: 9984112.

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

Color convert

RGB11288152-
CMYK0.260.4200.40
HSL262.5º26.67%47.06%-
HSV(B)262.5º42.11%59.61%-
XYZ15.8412.6931.32-
YUV102.47155.95134.8-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.82%
GREEN value IS 88 (34.77% from 255) = 25%
BLUE value IS 152 (59.77% from 255) = 43.18%
R=31.82%
G=25%
B=43.18%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal112881520.260.4200.40262.526.6747.06
Hex7058981A2A0281061b2f
Octal16013023032520504063357
Binary111000010110001001100011010101010010100010000011011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705898; }

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

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

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

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

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

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

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

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