#71588D

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

Shades of Butterfly Bush #71588D

Tints of Butterfly Bush #71588D

Color information

#71588D (or 0x71588D) is unknown color: approx Butterfly Bush. HEX triplet: 71, 58 and 8D. RGB value is (113,88,141). Sum of RGB (Red+Green+Blue) = 113+88+141=342 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.04% from 342); Green value is 88 (34.77% from 255 or 25.73% from 342); Blue value is 141 (55.47% from 255 or 41.23% from 342); Max value from RGB is 141 - color contains mainly: blue. Hex color #71588D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71588D is #8EA772. Grayscale: #656565. Windows color (decimal): -9348979 or 9263217. OLE color: 9263217.

HSL color Cylindrical-coordinate representation of color #71588D: hue angle of 268.3º degrees, saturation: 0.23, 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 #71588D is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11388141-
CMYK0.200.3800.45
HSL268.3º23.14%44.9%-
HSV(B)268.3º37.59%55.29%-
XYZ15.1112.4126.8-
YUV101.52150.28136.19-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.04%
GREEN value IS 88 (34.77% from 255) = 25.73%
BLUE value IS 141 (55.47% from 255) = 41.23%
R=33.04%
G=25.73%
B=41.23%

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
Decimal113881410.200.3800.45268.323.1444.9
Hex71588D142602D10c172d
Octal16113021524460554142755
Binary111000110110001000110110100100110010110110000110010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71588D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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