#715E90

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

Shades of Butterfly Bush #715E90

Tints of Butterfly Bush #715E90

Color information

#715E90 (or 0x715E90) is unknown color: approx Butterfly Bush. HEX triplet: 71, 5E and 90. RGB value is (113,94,144). Sum of RGB (Red+Green+Blue) = 113+94+144=351 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.19% from 351); Green value is 94 (37.11% from 255 or 26.78% from 351); Blue value is 144 (56.64% from 255 or 41.03% from 351); Max value from RGB is 144 - color contains mainly: blue. Hex color #715E90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715E90 is #8EA16F. Grayscale: #696969. Windows color (decimal): -9347440 or 9461361. OLE color: 9461361.

HSL color Cylindrical-coordinate representation of color #715E90: hue angle of 262.8º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #715E90 is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11394144-
CMYK0.220.3500.44
HSL262.8º21.01%46.67%-
HSV(B)262.8º34.72%56.47%-
XYZ15.8513.5328.16-
YUV105.38149.79133.43-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.19%
GREEN value IS 94 (37.11% from 255) = 26.78%
BLUE value IS 144 (56.64% from 255) = 41.03%
R=32.19%
G=26.78%
B=41.03%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal113941440.220.3500.44262.821.0146.67
Hex715E90162302C107152f
Octal16113622026430544072557
Binary111000110111101001000010110100011010110010000011110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715E90; }

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

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

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

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

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

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

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

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