#715290

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

Shades of Butterfly Bush #715290

Tints of Butterfly Bush #715290

Color information

#715290 (or 0x715290) is unknown color: approx Butterfly Bush. HEX triplet: 71, 52 and 90. RGB value is (113,82,144). Sum of RGB (Red+Green+Blue) = 113+82+144=339 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.33% from 339); Green value is 82 (32.42% from 255 or 24.19% from 339); Blue value is 144 (56.64% from 255 or 42.48% from 339); Max value from RGB is 144 - color contains mainly: blue. Hex color #715290 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715290 is #8EAD6F. Grayscale: #626262. Windows color (decimal): -9350512 or 9458289. OLE color: 9458289.

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

Color convert

RGB11382144-
CMYK0.220.4300.44
HSL270º27.43%44.31%-
HSV(B)270º43.06%56.47%-
XYZ14.8611.5627.83-
YUV98.34153.77138.46-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.33%
GREEN value IS 82 (32.42% from 255) = 24.19%
BLUE value IS 144 (56.64% from 255) = 42.48%
R=33.33%
G=24.19%
B=42.48%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal113821440.220.4300.4427027.4344.31
Hex715290162B02C10e1b2c
Octal16112222026530544163354
Binary111000110100101001000010110101011010110010000111011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715290; }

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

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

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

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

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

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

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

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