#715895

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

Shades of Butterfly Bush #715895

Tints of Butterfly Bush #715895

Color information

#715895 (or 0x715895) is unknown color: approx Butterfly Bush. HEX triplet: 71, 58 and 95. RGB value is (113,88,149). Sum of RGB (Red+Green+Blue) = 113+88+149=350 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.29% from 350); Green value is 88 (34.77% from 255 or 25.14% from 350); Blue value is 149 (58.59% from 255 or 42.57% from 350); Max value from RGB is 149 - color contains mainly: blue. Hex color #715895 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715895 is #8EA76A. Grayscale: #666666. Windows color (decimal): -9348971 or 9787505. OLE color: 9787505.

HSL color Cylindrical-coordinate representation of color #715895: hue angle of 264.59º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #715895 is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11388149-
CMYK0.240.4100.42
HSL264.59º25.74%46.47%-
HSV(B)264.59º40.94%58.43%-
XYZ15.7212.6630.05-
YUV102.43154.28135.54-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.29%
GREEN value IS 88 (34.77% from 255) = 25.14%
BLUE value IS 149 (58.59% from 255) = 42.57%
R=32.29%
G=25.14%
B=42.57%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal113881490.240.4100.42264.5925.7446.47
Hex715895182902A1091a2e
Octal16113022530510524113256
Binary111000110110001001010111000101001010101010000100111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715895; }

 p { color: rgb(113,88,149); }

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

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

 a { background-color: rgb(113,88,149); }

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

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

 span { border-color: rgb(113,88,149); }

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