#705F94

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

Shades of Butterfly Bush #705F94

Tints of Butterfly Bush #705F94

Color information

#705F94 (or 0x705F94) is unknown color: approx Butterfly Bush. HEX triplet: 70, 5F and 94. RGB value is (112,95,148). Sum of RGB (Red+Green+Blue) = 112+95+148=355 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.55% from 355); Green value is 95 (37.5% from 255 or 26.76% from 355); Blue value is 148 (58.20% from 255 or 41.69% from 355); Max value from RGB is 148 - color contains mainly: blue. Hex color #705F94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705F94 is #8FA06B. Grayscale: #696969. Windows color (decimal): -9412716 or 9723760. OLE color: 9723760.

HSL color Cylindrical-coordinate representation of color #705F94: hue angle of 259.25º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #705F94 is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11295148-
CMYK0.240.3600.42
HSL259.25º21.81%47.65%-
HSV(B)259.25º35.81%58.04%-
XYZ16.1213.7729.82-
YUV106.12151.63132.19-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.55%
GREEN value IS 95 (37.5% from 255) = 26.76%
BLUE value IS 148 (58.20% from 255) = 41.69%
R=31.55%
G=26.76%
B=41.69%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal112951480.240.3600.42259.2521.8147.65
Hex705F94182402A1031630
Octal16013722430440524032660
Binary111000010111111001010011000100100010101010000001110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,95,148); }

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

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

 a { background-color: rgb(112,95,148); }

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

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

 span { border-color: rgb(112,95,148); }

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