#71598E

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

Shades of Butterfly Bush #71598E

Tints of Butterfly Bush #71598E

Color information

#71598E (or 0x71598E) is unknown color: approx Butterfly Bush. HEX triplet: 71, 59 and 8E. RGB value is (113,89,142). Sum of RGB (Red+Green+Blue) = 113+89+142=344 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.85% from 344); Green value is 89 (35.16% from 255 or 25.87% from 344); Blue value is 142 (55.86% from 255 or 41.28% from 344); Max value from RGB is 142 - color contains mainly: blue. Hex color #71598E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71598E is #8EA671. Grayscale: #666666. Windows color (decimal): -9348722 or 9329009. OLE color: 9329009.

HSL color Cylindrical-coordinate representation of color #71598E: hue angle of 267.17º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #71598E is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11389142-
CMYK0.200.3700.44
HSL267.17º22.94%45.29%-
HSV(B)267.17º37.32%55.69%-
XYZ15.2612.6127.22-
YUV102.22150.45135.69-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.85%
GREEN value IS 89 (35.16% from 255) = 25.87%
BLUE value IS 142 (55.86% from 255) = 41.28%
R=32.85%
G=25.87%
B=41.28%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal113891420.200.3700.44267.1722.9445.29
Hex71598E142502C10b172d
Octal16113121624450544132755
Binary111000110110011000111010100100101010110010000101110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71598E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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