#615399

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

Shades of Butterfly Bush #615399

Tints of Butterfly Bush #615399

Color information

#615399 (or 0x615399) is unknown color: approx Butterfly Bush. HEX triplet: 61, 53 and 99. RGB value is (97,83,153). Sum of RGB (Red+Green+Blue) = 97+83+153=333 (44% of max value = 765). Red value is 97 (38.28% from 255 or 29.13% from 333); Green value is 83 (32.81% from 255 or 24.92% from 333); Blue value is 153 (60.16% from 255 or 45.95% from 333); Max value from RGB is 153 - color contains mainly: blue. Hex color #615399 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615399 is #9EAC66. Grayscale: #5E5E5E. Windows color (decimal): -10398823 or 10048353. OLE color: 10048353.

HSL color Cylindrical-coordinate representation of color #615399: hue angle of 252º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #615399 is Cyan = 0.37, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB9783153-
CMYK0.370.4600.4
HSL252º29.66%46.27%-
HSV(B)252º45.75%60%-
XYZ13.7711.0331.54-
YUV95.17160.64129.31-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.13%
GREEN value IS 83 (32.81% from 255) = 24.92%
BLUE value IS 153 (60.16% from 255) = 45.95%
R=29.13%
G=24.92%
B=45.95%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal97831530.370.4600.425229.6646.27
Hex615399252E028fc1e2e
Octal14112323145560503743656
Binary110000110100111001100110010110111001010001111110011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615399; }

 p { color: rgb(97,83,153); }

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

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

 a { background-color: rgb(97,83,153); }

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

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

 span { border-color: rgb(97,83,153); }

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