#615393

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

Shades of Butterfly Bush #615393

Tints of Butterfly Bush #615393

Color information

#615393 (or 0x615393) is unknown color: approx Butterfly Bush. HEX triplet: 61, 53 and 93. RGB value is (97,83,147). Sum of RGB (Red+Green+Blue) = 97+83+147=327 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.66% from 327); Green value is 83 (32.81% from 255 or 25.38% from 327); Blue value is 147 (57.81% from 255 or 44.95% from 327); Max value from RGB is 147 - color contains mainly: blue. Hex color #615393 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615393 is #9EAC6C. Grayscale: #5E5E5E. Windows color (decimal): -10398829 or 9655137. OLE color: 9655137.

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

Color convert

RGB9783147-
CMYK0.340.4400.42
HSL253.12º27.83%45.1%-
HSV(B)253.12º43.54%57.65%-
XYZ13.2910.8328.99-
YUV94.48157.64129.8-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.66%
GREEN value IS 83 (32.81% from 255) = 25.38%
BLUE value IS 147 (57.81% from 255) = 44.95%
R=29.66%
G=25.38%
B=44.95%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal97831470.340.4400.42253.1227.8345.1
Hex615393222C02Afd1c2d
Octal14112322342540523753455
Binary110000110100111001001110001010110001010101111110111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615393; }

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

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

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

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

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

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

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

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