#71578D

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

Shades of Butterfly Bush #71578D

Tints of Butterfly Bush #71578D

Color information

#71578D (or 0x71578D) is unknown color: approx Butterfly Bush. HEX triplet: 71, 57 and 8D. RGB value is (113,87,141). Sum of RGB (Red+Green+Blue) = 113+87+141=341 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.14% from 341); Green value is 87 (34.38% from 255 or 25.51% from 341); Blue value is 141 (55.47% from 255 or 41.35% from 341); Max value from RGB is 141 - color contains mainly: blue. Hex color #71578D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71578D is #8EA872. Grayscale: #646464. Windows color (decimal): -9349235 or 9262961. OLE color: 9262961.

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

Color convert

RGB11387141-
CMYK0.200.3800.45
HSL268.89º23.68%44.71%-
HSV(B)268.89º38.3%55.29%-
XYZ15.0312.2526.77-
YUV100.93150.61136.61-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.14%
GREEN value IS 87 (34.38% from 255) = 25.51%
BLUE value IS 141 (55.47% from 255) = 41.35%
R=33.14%
G=25.51%
B=41.35%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal113871410.200.3800.45268.8923.6844.71
Hex71578D142602D10d182d
Octal16112721524460554153055
Binary111000110101111000110110100100110010110110000110111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71578D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71578D; }

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

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

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

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

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

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

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

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