#715D92

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

Shades of Butterfly Bush #715D92

Tints of Butterfly Bush #715D92

Color information

#715D92 (or 0x715D92) is unknown color: approx Butterfly Bush. HEX triplet: 71, 5D and 92. RGB value is (113,93,146). Sum of RGB (Red+Green+Blue) = 113+93+146=352 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.10% from 352); Green value is 93 (36.72% from 255 or 26.42% from 352); Blue value is 146 (57.42% from 255 or 41.48% from 352); Max value from RGB is 146 - color contains mainly: blue. Hex color #715D92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715D92 is #8EA26D. Grayscale: #686868. Windows color (decimal): -9347694 or 9592177. OLE color: 9592177.

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

Color convert

RGB11393146-
CMYK0.230.3600.43
HSL262.64º22.18%46.86%-
HSV(B)262.64º36.3%57.25%-
XYZ15.9113.4128.94-
YUV105.02151.13133.69-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.10%
GREEN value IS 93 (36.72% from 255) = 26.42%
BLUE value IS 146 (57.42% from 255) = 41.48%
R=32.10%
G=26.42%
B=41.48%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal113931460.230.3600.43262.6422.1846.86
Hex715D92172402B107162f
Octal16113522227440534072657
Binary111000110111011001001010111100100010101110000011110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715D92; }

 p { color: rgb(113,93,146); }

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

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

 a { background-color: rgb(113,93,146); }

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

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

 span { border-color: rgb(113,93,146); }

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