#71598C

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

Shades of Butterfly Bush #71598C

Tints of Butterfly Bush #71598C

Color information

#71598C (or 0x71598C) is unknown color: approx Butterfly Bush. HEX triplet: 71, 59 and 8C. RGB value is (113,89,140). Sum of RGB (Red+Green+Blue) = 113+89+140=342 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.04% from 342); Green value is 89 (35.16% from 255 or 26.02% from 342); Blue value is 140 (55.08% from 255 or 40.94% from 342); Max value from RGB is 140 - color contains mainly: blue. Hex color #71598C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71598C is #8EA673. Grayscale: #656565. Windows color (decimal): -9348724 or 9197937. OLE color: 9197937.

HSL color Cylindrical-coordinate representation of color #71598C: hue angle of 268.24º 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 #71598C is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11389140-
CMYK0.190.3600.45
HSL268.24º22.27%44.9%-
HSV(B)268.24º36.43%54.9%-
XYZ15.1212.5526.44-
YUV101.99149.45135.85-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.04%
GREEN value IS 89 (35.16% from 255) = 26.02%
BLUE value IS 140 (55.08% from 255) = 40.94%
R=33.04%
G=26.02%
B=40.94%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal113891400.190.3600.45268.2422.2744.9
Hex71598C132402D10c162d
Octal16113121423440554142655
Binary111000110110011000110010011100100010110110000110010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71598C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71598C; }

 p { color: rgb(113,89,140); }

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

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

 a { background-color: rgb(113,89,140); }

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

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

 span { border-color: rgb(113,89,140); }

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