#715391

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

Shades of Butterfly Bush #715391

Tints of Butterfly Bush #715391

Color information

#715391 (or 0x715391) is unknown color: approx Butterfly Bush. HEX triplet: 71, 53 and 91. RGB value is (113,83,145). Sum of RGB (Red+Green+Blue) = 113+83+145=341 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.14% from 341); Green value is 83 (32.81% from 255 or 24.34% from 341); Blue value is 145 (57.03% from 255 or 42.52% from 341); Max value from RGB is 145 - color contains mainly: blue. Hex color #715391 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715391 is #8EAC6E. Grayscale: #626262. Windows color (decimal): -9350255 or 9524081. OLE color: 9524081.

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

Color convert

RGB11383145-
CMYK0.220.4300.43
HSL269.03º27.19%44.71%-
HSV(B)269.03º42.76%56.86%-
XYZ15.0111.7428.26-
YUV99.04153.94137.96-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.14%
GREEN value IS 83 (32.81% from 255) = 24.34%
BLUE value IS 145 (57.03% from 255) = 42.52%
R=33.14%
G=24.34%
B=42.52%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal113831450.220.4300.43269.0327.1944.71
Hex715391162B02B10d1b2d
Octal16112322126530534153355
Binary111000110100111001000110110101011010101110000110111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715391; }

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

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

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

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

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

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

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

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