#715893

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

Shades of Butterfly Bush #715893

Tints of Butterfly Bush #715893

Color information

#715893 (or 0x715893) is unknown color: approx Butterfly Bush. HEX triplet: 71, 58 and 93. RGB value is (113,88,147). Sum of RGB (Red+Green+Blue) = 113+88+147=348 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.47% from 348); Green value is 88 (34.77% from 255 or 25.29% from 348); Blue value is 147 (57.81% from 255 or 42.24% from 348); Max value from RGB is 147 - color contains mainly: blue. Hex color #715893 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715893 is #8EA76C. Grayscale: #656565. Windows color (decimal): -9348973 or 9656433. OLE color: 9656433.

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

Color convert

RGB11388147-
CMYK0.230.4000.42
HSL265.42º25.11%46.08%-
HSV(B)265.42º40.14%57.65%-
XYZ15.5712.629.21-
YUV102.2153.28135.7-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.47%
GREEN value IS 88 (34.77% from 255) = 25.29%
BLUE value IS 147 (57.81% from 255) = 42.24%
R=32.47%
G=25.29%
B=42.24%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal113881470.230.4000.42265.4225.1146.08
Hex715893172802A109192e
Octal16113022327500524113156
Binary111000110110001001001110111101000010101010000100111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715893; }

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

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

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

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

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

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

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

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