#715390

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

Shades of Butterfly Bush #715390

Tints of Butterfly Bush #715390

Color information

#715390 (or 0x715390) is unknown color: approx Butterfly Bush. HEX triplet: 71, 53 and 90. RGB value is (113,83,144). Sum of RGB (Red+Green+Blue) = 113+83+144=340 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.24% from 340); Green value is 83 (32.81% from 255 or 24.41% from 340); Blue value is 144 (56.64% from 255 or 42.35% from 340); Max value from RGB is 144 - color contains mainly: blue. Hex color #715390 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715390 is #8EAC6F. Grayscale: #626262. Windows color (decimal): -9350256 or 9458545. OLE color: 9458545.

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

Color convert

RGB11383144-
CMYK0.220.4200.44
HSL269.51º26.87%44.51%-
HSV(B)269.51º42.36%56.47%-
XYZ14.9411.7127.86-
YUV98.92153.44138.04-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.24%
GREEN value IS 83 (32.81% from 255) = 24.41%
BLUE value IS 144 (56.64% from 255) = 42.35%
R=33.24%
G=24.41%
B=42.35%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal113831440.220.4200.44269.5126.8744.51
Hex715390162A02C10e1b2d
Octal16112322026520544163355
Binary111000110100111001000010110101010010110010000111011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715390; }

 p { color: rgb(113,83,144); }

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

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

 a { background-color: rgb(113,83,144); }

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

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

 span { border-color: rgb(113,83,144); }

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