#705492

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

Shades of Butterfly Bush #705492

Tints of Butterfly Bush #705492

Color information

#705492 (or 0x705492) is unknown color: approx Butterfly Bush. HEX triplet: 70, 54 and 92. RGB value is (112,84,146). Sum of RGB (Red+Green+Blue) = 112+84+146=342 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.75% from 342); Green value is 84 (33.20% from 255 or 24.56% from 342); Blue value is 146 (57.42% from 255 or 42.69% from 342); Max value from RGB is 146 - color contains mainly: blue. Hex color #705492 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705492 is #8FAB6D. Grayscale: #636363. Windows color (decimal): -9415534 or 9589872. OLE color: 9589872.

HSL color Cylindrical-coordinate representation of color #705492: hue angle of 267.1º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #705492 is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11284146-
CMYK0.230.4200.43
HSL267.1º26.96%45.1%-
HSV(B)267.1º42.47%57.25%-
XYZ15.0411.8628.69-
YUV99.44154.28136.96-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.75%
GREEN value IS 84 (33.20% from 255) = 24.56%
BLUE value IS 146 (57.42% from 255) = 42.69%
R=32.75%
G=24.56%
B=42.69%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal112841460.230.4200.43267.126.9645.1
Hex705492172A02B10b1b2d
Octal16012422227520534133355
Binary111000010101001001001010111101010010101110000101111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705492; }

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

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

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

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

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

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

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

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