#715892

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

Shades of Butterfly Bush #715892

Tints of Butterfly Bush #715892

Color information

#715892 (or 0x715892) is unknown color: approx Butterfly Bush. HEX triplet: 71, 58 and 92. RGB value is (113,88,146). Sum of RGB (Red+Green+Blue) = 113+88+146=347 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.56% from 347); Green value is 88 (34.77% from 255 or 25.36% from 347); Blue value is 146 (57.42% from 255 or 42.07% from 347); Max value from RGB is 146 - color contains mainly: blue. Hex color #715892 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715892 is #8EA76D. Grayscale: #656565. Windows color (decimal): -9348974 or 9590897. OLE color: 9590897.

HSL color Cylindrical-coordinate representation of color #715892: hue angle of 265.86º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #715892 is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11388146-
CMYK0.230.4000.43
HSL265.86º24.79%45.88%-
HSV(B)265.86º39.73%57.25%-
XYZ15.4912.5728.8-
YUV102.09152.78135.78-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.56%
GREEN value IS 88 (34.77% from 255) = 25.36%
BLUE value IS 146 (57.42% from 255) = 42.07%
R=32.56%
G=25.36%
B=42.07%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal113881460.230.4000.43265.8624.7945.88
Hex715892172802B10a192e
Octal16113022227500534123156
Binary111000110110001001001010111101000010101110000101011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715892; }

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

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

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

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

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

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

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

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