#715997

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

Shades of Butterfly Bush #715997

Tints of Butterfly Bush #715997

Color information

#715997 (or 0x715997) is unknown color: approx Butterfly Bush. HEX triplet: 71, 59 and 97. RGB value is (113,89,151). Sum of RGB (Red+Green+Blue) = 113+89+151=353 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.01% from 353); Green value is 89 (35.16% from 255 or 25.21% from 353); Blue value is 151 (59.38% from 255 or 42.78% from 353); Max value from RGB is 151 - color contains mainly: blue. Hex color #715997 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715997 is #8EA668. Grayscale: #676767. Windows color (decimal): -9348713 or 9918833. OLE color: 9918833.

HSL color Cylindrical-coordinate representation of color #715997: hue angle of 263.23º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #715997 is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB11389151-
CMYK0.250.4100.41
HSL263.23º25.83%47.06%-
HSV(B)263.23º41.06%59.22%-
XYZ15.9712.8930.92-
YUV103.24154.95134.96-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.01%
GREEN value IS 89 (35.16% from 255) = 25.21%
BLUE value IS 151 (59.38% from 255) = 42.78%
R=32.01%
G=25.21%
B=42.78%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal113891510.250.4100.41263.2325.8347.06
Hex71599719290291071a2f
Octal16113122731510514073257
Binary111000110110011001011111001101001010100110000011111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715997; }

 p { color: rgb(113,89,151); }

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

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

 a { background-color: rgb(113,89,151); }

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

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

 span { border-color: rgb(113,89,151); }

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