#716090

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

Shades of Butterfly Bush #716090

Tints of Butterfly Bush #716090

Color information

#716090 (or 0x716090) is unknown color: approx Butterfly Bush. HEX triplet: 71, 60 and 90. RGB value is (113,96,144). Sum of RGB (Red+Green+Blue) = 113+96+144=353 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.01% from 353); Green value is 96 (37.89% from 255 or 27.20% from 353); Blue value is 144 (56.64% from 255 or 40.79% from 353); Max value from RGB is 144 - color contains mainly: blue. Hex color #716090 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716090 is #8E9F6F. Grayscale: #6A6A6A. Windows color (decimal): -9346928 or 9461873. OLE color: 9461873.

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

Color convert

RGB11396144-
CMYK0.220.3300.44
HSL261.25º20%47.06%-
HSV(B)261.25º33.33%56.47%-
XYZ16.0313.8928.22-
YUV106.56149.13132.6-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.01%
GREEN value IS 96 (37.89% from 255) = 27.20%
BLUE value IS 144 (56.64% from 255) = 40.79%
R=32.01%
G=27.20%
B=40.79%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal113961440.220.3300.44261.252047.06
Hex716090162102C105142f
Octal16114022026410544052457
Binary111000111000001001000010110100001010110010000010110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716090; }

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

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

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

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

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

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

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

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