#715A8D

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

Shades of Butterfly Bush #715A8D

Tints of Butterfly Bush #715A8D

Color information

#715A8D (or 0x715A8D) is unknown color: approx Butterfly Bush. HEX triplet: 71, 5A and 8D. RGB value is (113,90,141). Sum of RGB (Red+Green+Blue) = 113+90+141=344 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.85% from 344); Green value is 90 (35.55% from 255 or 26.16% from 344); Blue value is 141 (55.47% from 255 or 40.99% from 344); Max value from RGB is 141 - color contains mainly: blue. Hex color #715A8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715A8D is #8EA572. Grayscale: #666666. Windows color (decimal): -9348467 or 9263729. OLE color: 9263729.

HSL color Cylindrical-coordinate representation of color #715A8D: hue angle of 267.06º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #715A8D is Cyan = 0.20, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11390141-
CMYK0.200.3600.45
HSL267.06º22.08%45.29%-
HSV(B)267.06º36.17%55.29%-
XYZ15.2712.7526.85-
YUV102.69149.62135.35-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.85%
GREEN value IS 90 (35.55% from 255) = 26.16%
BLUE value IS 141 (55.47% from 255) = 40.99%
R=32.85%
G=26.16%
B=40.99%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal113901410.200.3600.45267.0622.0845.29
Hex715A8D142402D10b162d
Octal16113221524440554132655
Binary111000110110101000110110100100100010110110000101110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,90,141); }

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

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

 a { background-color: rgb(113,90,141); }

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

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

 span { border-color: rgb(113,90,141); }

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