#715595

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

Shades of Butterfly Bush #715595

Tints of Butterfly Bush #715595

Color information

#715595 (or 0x715595) is unknown color: approx Butterfly Bush. HEX triplet: 71, 55 and 95. RGB value is (113,85,149). Sum of RGB (Red+Green+Blue) = 113+85+149=347 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.56% from 347); Green value is 85 (33.59% from 255 or 24.50% from 347); Blue value is 149 (58.59% from 255 or 42.94% from 347); Max value from RGB is 149 - color contains mainly: blue. Hex color #715595 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715595 is #8EAA6A. Grayscale: #646464. Windows color (decimal): -9349739 or 9786737. OLE color: 9786737.

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

Color convert

RGB11385149-
CMYK0.240.4300.42
HSL266.25º27.35%45.88%-
HSV(B)266.25º42.95%58.43%-
XYZ15.4812.1829.97-
YUV100.67155.28136.8-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.56%
GREEN value IS 85 (33.59% from 255) = 24.50%
BLUE value IS 149 (58.59% from 255) = 42.94%
R=32.56%
G=24.50%
B=42.94%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal113851490.240.4300.42266.2527.3545.88
Hex715595182B02A10a1b2e
Octal16112522530530524123356
Binary111000110101011001010111000101011010101010000101011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715595; }

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

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

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

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

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

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

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

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