#615595

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

Shades of Butterfly Bush #615595

Tints of Butterfly Bush #615595

Color information

#615595 (or 0x615595) is unknown color: approx Butterfly Bush. HEX triplet: 61, 55 and 95. RGB value is (97,85,149). Sum of RGB (Red+Green+Blue) = 97+85+149=331 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.31% from 331); Green value is 85 (33.59% from 255 or 25.68% from 331); Blue value is 149 (58.59% from 255 or 45.02% from 331); Max value from RGB is 149 - color contains mainly: blue. Hex color #615595 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615595 is #9EAA6A. Grayscale: #5F5F5F. Windows color (decimal): -10398315 or 9786721. OLE color: 9786721.

HSL color Cylindrical-coordinate representation of color #615595: hue angle of 251.25º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #615595 is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9785149-
CMYK0.350.4300.42
HSL251.25º27.35%45.88%-
HSV(B)251.25º42.95%58.43%-
XYZ13.611.2129.88-
YUV95.88157.98128.8-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.31%
GREEN value IS 85 (33.59% from 255) = 25.68%
BLUE value IS 149 (58.59% from 255) = 45.02%
R=29.31%
G=25.68%
B=45.02%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal97851490.350.4300.42251.2527.3545.88
Hex615595232B02Afb1b2e
Octal14112522543530523733356
Binary110000110101011001010110001110101101010101111101111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615595; }

 p { color: rgb(97,85,149); }

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

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

 a { background-color: rgb(97,85,149); }

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

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

 span { border-color: rgb(97,85,149); }

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