#716091

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

Shades of Butterfly Bush #716091

Tints of Butterfly Bush #716091

Color information

#716091 (or 0x716091) is unknown color: approx Butterfly Bush. HEX triplet: 71, 60 and 91. RGB value is (113,96,145). Sum of RGB (Red+Green+Blue) = 113+96+145=354 (46% of max value = 765). Red value is 113 (44.53% from 255 or 31.92% from 354); Green value is 96 (37.89% from 255 or 27.12% from 354); Blue value is 145 (57.03% from 255 or 40.96% from 354); Max value from RGB is 145 - color contains mainly: blue. Hex color #716091 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716091 is #8E9F6E. Grayscale: #6A6A6A. Windows color (decimal): -9346927 or 9527409. OLE color: 9527409.

HSL color Cylindrical-coordinate representation of color #716091: hue angle of 260.82º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #716091 is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11396145-
CMYK0.220.3400.43
HSL260.82º20.33%47.25%-
HSV(B)260.82º33.79%56.86%-
XYZ16.113.9228.63-
YUV106.67149.63132.52-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.92%
GREEN value IS 96 (37.89% from 255) = 27.12%
BLUE value IS 145 (57.03% from 255) = 40.96%
R=31.92%
G=27.12%
B=40.96%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal113961450.220.3400.43260.8220.3347.25
Hex716091162202B105142f
Octal16114022126420534052457
Binary111000111000001001000110110100010010101110000010110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716091; }

 p { color: rgb(113,96,145); }

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

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

 a { background-color: rgb(113,96,145); }

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

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

 span { border-color: rgb(113,96,145); }

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