#71599B

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

Shades of Butterfly Bush #71599B

Tints of Butterfly Bush #71599B

Color information

#71599B (or 0x71599B) is unknown color: approx Butterfly Bush. HEX triplet: 71, 59 and 9B. RGB value is (113,89,155). Sum of RGB (Red+Green+Blue) = 113+89+155=357 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.65% from 357); Green value is 89 (35.16% from 255 or 24.93% from 357); Blue value is 155 (60.94% from 255 or 43.42% from 357); Max value from RGB is 155 - color contains mainly: blue. Hex color #71599B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71599B is #8EA664. Grayscale: #676767. Windows color (decimal): -9348709 or 10180977. OLE color: 10180977.

HSL color Cylindrical-coordinate representation of color #71599B: hue angle of 261.82º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #71599B is Cyan = 0.27, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11389155-
CMYK0.270.4300.39
HSL261.82º27.05%47.84%-
HSV(B)261.82º42.58%60.78%-
XYZ16.313.0232.66-
YUV103.7156.95134.63-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.65%
GREEN value IS 89 (35.16% from 255) = 24.93%
BLUE value IS 155 (60.94% from 255) = 43.42%
R=31.65%
G=24.93%
B=43.42%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal113891550.270.4300.39261.8227.0547.84
Hex71599B1B2B0271061b30
Octal16113123333530474063360
Binary111000110110011001101111011101011010011110000011011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71599B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71599B; }

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

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

<style>
 a { background-color: #71599B; }

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

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

<style>
 span { border-color: #71599B; }

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

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