#615190

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

Shades of Butterfly Bush #615190

Tints of Butterfly Bush #615190

Color information

#615190 (or 0x615190) is unknown color: approx Butterfly Bush. HEX triplet: 61, 51 and 90. RGB value is (97,81,144). Sum of RGB (Red+Green+Blue) = 97+81+144=322 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.12% from 322); Green value is 81 (32.03% from 255 or 25.16% from 322); Blue value is 144 (56.64% from 255 or 44.72% from 322); Max value from RGB is 144 - color contains mainly: blue. Hex color #615190 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615190 is #9EAE6F. Grayscale: #5C5C5C. Windows color (decimal): -10399344 or 9458017. OLE color: 9458017.

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

Color convert

RGB9781144-
CMYK0.330.4400.44
HSL255.24º28%44.12%-
HSV(B)255.24º43.75%56.47%-
XYZ12.9110.4427.72-
YUV92.97156.8130.88-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.12%
GREEN value IS 81 (32.03% from 255) = 25.16%
BLUE value IS 144 (56.64% from 255) = 44.72%
R=30.12%
G=25.16%
B=44.72%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal97811440.330.4400.44255.242844.12
Hex615190212C02Cff1c2c
Octal14112122041540543773454
Binary110000110100011001000010000110110001011001111111111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615190; }

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

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

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

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

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

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

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

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