#615181

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

Shades of Butterfly Bush #615181

Tints of Butterfly Bush #615181

Color information

#615181 (or 0x615181) is unknown color: approx Butterfly Bush. HEX triplet: 61, 51 and 81. RGB value is (97,81,129). Sum of RGB (Red+Green+Blue) = 97+81+129=307 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.60% from 307); Green value is 81 (32.03% from 255 or 26.38% from 307); Blue value is 129 (50.78% from 255 or 42.02% from 307); Max value from RGB is 129 - color contains mainly: blue. Hex color #615181 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615181 is #9EAE7E. Grayscale: #5B5B5B. Windows color (decimal): -10399359 or 8474977. OLE color: 8474977.

HSL color Cylindrical-coordinate representation of color #615181: hue angle of 260º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #615181 is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB9781129-
CMYK0.250.3700.49
HSL260º22.86%41.18%-
HSV(B)260º37.21%50.59%-
XYZ11.8310.0122.08-
YUV91.26149.3132.1-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.60%
GREEN value IS 81 (32.03% from 255) = 26.38%
BLUE value IS 129 (50.78% from 255) = 42.02%
R=31.60%
G=26.38%
B=42.02%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal97811290.250.3700.4926022.8641.18
Hex61518119250311041729
Octal14112120131450614042751
Binary110000110100011000000111001100101011000110000010010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615181; }

 p { color: rgb(97,81,129); }

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

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

 a { background-color: rgb(97,81,129); }

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

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

 span { border-color: rgb(97,81,129); }

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